Posting with it. Actually its not new just outta beta.
Posted in General.
By John Keegan
– February 4, 2010
-
The Ustream Producer is a desktop application allowing broadcasters to stream in high quality,
just like they would from Ustream's website.
-
live streaming, broadcast your screen, camera, game
Posted in General.
By John Keegan
– January 29, 2010
-
Platypus is a developer tool for the Mac OS X operating system. It can be used to create native, flawlessly integrated Mac OS X applications from interpreted scripts such as shell scripts or Perl and Python programs. This is done by wrapping the script in an application bundle directory structure along with an executable binary that runs the script.
Posted in General.
By John Keegan
– January 19, 2010
-
Turn a standard Wordpress blog into a powerful, feature rich coupon code website easily with our CouponPress Theme.
-
DirectoryPress is a fully featured directory theme for Wordpress that turns your standard wordpress blog into a powerful online link directory with advertising, payment options and more built in!
Posted in General.
By John Keegan
– January 12, 2010
Posted in General.
By John Keegan
– January 11, 2010
Posted in General.
By John Keegan
– January 7, 2010
-
namebench hunts down the fastest DNS servers available for your computer to use. namebench runs a fair and thorough benchmark using your web browser history, tcpdump output, or standardized datasets in order to provide an individualized recommendation
Posted in General.
By John Keegan
– December 25, 2009
Posted in General.
By John Keegan
– December 21, 2009
Posted in General.
By John Keegan
– December 16, 2009
Posted in General.
By John Keegan
– December 4, 2009
Upgraded this blog to Wordpress 2.9 beta… Upgrade went smoothly, now to test a few of the new features…
Posted in General.
Tagged with Tag it.
By John Keegan
– December 3, 2009
Posted in General.
By John Keegan
– November 27, 2009
Posted in General.
By John Keegan
– November 24, 2009
Got this error when trying to add a mail CNAME in Plesk DNS:
Error: There is incorrect combination of resource records in the zone
Found RackerHacker’s note about it and it was as he said, trying to add a new CNAME for mail. So I added the ‘test’ hostname instead as a CNAME to the host I wanted to use, then set about updating that in the psa DB.
One commenter suggested using phpmyadmin to make the changes to the dns_recs table in the psa database, but I didn’t have phpmyadmin setup for server wide usage.
So I just logged into mysql from the command line and did this:
mysql> select * from dns_recs;
to get the list of DNS records. Then I found the ID of the record I needed to change and did these 2 commands:
update dns_recs set host='mail.example.org' where id='XX'
update dns_recs set displayHost='mail.example.org' where id='XX'
Change mail.example.org to your domain and ID to the record ID you found and that’s how to set a mail CNAME for a non-local host. Should be a simple task, yes…
Posted in General.
Tagged with DNS, Plesk.
By John Keegan
– November 21, 2009
-
Tagaroo is designed to make your WordPress blog better for you, better for your readers and more accessible to search engines. As you’re writing, Tagaroo analyzes the text in your post and suggests intelligent tags for the things and events you’re writing about.
You can use these tags in your post – but even better – you can use these tags to automatically get great images from Flickr to include in your post.
Posted in General.
By John Keegan
– November 20, 2009