Search found 1861 matches

Actual Results

Post Posted: June 16th, 2009, 4:11 pm

You might look at Google's O3D. It's in alpha, and requires a browser plugin, but it's very robust, and there are even a few games in the samples.

Post Posted: June 10th, 2009, 10:41 am

you mean Sitepal?

Post Posted: May 4th, 2009, 11:10 am

I believe Opera will allow you to specify per-site rules, but I don't know if any of the browsers allow per-page rules.

Post Posted: May 4th, 2009, 4:05 am

Another thing that bugs me about the whole CAPTCHA thing: Fearmongering. For instance, many sites reported on this incident as "Recaptcha Hacked". Recaptcha was not hacked, not in the least. What 4Chan did was wrote a script that loaded thousands and thousands of instances of the form so t...

Post Posted: May 4th, 2009, 3:31 am

I don't care about spam. I have gmail, and I have gotten 4 spam mails in my inbox ever. I have been using gmail since 11/05. Sure I get TONS of stuff in my spam box, but that's why it's there.

Post Posted: May 4th, 2009, 3:28 am

I find this highly unlikely until after verizon switches to the LTE network. Apple is historically very unwilling to support older technology like CDMA since they want to bring a bleeding edge experience. Well, other than the touchscreen, I wouldn't exactly call the iPhone "Bleeding Edge"...

Post Posted: May 4th, 2009, 3:11 am

Most browsers allow you to create your own style-sheets: http://www.squarefree.com/userstyles/user-style-sheets.html

Post Posted: May 4th, 2009, 2:45 am

Here's my take on the CAPTCHA issue, and this is something that I have spent a LOT of time thinking about. All over the web, there are people proclaiming the death of CAPTCHA, that the bots have won, and that there needs to be a better way to determine bot from human. Most of them are well-intention...

Post Posted: May 4th, 2009, 12:32 am

You can use the following:
Code: [ Download ] [ Select ]
<a href="javascript&#058;window.close();">Close Window</a>  
Note the : above is a colon (:), but the code paste here converts it. or: [code]<input type="button" onclick="window.close();" value="Cl...

Post Posted: April 15th, 2009, 3:03 pm

Heyyyy Spock, I was just thinkin bout you the other day wondering where ya were when someone brought up Captcha. I've been very busy lately, and didn't have time to visit Ozzu but once every week or two. Was working for Filefront.com but the job disappeared at the end of March when Ziff Davis decid...

Post Posted: April 14th, 2009, 10:39 am

I was just asking about the structure for both the flat file and the database table, not the code yet. For example, your flatfile might look like this:
Code: [ Download ] [ Select ]
AAA,ABC,100 AAA,ABC,101 AAA,ABC,102 AAA,DEF,200 AAA,DEF,201 etc...  
and your database table might look like this: [code]CREATE TABLE  ...

Post Posted: April 14th, 2009, 1:35 am

Change this:
Code: [ Download ] [ Select ]
$query = "SELECT *FROM que WHERE que LIKE \'%$trimmed%\'   ORDERD BY id"; // EDIT HERE and specify your table and field names for the SQL query
to this: [code]$query = "SELECT * FROM que WHERE que LIKE \'%$trimmed%\' ORDER BY id ASC"; // EDIT HERE and sp...

Post Posted: April 14th, 2009, 12:46 am

Is this what you're looking for? [code]<select name="campus" id="campus" size="4" onchange="hideCampus(this.value)"> <!-- When the user changes the selection, call the hideCampus() function and pass the current value to it --> <!--<option>...

Post Posted: April 14th, 2009, 12:26 am

Can you give us the flatfile structure and the DB schema you're trying to use? That might help in figuring out a solution.

Post Posted: March 11th, 2009, 2:23 pm

Have you thought about using ajax to reload the random content instead of reloading the entire page? Seems like reloading the page would get annoying to the users after a while.
  • Sort by
 
 

© Unmelted Enterprises 1998-2009. Driven by phpBB © 2001-2009 phpBB Group.