Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
4
Posts with Downvotes
4
Downvoting Members
2
1 Commented Post
0 Endorsements
~23.9K People Reached
Member Avatar for olddocks

How about a social network for webmasters? Will it work? Is there any money to be made from targeting such niche social network for webmasters? I have a site webmasterpals.com targeting webmasters to promote, just sitting there without any promotion done. how to promote such sites? Any inputs much appreciated!

Member Avatar for Andy76
0
225
Member Avatar for apines

I see that there are many questions here regarding complexity analysis, specifically regarding the Big-O notation of algorithms. I will attempt to shed some light on the subject. I will start with an introduction, after which I will go over some common complexities and last we will solve a few …

Member Avatar for Rashakil Fol
13
1K
Member Avatar for TrustyTony

The [URL="http://pypy.org/"]PyPy [/URL]development team has announced the release of version 1.6 of its "very compliant" Python interpreter with integrated tracing just-in-time (JIT) compiler. According to the developers, the latest update fully implements Python 2.7.1 and brings speed and stability improvements. Code-named "kickass panda", PyPy 1.6 is said to be between …

Member Avatar for dresses623
0
176
Member Avatar for dustbunny000

If I have a list of strings, for example here's a small part of my list: [CODE]small_list=['HETATM 2142 O DUM 2142 -26.000 -8.000 12.300','HETATM 2143 O DUM 2143 -26.000 -6.000 12.300'][/CODE] Is there a way to remove the 12.300 from a string in this list and then replace it with …

Member Avatar for TrustyTony
0
70
Member Avatar for JoshuaBurleson

I'm having an issue displaying images in tkinter, I've tried the methods suggested by effbot and a couple other sources to no avail. Here are a couple ways I've tried so far:[CODE] gmail=PhotoImage('gmail.gif') self.glab=Label(self,image='gmail.gif') self.glab.image=gmail self.glab.grid(row=3,column=4) gmail=PhotoImage('gmail.gif') self.glab=Label(self,image=gmail) self.glab.image=gmail self.glab.grid(row=3,column=4) self.glabim=PhotoImage('gmail.gif') self.glab=Label(self,image=self.glabim) self.glab.grid(row=3,column=4) gmail=PhotoImage('gmail.gif') self.lab=Label(self,image=gmail) self.lab.image=gmail self.lab.pack() [/CODE]the last one …

Member Avatar for JoshuaBurleson
0
20K
Member Avatar for tadisaus2

Hello, I tried to create a few blogs on Wordpress and Blogger and added a few links on each article I posted there. After a few weeks, they removed my blogs because I added some links on my blog posts. So, How do I get traffic on Wordpress and Blogger …

Member Avatar for darenbresman
0
175
Member Avatar for vrdwebservices

[B][COLOR="Green"]How to get 1000 Twitter Followers in a Week ?[/COLOR][/B] More than anything else today, Internet marketing, online social media and website promotions are re-shaping the face of traditional business. The twitter and face book are top players in this field. The twitter followers and face book fans are status …

Member Avatar for dresses623
2
280
Member Avatar for smoothe19

Well as the noob that I am in this category this is literally my first JSP tutorial program I am almost done but got these two errors.. [CODE]org.apache.jasper.JasperException: file:C:/Documents and Settings/sa456p/My Documents/NetBeansProjects/IFPWAFCAD/build/web/index.jsp(6,60) PWC6188: The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed with this …

Member Avatar for peter_budo
0
220
Member Avatar for thomas6188

Hi everyone, I am using netbeans 6.8 version. I was trying to learn servlet by working around.So i created a html file ,in which i placed a form whose action is given as "login.java" which is a servlet file. But when i run the program and click on the button …

Member Avatar for dresses623
0
151
Member Avatar for mith_cool

There is some problem when i check username and validate it against password from my database.After checking password from request.getParamter() it should say "You have been successfully login"... Perhaps I am getting my own else block message"Incorrect Password..." which means there is some problem with the password thing. Here is …

0
65
Member Avatar for himmat.m4

Hi, In my application in jsp page I calling thread which write in bean file. that thread execute query which is taking long time. so that before calling thread method executing one another query which is executed immediately. Here I am trying to making functionality by executing one query display …

0
52
Member Avatar for Iron_Cross

I often see people asking the same question over and over, "How do I learn to program, and where do I start?" Some people may take that question to the next level by asking, "Which language should I learn first?". The answer to those questions is fairly simple, but also …

Member Avatar for Ancient Dragon
11
1K