WordPress Plugin: Digg Dugg November 12, 2006
Posted by annomundi in Digg News, Technology and Software.add a comment
“This plugin syndicates all kinds of stories from digg.com and lists them in your blog. Various options allow you to fetch stories from specific users, friends, topics, the digg search, and the Popular/Upcoming sections of digg.”
Javascript Anywhere! November 12, 2006
Posted by annomundi in Digg News, Technology and Software.add a comment
Add javascript as a scripting language to your own program. This is SpiderMonkey, a open source implementation of JS from Mozilla written in Pure C. Link it against what ever you want. In type and Yahoo Widget Engine (former Konfabulator) already did…
Connecting to eBay’s API to return real-time auction info for your site November 11, 2006
Posted by annomundi in Digg News.add a comment
Nice tutorial on how to use eBay’s API to return real-time auctions to your web site. Another hook to possibly monetize, blogs, etc. The tutorial is using PHP to talk to the eBay web service.
uTorrent add-on for Firefox November 11, 2006
Posted by annomundi in Digg News.add a comment
Ah, the marriage of two of my favorite programs, uTorrent and Firefox. Over at TorrentFreak they’ve got an add-on for Firefox that integrates the two, putting uTorrent’s WebUI (which you must download separately) in Firefox’s sidebar and reporting you download and upload speeds in the status bar.
Adding & Making a Favicon in Blogger Beta! November 10, 2006
Posted by annomundi in Digg News.add a comment
Easy To Make A Icon For Your URL!!!!
If your web page does not load in 4 seconds, kiss your visitors goodbye November 9, 2006
Posted by annomundi in Digg News.add a comment
Four seconds is the maximum length of time an average online shopper will wait for a Web page to load before potentially abandoning a retail site. This is one of several key findings revealed in a report made available today by Akamai, commissioned through JupiterResearch, that examines consumer reaction to a online shopping experience
Finally – NVIDIA drivers for linux with AIGLX support released November 8, 2006
Posted by annomundi in Digg News.add a comment
Added initial support for GLX_EXT_texture_from_pixmap
— Added new “Display Configuration” page in nvidia-settings
— Improved workstation OpenGL performance in Xinerama
— Added support for NVIDIA Quadro Plex
— Added support for Quad SLI
— Improved X driver error recovery
— Added support for OpenGL 2.1 …. and more
Microsoft launches Google Earth killer. November 7, 2006
Posted by annomundi in Digg News.add a comment
Microsoft is about to upgrade its mapping product, Live Local, to Microsoft Virtual Earth, a competitor to Google Earth.
Beginner’s Guide to Digg November 7, 2006
Posted by annomundi in Digg News.add a comment
An in-depth overview on Digg that covers everything from Digg’s history to submitting stories. It also covers things such as the Digg effect, Digg Spy, Digg tools, Digg labs, My #1, Friends, top users …
Using the Digg API in PHP November 6, 2006
Posted by annomundi in Digg News.1 comment so far
Tutorial on using the unreleased Digg API to retrieve and display stories from Digg, using PHP. Includes example code and explanations. Bring on the third-party apps!