Actual Results
- volectricity
- Forum: General Discussion
- Topic: Transformers was a fantastic movie
- Subject: Transformers was a fantastic movie
- Replies: 23
- Views: 1191
- Subject: Transformers was a fantastic movie
Posted: July 5th, 2007, 5:36 pm
I'd recommend it to anyone! Transformers is possibly the best movie ever, aside from 300. Transformers is much funnier as well.
- volectricity
- Forum: General Discussion
- Topic: Internet Radio S.O.S
- Subject: Internet Radio S.O.S
- Replies: 2
- Views: 318
- Subject: Internet Radio S.O.S
Posted: July 5th, 2007, 5:34 pm
This was a big deal at the SoundClick forums. There's not much we can do to stop it, but we can at least get them to treat internet radio and air radio the same, and impose the fees on them all. Internet radio is big on promoting underground artists though who don't need to worry about royalties, so...
- volectricity
- Forum: General Discussion
- Topic: Advice to the youth
- Subject: Advice to the youth
- Replies: 13
- Views: 418
- Subject: Advice to the youth
Posted: July 5th, 2007, 5:27 pm
I don't agree with rule 11. A lot of us get where we are with charisma rather than intelligence. I think rule 6 needs to be written somewhere on a billboard. People always want to blame the way they were raised, but I always tell them that regardless of what you've done, you CAN change, but you have...
- volectricity
- Forum: Website Design Forum
- Topic: Compatibility Issues
- Subject: Compatibility Issues
- Replies: 5
- Views: 319
- Subject: Compatibility Issues
Posted: July 5th, 2007, 10:33 am
Using valid CSS/HTML and proper/strict DOCTYPES will easily keep things looking okay cross-browser. Your HTML is very... oddly designed. And you don't have a DOCTYPE at all, meaning that IE is running in quirks mode.
- volectricity
- Forum: Programming / Scripting / Coding Forum
- Topic: did you ever use SYMFONY?
- Subject: did you ever use SYMFONY?
- Replies: 10
- Views: 365
- Subject: did you ever use SYMFONY?
Posted: July 5th, 2007, 10:25 am
Symfony is really for websites that don't require too much flexibility and updating.
- volectricity
- Forum: Programming / Scripting / Coding Forum
- Topic: automatic download
- Subject: automatic download
- Replies: 14
- Views: 461
- Subject: automatic download
Posted: July 5th, 2007, 10:23 am
Considering Windows has made the zip file a part of it's default file structure, it's hard to not know how to use a zip file.
- volectricity
- Forum: Programming / Scripting / Coding Forum
- Topic: Need a click tracker !
- Subject: Need a click tracker !
- Replies: 4
- Views: 284
- Subject: Need a click tracker !
Posted: July 5th, 2007, 10:20 am
That sounds bad. If this is generated traffic, search engines will recognize it and, worst case, take you off of their listings entirely.
If you wanted to check traffic though, wouldn't you care about visits, not clicks?
If you wanted to check traffic though, wouldn't you care about visits, not clicks?
- volectricity
- Forum: Programming / Scripting / Coding Forum
- Topic: Good custom PHP search engine (MySQL)?
- Subject: Good custom PHP search engine (MySQL)?
- Replies: 4
- Views: 347
Posted: July 4th, 2007, 12:28 pm
Well, you'll need to create links to all of the products (if you don't know what I mean, check out TigerDirect.com) and the spider will crawl them all.
You can likely program the rest into the spider. If not, then you'll have to do it all by hand.
You can likely program the rest into the spider. If not, then you'll have to do it all by hand.
- volectricity
- Forum: Programming / Scripting / Coding Forum
- Topic: Need a help in PHP
- Subject: Need a help in PHP
- Replies: 7
- Views: 396
- Subject: Need a help in PHP
Posted: July 4th, 2007, 12:27 pm
And word wrapping? That's likely the problem.
- volectricity
- Forum: Programming / Scripting / Coding Forum
- Topic: PHP as root
- Subject: PHP as root
- Replies: 5
- Views: 419
- Subject: PHP as root
Posted: July 4th, 2007, 12:27 pm
Oh. Well, when doing anything from a browser you are automatically the user 'nobody.' You could handle the databasing easily, but once you made the folders using 'nobody,' you can't alter them with other users because you don't have the permissions to alter the permissions, so you may not want to do...
- volectricity
- Forum: Programming / Scripting / Coding Forum
- Topic: Strings
- Subject: Strings
- Replies: 5
- Views: 321
- Subject: Strings
Posted: July 4th, 2007, 12:25 pm
Considering the user would be leaving his website upon clicking the link, starting a new session seems kind of pointless....
- volectricity
- Forum: Programming / Scripting / Coding Forum
- Topic: Combinning scripts
- Subject: Combinning scripts
- Replies: 7
- Views: 337
- Subject: Combinning scripts
Posted: July 3rd, 2007, 9:33 pm
You aren't asking for help; You're asking for us to do your work for you.
Maybe someone here will, but I sure as hell won't.
Maybe someone here will, but I sure as hell won't.
- volectricity
- Forum: Programming / Scripting / Coding Forum
- Topic: Need to paginate a blog
- Subject: Need to paginate a blog
- Replies: 1
- Views: 250
- Subject: Need to paginate a blog
Posted: July 3rd, 2007, 9:32 pm
Pagination isn't magic... You have to program it yourself.
I wrote a tutorial for basic pagination in PHP that you may be interested in.
I wrote a tutorial for basic pagination in PHP that you may be interested in.
- volectricity
- Forum: Programming / Scripting / Coding Forum
- Topic: Need a help in PHP
- Subject: Need a help in PHP
- Replies: 7
- Views: 396
- Subject: Need a help in PHP
Posted: July 3rd, 2007, 9:29 pm
Trying sending a plain text email and see if it works.
Also, try word-wrapping your message. By RFC standards, emails can't have lines longer than 70 characters, and not every client can fix that.
Also, try word-wrapping your message. By RFC standards, emails can't have lines longer than 70 characters, and not every client can fix that.
- volectricity
- Forum: Programming / Scripting / Coding Forum
- Topic: JS help needed (next button!)
- Subject: JS help needed (next button!)
- Replies: 7
- Views: 405
- Subject: JS help needed (next button!)
Posted: July 3rd, 2007, 9:27 pm
The same way you're doing it now.

