July 30th in General, Internet, Miscellaneous by pbu .

Free Hyperlink Icon

i have been searching all over the web for a free hyperlink icon so that i can use it in my html editor. I am not sure it is a fair use by taking this icon from other sites and use it in my editor. i was afraid to do that as it could lead to copyright infringement.

i made myself one. You can use it completely free of charge for personal or commercial use. Its a very simple one though! …

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

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 post code like various other programming languages like PHP, CSS and javascript as well. i finally somehow resolved my problem by installing the free wordpress plugin syntax-highlighter. The code looked …

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

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 code you can make yourself a simple rich text editor with javascript. All you need is to put iframe in the page which does most of the html processing work. …

July 17th in Internet, PHP Scripts by pbu .

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 it. I just want bold, url, italic and image as functionality in my WYSIWYG based editor. Infact i dont like the popup html window for inserting a html link. …

July 8th in Internet, Wordpress by pbu .

Changing Quote and Code Tags in WordPress

If you are wordpress techie or programmer, most cases you might want to put a code or quote tags in your blog post. By default the <code> or <pre> or <blockquote> tags require a special plugin or formatting to display them properly.

The simplest way of customizing the code and blockquote is to open styles.css and enter the following code in CSS. Go to Presentation > Theme Editor > Styles.css

blockquote, pre {
padding: 5px;
font-size: 12px;
display: block;
border: 1px solid #d5e8f9;
background: #e5ecf9;
}

code {
padding: …

July 7th in Internet, Wordpress by pbu .

3 Must Do Things for WordPress Blog Starters

WordPress is a fabulous software for blogging. But having downloaded wordpress and making the posts is just not enough. You have to customize it! You also have to think making money from your blog, optimizing it and make it user friendly. It is very important for a blog to get good search engine rankings. Here are the most important 3 customisations to be done with your wordpress script.

1. Install Adsense Plugin

Why not earn money from your blog? Install a …

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

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 – limits signature for users

4. Links & Download Manager

Links and Download Manager – links download manager plugin

5. vb Ad Management

vb Ad Management – Ad management plugin for your thirdparty and adsense …

February 29th in General, Internet by pbu .

Color Gradients Appear Dull in LCD Monitor

I have a samsung 19” HDTV/LCD monitor running at native resolution of 1440×900 and everytime i look at gradient it appears dull and not showing the true opacity. When i go and see the image in other laptop or other LCD monitors it is bright there and here it is dull and faded. Nonethless the display of the monitor is fine without any problems! Still cant find a way to fix this problem~

Being graphics designer myself and Damn! It …

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

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 own social network script, which is light weight suited to the needs of my website.

Join Webmasterpals

http://www.webmasterpals.com

After 2 desperate months of hardwork, i just somehow managed to get the site live. …

November 1st in Internet by pbu .

CSS Tutorial & Useful Tips for Beginners

CSS (cascading style sheets) are pretty much useful if you are designing a website and in most cases without css it is inevitable from design point of view. Hand-coding CSS can be pretty easy if you know some pretty basic rules.

The following are some of the most useful CSS tips for any beginners.

1. Classes vs IDs

It is very important to understand the difference between classes and ID used in HTML.

- Classes (starts with .) can be reused as many times …

 Page 4 of 5 « 1  2  3  4  5 »