Does adding a photo work?
Category Archives: General
New WordPress for Blackberry App
Seems to work really nicely… Testing.
links for 2009-05-18
-
WordPress Notifier is a freeware application that alerts you when new unapproved comments are posted on your WordPress blog.
It lives in the Mac OS X Status Bar and displays the current unapproved comment count.
links for 2009-05-16
-
Adds a new panel to Firebug for displaying timing measurements for JavaScript applications.
links for 2009-05-12
-
This plugin will give you the total number of queries to the db per page, as well as the total time it took to render those queries out to the page. Additionally, line by line each individual query will display with the originating SQL statement, time executed and the function call used to execute the query.
links for 2009-05-10
-
custom login screen for wordpress
links for 2009-05-07
-
Evidens is a new 3 column, full width theme from Design Disease. Featuring both White and Dark variations, this modern/industrial theme is both elegant and edgy at the same time. The three column layout is perfect for adsense and text link integration. The design features ample space for your blog content, making sure you have room for the latest widescreen web video, as well as bright, beautiful images. Advanced options like Flickr Photostream and Twitter integration allow you to keep up with the latest social networking trends, and update your site’s content anywhere, anytime.
links for 2009-05-05
-
How to “version” your CSS file, by adding ?v=123 to the URL in the <link /> to your stylesheet using PHP…
-
Clay Loveless uses PHP to access Amazon Web Services (AWS) and provides code samples for performing basic AWS actions using PHP 5.
-
"…free and easy-to-use software application for desktop sharing. CrossLoop connects computer users with trusted, qualified service providers and friends who can provide the support they need quickly and conveniently."
links for 2009-05-04
-
The KIDO’Z browser is a browser made for young kids and create protected and easy to use environment for surfing the net.
links for 2009-05-03
-
Domain name appraisal scam…
links for 2009-04-28
-
TrueCar, an information service launched at TechCrunch50 that aims to give potential new car buyers an idea of what the price tag of the vehicle they’re considering purchasing should really be reading, is officially launching its free consumer-focused website today by taking the beta label off.
In essence, the service allows car buyers to check if the price for their next car is on par with the price others have paid for the same vehicle in the past, hopefully bringing some transparency to the automotive retail industry.
links for 2009-04-22
-
FeedWordPress is an Atom/RSS aggregator for the WordPress weblog software. It syndicates content from feeds that you choose into your WordPress weblog
links for 2009-04-18
-
use HyperDB to split up your wp_users table so that you can share your users with another install
links for 2009-04-17
-
Events plugin for Buddypress
1 links for 2009-04-15
-
WordPress object cache with memcached backend is mainly meant for WPMU and doesn’t work well if you happened to have many vanilla WordPress installations using the same memcached backend like it is pointed out here and here.
I have created a simple patch which you can apply against object-cache.php (downloadable from WordPress plugin repository) or here is the file already patched. The patch prepends the $blog_id to the object key. You will have to specify global variable $blog_id in wp-config.php and give it a unique id (like your blog url).