Search found 705 matches

by Todd_Z
Tue Jul 24, 2007 5:40 pm
Forum: Databases
Topic: Triggers aren't easily configurable.
Replies: 4
Views: 834

feyd | Please use , and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color] The follo...
by Todd_Z
Tue Jul 24, 2007 2:52 pm
Forum: Databases
Topic: Triggers aren't easily configurable.
Replies: 4
Views: 834

Triggers aren't easily configurable.

This can be best expressed through an example: I have a table called galleries, and a table called view_galleries. galleries has fields such as: user_id, etc. In view_galleries, I want to show the user's actual name, and, for example, the number of files associated with this gallery. In doing so, I ...
by Todd_Z
Fri Jul 20, 2007 8:04 pm
Forum: PHP - Code
Topic: Browsers
Replies: 21
Views: 2291

Firefox does this too without an extension.

about:config
create a var called general.useragent.override and put whatever you want in the value.

i get defensive when people bring up stuff that opera has that firefox doesn't :)
by Todd_Z
Mon Jun 25, 2007 8:46 pm
Forum: General Discussion
Topic: What's the first programming language that you learned?
Replies: 41
Views: 6570

PocketC - C programming for palm os.

Good times, how i miss them so.
by Todd_Z
Tue May 22, 2007 11:36 pm
Forum: General Discussion
Topic: Logo images and accessibility/SEO
Replies: 18
Views: 2814

Google's algorithm strives to index websites based on the content they provide. Sounds basic. If you include display:none tags in the css, google's spiders will ignore the content. Furthermore, you will be at higher risk of being blacklisted. How would something like <h1><span style="display:no...
by Todd_Z
Wed May 16, 2007 12:41 am
Forum: Javascript
Topic: GAWD, IE is such a steaming pile of...
Replies: 8
Views: 1789

It's truely unbelievable that micro$oft doesn't find it ethically repulsive to produce and mass-distrbute such a horrid piece of software that causes thousands of web developers to waste hours upon hours on catering to every ie bug and lack of standards. I can do nothing but hope that firefox (or op...
by Todd_Z
Tue May 15, 2007 3:14 pm
Forum: Miscellaneous
Topic: Upload Progress Bar - Perl solution
Replies: 0
Views: 1548

Upload Progress Bar - Perl solution

Hey folks, so I'm sure there are 1800 ways to get a progress bar going, but the flash solutions seemed too unstable, and so I finally found an open source solution that worked. http://tomas.epineer.se/tesupload/ I manipulated the files to bring it down to the bare bones of what I want to do. Essenti...
by Todd_Z
Fri May 11, 2007 3:09 pm
Forum: General Discussion
Topic: Power Supply Issue?
Replies: 12
Views: 2005

cpu: im getting around 39 and 43 for the two readings

antec truepower 550w
by Todd_Z
Fri May 11, 2007 9:56 am
Forum: General Discussion
Topic: Power Supply Issue?
Replies: 12
Views: 2005

memtest: passed everything 3 times todd@diesel:~$ sudo mbmon Temp.= 39.0, 255.0, 36.0; Rot.= 3443, 8035, 0 Vcore = 1.25, 3.20; Volt. = 0.00, 4.78, 11.00, -0.00, -0.00 Temp.= 39.0, 3.0, 35.0; Rot.= 3443, 8132, 0 Vcore = 1.25, 3.20; Volt. = 0.00, 4.78, 11.00, -0.00, -0.00 Temp.= 39.0, 254.0, 36.0; Rot...
by Todd_Z
Fri May 11, 2007 9:42 am
Forum: General Discussion
Topic: Power Supply Issue?
Replies: 12
Views: 2005

My comp is far from average. GeForce 7600GT 256MB GDDR3 PCI Express x16 Video Card CORSAIR XMS2 2GB (2 x 1GB) 240-Pin DDR2 SDRAM DDR2 800 (PC2 6400) 4X Western Digital Caviar SE16 WD3200KS 320GB 7200 RPM SATA 3.0Gb/s Hard Drive 3com hardware raid controller AMD Athlon 64 X2 4600+ Windsor 2.4GHz Sock...
by Todd_Z
Fri May 11, 2007 9:26 am
Forum: General Discussion
Topic: Power Supply Issue?
Replies: 12
Views: 2005

Power Supply Issue?

Sometimes im workin away on my comp, and all of a sudden, the comp restarts. No warning, no nothing. Just the system beep of the comp restarting. Is it possible that the computer needs more than the 550 watts of power that my power supply is rated for, and because of this, it reboots? I'm nearly pos...
by Todd_Z
Fri May 11, 2007 9:24 am
Forum: Linux
Topic: Firefox feature available for VI?
Replies: 3
Views: 2292

yea, the swps are there, i meant the tabs and junk :-\
by Todd_Z
Thu May 10, 2007 12:52 am
Forum: Linux
Topic: Firefox feature available for VI?
Replies: 3
Views: 2292

Firefox feature available for VI?

When firefox crashes, and restarts, you get that friendly little box asking if you want to restore the previous state of firefox before it crashed.

Is there a similar feature in VI? Sometimes my ubuntu box just restarts out of nowhere - logs say nothing about the matter :-\
by Todd_Z
Sat May 05, 2007 12:25 pm
Forum: General Discussion
Topic: Digitally Signing Javascript
Replies: 1
Views: 691

Digitally Signing Javascript

I don't know whether I am an idiot or the online references I've been reading are crap, but here it is: I'm simply trying to digitally sign a javascript file using a test certificate I create. In doing so, I hope to get the extended privileges in firefox associated with signed scripts. todd@diesel:~...
by Todd_Z
Sun Apr 29, 2007 11:21 pm
Forum: Javascript
Topic: Drag Images from external source to firefox
Replies: 12
Views: 1252

Okay, so I have it working when the signed.applets.codebase_principal_support value is set to true. But now, I would need to set this value to true on the computers that access this page. Is it possible to have firefox ask the user whether the preference should be changed when I execute a command? T...