Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~6K People Reached
Favorite Tags
Member Avatar for nizzy1115

After reading the dig article "Kids Outsmart Web Filters" which links to a CNet News Article . I was wondering what measures you have used or know that have been used to bypass internet filters. I have the sole interest of securing internet access in my schools. Thanks guys!

Member Avatar for stokes1900
0
5K
Member Avatar for blindkilla

My error occurs on line 191 and 156. For some reason it is saying it cant find the default constructor when I have supplied the right amount of parameters. The error it is giving me is "Cannot find default constructor to initialize base class" code: [url]http://pastebin.com/WLMvBMyy[/url] If anyone could offer …

Member Avatar for blindkilla
0
103
Member Avatar for blindkilla

When my servlet creates a session, even if it is the first time running the servlet, the session.isNew() returns false. I checked to make sure the session ID's are different each time I run it and they are, yet isNew() still returns false. I'm trying to do the following in …

Member Avatar for peter_budo
0
450
Member Avatar for blindkilla

Well, I'm trying to create a crawler of sorts however when I execute a query with a webrequest, before it gets to the final page either javascript or ajax prints "Processing..." on the page while it executes the query. The webrequest grabs the page at the point when the processing …

Member Avatar for sknake
0
85
Member Avatar for blindkilla

Well im trying to get my form to post data to a php file and get back the result. For some reason its not calling mail.php, but instead it just puts all the post data in the current url like [code]somesite.com/index.php?id=value&id=value..etc[/code] instead of [code]somesite.com/[B]mail.php[/B]?id=value&id=value..etc[/code] here is the ajax code [code=javascript] …

Member Avatar for Airshow
0
327
Member Avatar for blindkilla

Well i have script that inserts text a user submits into a database. I want to add a section that lets other users view the text submitted but others in a sort of paged gallery. Im completely stumped on how to make paged content. For example, it goes into the …

Member Avatar for Imagn
0
86
Member Avatar for blindkilla

Well I was wondering if its possible to maybe use a webclient where you log into a web page once, then you can browse it without having to re-login after closing and re-opening the connection with the webclient. Is there maybe a way to use browser cookies with a webclient?

Member Avatar for Tekmaven
0
72
Member Avatar for blindkilla

Here is my situation. Im trying to learn how to take full advantage of multithreading but am at a rump. I have one listbox of usernames and it checks them on a website to see if they exist or not. If they exist it puts the username into listbox2. Now …

Member Avatar for LizR
0
82
Member Avatar for blindkilla

Im trying to figure what i am doing wrong with this code to login with a certiain username and password. The text box id for the username is username and for the password box the id is password. Im not sure what is wrong here and on top of that …

Member Avatar for LizR
0
91
Member Avatar for blindkilla

here is my problem ... I have a bunch of usernames in a listbox called listBox1, how can i store each line of text into a mulitiple arrays of a string? i cant seem to figure it out I want to do this so later i can use "usernames[x]" so …

Member Avatar for blindkilla
0
95
Member Avatar for blindkilla

Ok i have a file of names that looks like this: [code] john mary joe matthew [/code] im trying to use a for loop to store each name in a variable or string so i can use a for loop again later to output each name im pretty new to …

Member Avatar for WaltP
0
110