Posted on August 19, 2008 at 12:01 am as Plugin
It’s a brilliant idea to tag blog post. It enables people to find information they’re looking for, but because tag clouds usually offer a more adventurous mode of navigation. If someone clicks on a tag called “water” there’s no way of telling whether he is going to end up reading about water shortages in the third world or the chemical composition of rain.
However, the way tag clouds traditionally look is boring. Enlarging the font for often-used tags causes all sorts of line height weirdness as well. This why Roy started experimenting with Flash to see if he could come up with something better looking. He has created WP-Cumulus which allows you to display your site’s tags, categories or both using a Flash movie that rotates them in 3D. It works just like a regular tags cloud, but is more visually exciting.
Pricing: Free
Requirements: -
Source: http://wordpress.org/extend/plugins/wp-cumulus/
Posted on August 14, 2008 at 12:01 am as Theme
SmashingMagazine has released Infinity — a free professional Wordpress-theme. The theme has 3 fixed columns, thumbnails integration, Flickr, Delicious and Twitter integration as well as an attractive visual design. The theme was designed by Zhang Yichi, the creative mind behind Vikiworks Studio from Shanghai, China especially for Smashing Magazine and its readers.
You can use the theme for all your projects for free and without any restrictions. However, it’s forbidden to sell or redistribute the theme without both designer’s and Smashing Magazine’s permission
Pricing: Free
Requirements: WordPress 2.5+
Source: http://www.smashingmagazine.com/2008/08/08/infinity…
Posted on August 12, 2008 at 7:28 am as Information
Subversion is a version control system that makes it easy to get the latest version of files, or go back to previous versions. It is used by many different pieces of open source software and has been around since 2000. Subversion is considered the successor to the Concurrent Versions System.
Say you were running a Subversion server and your resume was checked into it when you first created it. Years later, if you have maintained your Subversion repository, you could go back and look at all of the changes you have ever made to your resume.
Subversion made upgrading a quick and simple event rather than a multi-day chore. Once set up correctly, there is very little you can do that will cause a mistake to be made. GeeksareSexy has written a nice article about ‘How To Upgrade WordPress Using Subversion‘.
First, upgrade your current blog using FTP, or whatever other method you choose to the latest stable version of WordPress.
Then, log in using SSH, and browse to your current blog. Go up one folder using the command cd .. in the terminal window.
Next, create a directory using mkdir. I usually make a directory called public_html_new.
mkdir public_html_new
Now browse into that directory, and using the instructions above, install the version latest stable version of WordPress using Subversion.
Once that is complete, copy your wp-config.php file from your old blog in the regular public_html folder to the public_html_new folder. This will allow your Subversion controlled blog to access your current blog’s database.
Next copy your wp-content folder from the old public_html folder to the public_html_new folder. This will give your new Subversion controlled blog all of your plugins, images, and themes.
Lastly, rename your public_html folder to public_html_old and then rename your public_html_new folder to just public_html. Check to see if your blog is working, and if so, you are most likely seeing your blog, now being version managed by Subversion.
Posted on August 7, 2008 at 12:01 am as Theme
WP Coda is a theme that is created by modifying several already-existing code snippets and implementing them with a stunning design. The result is a wordpress theme that mimics the functionality of the very popular Coda website that is the object of so many developers envy. Every aspect of the Coda website was duplicated and this theme works in every major browser.
Pricing: Free
Requirements: -
Source: http://wordpress.bustatheme.com/coda/
Posted on August 5, 2008 at 12:01 am as Plugin
If you are selling ads directly, you may have been frustrated with the excessive time involved managing your ads. Not only do you have to find advertisers to sponsor your blog, you have to manually edit your template to put the ad in, and then head over to your favorite calendar app to set an alert to remind you when to take the ad down.
Time consuming practices like those are a thing of the past. The WP125 plugin can help you manage your ads more efficiently, leaving you with more time to write new posts. The plugin adds a new “Ads” menu to the WordPress admin, featuring submenus for tweaking display settings and adding and removing ads.
You can show as many ads as you want, and in either manual or random order. Keep track of how many times an ad is clicked. When creating a new ad, you don’t have to calculate the end date yourself. Just input how many days you wish the ad to run for, and the correct date will be applied. The ad will be automatically taken down when the time comes.
Pricing: Free
Requirements: -
Source: http://wordpress.org/extend/plugins/wp125/
Posted on August 3, 2008 at 12:01 am as Information
WordPress is first and foremost a blogging platform, but that doesn’t mean that it can’t be used for other things as well. In fact, the development of WordPress have been such that I wouldn’t be surprised to see a non-blog focused fork soon, because the necessary functionality for most web sites on the admin side of things are already there. In general, using WordPress as the CMS just means that you’ll design a theme as you would for a WordPress powered blog. Most of the things you need to keep in mind is what should be powering what on the site.
Thord has shared us the Things To Consider When Using WordPress as a CMS. These are the things we need to think about before choosing and designing a website where WordPress will be used as the CMS.
Posted on July 30, 2008 at 4:50 am as Plugin
AskApache Password Protect adds some serious password protection to your WordPress Blog. Not only does it protect your wp-admin directory, but also your wp-includes, wp-content, plugins, etc. plugins as well. This Plugin will make alot of the bots out there stop coming back. You just choose a username and password and you are done. It writes the .htaccess file, without messing it up. It also encrypts your password and creates the .htpasswd file, as well as setting the correct security-enhanced file permissions on both.
Imagine a huge brick wall protecting your frail .php scripts from the endless attacks of automated web robots and password-guessing exploit-serving virii. Forget spam, these millions of zombie bots are too outrageous to ignore, they are attempting known (but strangely outdated) exploits looking for known vulnerabilities against blogs and other Internet software. Sooner or later some poor blogger is going to miss an upgrade and become a victim to this type of video-game-like-attack.
Pricing: Free
Requirements: -
Source: http://www.askapache.com/wordpress/htaccess-password-protect.html
Posted on July 28, 2008 at 12:01 am as Theme
JobPress is a wordpress theme that turns your website into a perfect working Job Board Software. It comes with all features a website of this kind needs. It is easy-to-use, easy-to-customize, easy-to-read and now a great way to monetize.
JobPress is coming with a settings page from where you will be able to edit and customize all theme features. You can set the payment system, customize the success message and mail, set the price and the currency without editing any file. After the payment is done Paypal sends a signal to JobPress, and only if the signal is real the job will be published. Also a verify sign key is generated and stored in your database.
Submitting Jobs is just easy. At the first step the information is entered, at the second step your users are able to preview their job ad and after the payment a custom success message is displayed and the job is publish automatically.
Pricing: $99 (Single License), $199 (Developer License)
Requirements: -
Source: Sign up Now
Posted on July 24, 2008 at 12:01 am as Information
DBS Interactive has created a Template Tags Quick Reference Guide to expedite their WordPress theme development, and they found it so useful that they would like to share it with us. The content was reformatted for quick reference from the Template Tag section of the WordPress.org Codex, a relative encyclopedia to WordPress theming, and great reference for your WordPress questions.
Posted on July 22, 2008 at 12:01 am as Theme
We all use WordPress as a CMS because its brilliantly simple, and easy to use, but its easy to forget that it is after all a blogging tool. One Theme are constantly pushing the boundaries of WordPress customization to bring you that step closer to enjoying the simplicities of WordPress, but as a CMS. They bring you features that are simply unrivalled in this area of the market.
One Theme’s backend is so powerful that it requires absolutely no web design experience, which means absolutely no hacking around in files you don’t understand. Sporting an unrivalled list of features, and rock solid stability, its easy to understand why purchasing One Theme is the popular choice for professional web masters.
One Theme’s backend is so powerful that it requires absolutely no web design experience, which means absolutely no hacking around in files you don’t understand. Sporting an unrivalled list of features, and rock solid stability, its easy to understand why purchasing One Theme is the popular choice for professional web masters.
The One Theme Ad feature makes it easy for you to make money online by adding support for popular pay per click advertising. Insert AdSense blocks with ease simply by entering your id into the control panel.
Pricing: $99 - $299
Requirements: -
Source: Sign up Now