5 Plugins to Keep WordPress Secure October 26th, 2009
by Zeeshan

Some days ago a reader asked for advice when his blog got hacked. We recommended some good security measures to keep WordPress safe. In case you missed it, read the post here: What if my WordPress Blog Got Hacked with the Google Redirect?

Display Facebook Statuses on WordPress October 22nd, 2009
by Zeeshan

add-fbstatus-wp.png

If you want to show your Facebook Statuses and you are hosting on a WordPress.com blog that restricts you from installing plugins, try this. The following method make use of Facebook status feed and WordPress RSS widget. It will also work for self-host WordPress blogs, but you guys who self-host can use better plugins for that.

6 WordPress Login Skins October 19th, 2009
by Zeeshan

wpadmin-skin

WordPress Login Form Overlay October 12th, 2009
by Zeeshan

login-overlay1

WordPress is more than just a blogging tool. It can be used as a Content Management System (CMS) for many different purposes. It has a built in system for most things you would have to code yourself, or pay for an expensive custom application. With a little creativity, you can use basic features to power almost anything you want.

One of the most important things to a website with any hopes of establishing a user connection is having user accounts.

Now, blogs get by here by having comments tied to emails, which is similar in a way. But you’re most likely looking to have unique accounts for your site. This was every user can login, logout, edit their profile and have special privileges. WordPress also allows you (as an admin) to control the level and permissions of all other users.

Attractive jQuery Menu October 7th, 2009
by Zeeshan

Introduction

I got this tutorial request from a reader, if you have any request at all, please contact me, give me some suggestions for the upcoming tutorial! :)

Apparently, I have seen this kind of menu before, in Dragon Interactive . During the implementation, I was having a bit of problem, I thought it’s just a simple fadein and fadeout effect, but it actually required a lot of CSS works and the right images.

fadein

Sliding Boxes and Captions with jQuery August 31st, 2009
by Zeeshan

The Basic Idea

All of these sliding box animations work on the same basic idea. There is a div tag (.boxgrid in my css) that essentially acts as a window where two other items of your choosing “peek” through.

Confused? Cue the helpful diagram -slidebreakdown

From this basic idea we can play around with animations of the sliding element to either show or cover up the viewing area, thus creating the sliding effect.

Windows Media Player Inspired Menu August 30th, 2009
by Zeeshan

I saw someone using windows media player on vista the other day and it inspired me to make a website menu. So here are the steps I went through to make my media player style menu.

Click Here for Large Image

Start off with a canvas with the size of 800X200px and make the background color black (#000000).

Next I want to put a few guides in to make the menu. I am going to use the rulers to make my guides. If you have never used the ruler to put guides on your canvas, you should try it because it helps out more than you would think.

Edit In Place with AJAX August 27th, 2009
by Zeeshan

An AJAX (or AHAH) proof-of-concept page that allows the visitor to edit the very (x)HTML page they are viewing, without leaving the page.

The Concept

Click the text to be edited and magically a textarea appears with buttons beneath to save or cancel the changes. Changes are sent via AHAH to a PHP script which normally would be used to update a database (MYSQL or flatfile).

The Demonstration

Edit is place Example 1 below

Example 1