Content Type
Profiles
Forums
Events
Everything posted by DigeratiPrime
-
i actually have two Dragon Cases, but i prefer the lanboy. Their the glossy ones made by ultra, i have a blue and white one. http://www.tigerdirect.com/applications/Se...7446&CatId=1520
-
i own an Antec Super Lanboy, its a very well made case. I like the front panel connectors, the 120mm fan in front and in back (quiet & cool)), and the hard drive rack, plus its made of aluminum (light & cool). Im probably going to build SFF PC's in the future though, so im looking at the Shuttle XPC and Biostar IDEQ case series.
-
um have you tried OpenOffice? http://www.openoffice.org/ [edit] ok i didnt see that. I tried StarOffice 7, its almost identical to 1.1.4 OOo IMO. Same resource use. Different Icons. That would be my assessment. Go try the OOo 2.0 snapshot builds. http://download.openoffice.org/680/index.html
-
Adblock To Block Google Ads, Possible?
DigeratiPrime replied to lylo's topic in Networks and the Internet
i think the lists this guy makes already to this by default: http://www.geocities.com/pierceive/adblock/ however I believe there was a poll about whether or not to do so. Some people are afraid these filter lists are too damaging to 'good ads'. Hopefully the adblock extension will get updated soon with a whitelist feature. -
hey dobby please post im interested.
-
Adobe Acrobat Reader 7 Lite - 5 MB Only!
DigeratiPrime replied to [deXter]'s topic in Application Installs
thanks dexter for the feedback, i copied over nppdf32.dll into the Firefox plugin folder and that fixed it. -
exactly what army20 said, ive learned the hard way not to be so nice on the phone. Have them, if possible, bring teh pc to you, never the other way around. Setup a policy early on if you want to help others the least they can do is bring the pc to you. And always make a backup, some people miss their cookies.
-
Adobe Acrobat Reader 7 Lite - 5 MB Only!
DigeratiPrime replied to [deXter]'s topic in Application Installs
well if i click a link to open a pdf in firefox i get this: -
Adobe Acrobat Reader 7 Lite - 5 MB Only!
DigeratiPrime replied to [deXter]'s topic in Application Installs
will this allow pdfs to open in firefox? -
i like this much better.
-
Is this teacher crazy? lecture mp3 inside
DigeratiPrime replied to Schadenfroh's topic in Funny Farm
I think the professor, probably under a bit of stress or something, is giving an honest and imo somewhat accurate analysis of LOTR. and Ive had worse profs, ugh the memories... why post that mp3, the video there is far funnier: http://www.drunkdwarves.com/movies/ogre.wmv -
look at the picture i posted above, whats wrong with it? Answer: Nothing! Actually Ill move it down here just so you can see it. Get Firefox! Go to the webpage with the Flash Movie. you can either right clickon the page or go to Tools>Page Info. On the Media tab it lists all the pictures movies etc on the page. find the one you want, you can either copy the url by clicking on it or clicking 'save as' to download it. Firefox is Free, its Opensource, its very secure, and fast.
-
Firefox assosiations, and check disk on each boot?
DigeratiPrime replied to Mekrel's topic in Unattended Windows 2000/XP/2003
what if you go to 'Set Programs Access and Defaults' and check Firefox, does that make any difference? you might want to record the registry changes that occur during this. -
this shouldnt matter, but i bet its not a seagate hard drive. I have problems not like your describing with nearly every maxtor hdd, and a few western digitals. hows the disc partitioned? what filesystem ntfs / fat32 / ??? what did you use to partition the data? partition magic? is this a IDE, SATA, or SCSI hard drive? if so are the drivers correct? Try replacing the cable? are the jumper thingies on the hard drive correct? Were these partitions created from a 'blank slate' or did you upgrade/convert existing partitions?
-
Is this teacher crazy? lecture mp3 inside
DigeratiPrime replied to Schadenfroh's topic in Funny Farm
rocks and trees? what!? -
in case you dont want to bother taking a screenshot and rotating in some image editor. the url from the paper is: http://takagism.fasco-cs.com/yellow_chamber.html Today my code is 7397. and here is the code from that movie: // Action script... // [Action in Frame 1] function digit(who) { switch (who) { case one: { _root.one.digit.gotoAndStop(num1 + 1); break; } case two: { _root.two.digit.gotoAndStop(num2 + 1); break; } case three: { _root.three.digit.gotoAndStop(num3 + 1); break; } case four: { _root.four.digit.gotoAndStop(num4 + 1); break; } } // End of switch } // End of the function _focusrect = False; getURL("FSCommand:showmenu", 0); getURL("FSCommand:allowscale", 0); number_SO = SharedObject.getLocal("datas", "/"); if (number_SO.data.num1 != undefined) { num1 = number_SO.data.num1; } else { num1 = Math.floor(Math.random() * 10); number_SO.data.num1 = num1; } // end if if (number_SO.data.num2 != undefined) { num2 = number_SO.data.num2; } else { num2 = Math.floor(Math.random() * 10); number_SO.data.num2 = num2; } // end if if (number_SO.data.num3 != undefined) { num3 = number_SO.data.num3; } else { num3 = Math.floor(Math.random() * 10); number_SO.data.num3 = num3; } // end if if (number_SO.data.num4 != undefined) { num4 = number_SO.data.num4; } else { num4 = Math.floor(Math.random() * 10); number_SO.data.num4 = num4; } // end if // [Action in Frame 2] stop(); // [Action in Frame 12] stop();
-
i think this is the action script for the safe code: // Action script... on (press) { if (_root.temp_item == "lkey") { if (_root.cinema.dial_symbol.digit0000.myNum == _root.num1 && _root.cinema.dial_symbol.digit000.myNum == _root.num2 && _root.cinema.dial_symbol.digit00.myNum == _root.num3 && _root.cinema.dial_symbol.digit0.myNum == _root.num4) { _root.comment.msg.gotoAndPlay("safe_open"); _root.flg_lkey = 2; _root.item_base.disable(_root.item_base.lkey); _root.cinema.gotoAndStop("safe_open"); } else { _root.comment.msg.gotoAndPlay("badnumber"); } // end if } else if (_root.temp_item == "skey1" | _root.temp_item == "skey2") { _root.comment.msg.gotoAndPlay("badkey"); } else { _root.comment.msg.gotoAndPlay("nothing_happen"); } // end if }
-
[edit] i decompiled the swf just for fun, but im not sure what people are looking for. Will try to beat it first though. here's a tip, use the 'Tab' key to find the buttons in flash.
-
Added IE Quick Search Doesn't Work
DigeratiPrime replied to bigeagle's topic in Windows Tips 'n' Tweaks
-
look in my sig How to Install Real Alternative 1.29 and QuickTime Alternative 1.39 without Media Player Classic: [code]REG ADD %KEY%\052 /VE /D "QuickTime Alternative 1.39" /f REG ADD %KEY%\052 /V 1 /D "%CDROM%\Software\quicktimealt139.exe /VERYSILENT /COMPONENTS=qt,qt\codec,qt\directshow,qt\plugins,qt\browser" /f REG ADD %KEY%\053 /VE /D "Real Alternative 1.29" /f REG ADD %KEY%\053 /V 1 /D "%CDROM%\Software\realalt129.exe /VERYSILENT /COMPONENTS=real,real\codec,real\directshow,real\browser" /f[/code]
-
quality not quantity. *quietly adds 1 more*
-
google giving members 50 invites to give out.
DigeratiPrime replied to Astalavista's topic in Technology News
amazing isnt it? Thats 50GB of 'free' email. -
another funny thing is how many clone sites appear before and after each one of these sites goes down.
-
google maps is really great, imo the best mapping site online! If you use Thunderbird and would like the Address Book to retireve maps from Google Maps instead of MapQuest just follow these simple steps: Get the about:config extension use it to change the value in about:config The Defualt Value for mail.addr_book.mapit_url.format is http://www.mapquest.com/maps/map.adp?count...@ST&zipcode=@ZI change it to http://maps.google.com/maps?q=@A1,%20@A2,%...I,%20@ST,%20@ZI Voila!
-
http://www.slyck.com/ a good site for p2p news. Theres alot of speculation about this site, whether or not Loki took the donation money and ran, or if he made a deal with the mpaa and sold them the site, etc. Supposedly theres no record of a case or anything... ya those dvds above are a great deal and excellent quality, i found that deal about a week ago and got 1 shipped, thought id share.