September 12th in Design, PHP Scripts by .

How to design 3 Column Website Layout with Top Navigation Menu in CSS

CSS as we go deeper and deeper it gets harder and harder to understand, especially margins, padding and floats could be confusing at times as well. I am going to post here the tutorial to make a very simple CSS website layout (skeleton) with

- Container
- Header
-Top Navigation Menu
- Left …

August 8th in Linux/Unix, PHP Scripts, vBulletin by .

Your password is 180 days old, and has therefore expired

i was getting this message from vbulletin after logging as administrator. I wasnt able to find the setting in vbulletin control panel that would disable this 180 day password, until i finally figured out.

Your password is 180 days old, and has therefore expired.

Please change your password using this page.

To fix …

August 7th in General, PHP Scripts, vBulletin by .

Where to buy good vbulletin themes?

ok, you have bought a vbulletin license and looking to customize the look of the forum. Giving a good professional look to your forum can be well worth it to attract more users to signup. If you are willing to spend $20 – $50 there are number of places …

July 30th in General, Internet, Javascript, PHP Scripts by .

Lightweight PHP WYSIWYG HTML Editor

Lightweight WYSIWYG Editor for PHP

A dead simple javascript based WYSIWYG html editor for PHP. It is lightwight, fastloading html editor can be integrated to PHP scripts easily.

I always wanted a very simple WYSIWYG editor for my PHP scripts with just simple functions like bold, italic, URL and Image insertion …

July 22nd in Internet, PHP Scripts, Wordpress by .

Displaying HTML code in WordPress Posts!

I had a terrible problem for a long time which frustrated me quite often! Being a programmer myself i wanted to post html code on my wordpress post and everytime i do it wordpress wont show the code and only shows the html output.

Just like html i wanted to …

July 22nd in General, Internet, Javascript, PHP Scripts by .

A Simple WYSIWYG Editor in Javascript

I have been always under the impression that making a html based WYSIWYG editor is hard and required complex code. Being myself a beginner in javascript i just cannot believe that how simple it is to make a rich text html editor with WYSIWYG environment.

With just few lines of simple …

July 18th in PHP Scripts by .

Website shows up Blank Page and will not load!

i had experienced a nightmare situation with my site down for most of the hours. I checked my website as usual and it loads only blank page and the site is currently hosted with bluehost!

I checked the source code and error_log of the nothing i could trace this error. I …

July 17th in PHP Scripts by .

WidgEditor strange Problem!

i am experimenting on this simple html editor with php script and i have a wierd problem like its all plain text.  and no icons showing up when i tested with xampp.

Strangely, It is working  when i double click the file on windows and after uploading in my linux server. …

July 17th in Internet, PHP Scripts by .

Fast loading and lightweight WYSIWYG html Editors for PHP

I was searching for a fast loading and light-weight HTML editor which i can embed in place of <textarea>in my php or html code. I have used many popular open source editors like tinymce and other editors except it is very heavy code and i am not that satisfied with …

May 4th in Linux/Unix, PHP Scripts by .

Implementing Secure File Upload in PHP

Most PHP scripts and content management system scripts (CMS scripts) require writable permission 777 (rwxrwzrwz) to be set for certain folders for uploading photos and videos. Many security experts warn that setting 777 permission means that anybody can upload any content to your server, install malicious code, run unwanted programs …