Goto Page: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ... 125
Actual Results
- ScienceOfSpock
- Forum: Website Design Forum
- Topic: 3D animation without Flash
- Subject: 3D animation without Flash
- Replies: 5
- Views: 371
- Subject: 3D animation without Flash
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.
- ScienceOfSpock
- Forum: Website Design Forum
- Topic: Those talking faces..
- Subject: Those talking faces..
- Replies: 4
- Views: 278
- Subject: Those talking faces..
Posted: June 10th, 2009, 10:41 am
you mean Sitepal?
- ScienceOfSpock
- Forum: Programming / Scripting / Coding Forum
- Topic: web page magic?
- Subject: web page magic?
- Replies: 10
- Views: 234
- Subject: web page magic?
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.
- ScienceOfSpock
- Forum: Programming / Scripting / Coding Forum
- Topic: Recaptcha hacked, 4Chan votes moot world's most influential
- Subject: Recaptcha hacked, 4Chan votes moot world's most influential
- Replies: 9
- Views: 1400
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...
- ScienceOfSpock
- Forum: General Discussion
- Topic: 94% of your email is spam...
- Subject: 94% of your email is spam...
- Replies: 15
- Views: 591
- Subject: 94% of your email is spam...
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.
- ScienceOfSpock
- Forum: General Discussion
- Topic: Is the iPhone coming to Verizon?
- Subject: Is the iPhone coming to Verizon?
- Replies: 7
- Views: 973
- Subject: Is the iPhone coming to Verizon?
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"...
- ScienceOfSpock
- Forum: Programming / Scripting / Coding Forum
- Topic: web page magic?
- Subject: web page magic?
- Replies: 10
- Views: 234
- Subject: web page magic?
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
- ScienceOfSpock
- Forum: Programming / Scripting / Coding Forum
- Topic: Recaptcha hacked, 4Chan votes moot world's most influential
- Subject: Recaptcha hacked, 4Chan votes moot world's most influential
- Replies: 9
- Views: 1400
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...
- ScienceOfSpock
- Forum: Website Design Forum
- Topic: Question about srange option..
- Subject: Question about srange option..
- Replies: 7
- Views: 339
- Subject: Question about srange option..
Posted: May 4th, 2009, 12:32 am
- ScienceOfSpock
- Forum: Programming / Scripting / Coding Forum
- Topic: Search script problem in php
- Subject: Search script problem in php
- Replies: 9
- Views: 495
- Subject: Search script problem in php
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...
- ScienceOfSpock
- Forum: Programming / Scripting / Coding Forum
- Topic: Display and sorting from php mysql database
- Subject: Display and sorting from php mysql database
- Replies: 6
- Views: 258
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:
and your database table might look like this: [code]CREATE TABLE ...
AAA,ABC,100 AAA,ABC,101 AAA,ABC,102 AAA,DEF,200 AAA,DEF,201 etc...
- ScienceOfSpock
- Forum: Programming / Scripting / Coding Forum
- Topic: Search script problem in php
- Subject: Search script problem in php
- Replies: 9
- Views: 495
- Subject: Search script problem in php
Posted: April 14th, 2009, 1:35 am
- ScienceOfSpock
- Forum: Programming / Scripting / Coding Forum
- Topic: Submitting form with variable subject line or hidden field?
- Subject: Submitting form with variable subject line or hidden field?
- Replies: 1
- Views: 292
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>...
- ScienceOfSpock
- Forum: Programming / Scripting / Coding Forum
- Topic: Display and sorting from php mysql database
- Subject: Display and sorting from php mysql database
- Replies: 6
- Views: 258
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.
- ScienceOfSpock
- Forum: Website Design Forum
- Topic: Locking the scrole bar
- Subject: Locking the scrole bar
- Replies: 3
- Views: 336
- Subject: Locking the scrole bar
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.

