Web Design Blog

Styling WordPress Login Screen

Custom Login Screen on http://preaxz.com

People have designed so many beautifull wordpress theme but many of them leave the login screen remain intact. Sometime it’s necessary to customize the login screen to give our user a better experience of using our site, especially for someone who have multiple user for posting articles or administering their blog/website or blogs who requires user to log in before making comments. Your user will be happy to see your customized login screen as we can see in these examples. So, How do we do that? In WordPress 2.9, it should be easy to restyle the login screen by just using one stylesheet and add it to the login page using hooks.

Read the rest of this entry

Latest Version of Sangsaka 2.0 Released

In the middle of doing a project for one of my client, I found some bugs which quite irritating on Sangsaka 2.0, free wordpress theme which I previously released. Some of the feature seems not working and the style was a bit embarassing. So i spend some time to look around the code to fix them and do some change to the theme files. After a week coding and debugging, the latest version of the theme is now available. It’s still free and open source under GNU/General Public License.

More information

Convert Text to Image Using PHP

People have been trying to convert a text to an image for various reason. They usually need it to turn an e-mail address so it cannot be easily harvested from the content. But this script will not only able to do that, it can be use for many other thing, such as styling your website. As we notice, there are many True-type font we want to use for better site typography like using it on a document heading or else. The problem is, not many people have the font we want. So, how can we solve that? One of the solution is using an image, and this tutorial will explain how to convert any text to image on your website using PHP.

Read the rest of this entry