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 …

March 7th in Internet, PHP Scripts, vBulletin by .

Top 10 vBulletin Plugins/Mods

i have collected some of the 10 most popular vbulletin mods that can be easily integrated to your vbulletin forum.

Note: you must have a valid vbulletin license to use the mods.

1. vbAdvanced

vbAdvanced – Free Content management CMS for vbulletin

2. iTrader Rating

iTrader – trader rating mod

3. Signature Limit Plugin

Signature v1.0 – …

January 24th in General, Internet, Linux/Unix, PHP Scripts by .

Webmasterpals.com – New Social Network for Webmasters

Two months ago i gave a thought on targeting the niche social network. Since i myself is a webmaster, a thought of setting up a social network for webmasters ran through my mind. I initially bought dzoic script, since mysite required a specific and fast loading script, i made my …

January 19th in Linux/Unix, PHP Scripts by .

TinyMCE Slow Loading Problem!

TinyMCE editor causes slow to load! Has anyone observed it especially when it intializes the editor for first time in the webpage? it takes about 5-10 seconds to load.

I am facing this terrible problem with my site. Everything seem to work fine including loading when i used the editor …