List/Grid Web Development Subscribe RSS feed of category Web Development
How to Add/Install a Forum to Blogger/Blogspot Blog
Embedding a forum on a website with static pages is really easy job to do. All you have to do is to create a forum on some third party site, take the generated script and put that in your site on a new blank page. But did you know that…
Add/Install Simplest jQuery Featured Content Slider in Blogger/Blogspot Blog
By using a jQuery content slider you can show off your blog’s best content on the home page in a beautiful flowing style. Content rotates automatically in these sliders. Previously I bloggerized one of the most beautiful content sliders on web and wrote a simple tutorial here. As promised I’m…
Simplest JavaScript to Open Popup Window from Plain Text
You can use JavaScript to create popup windows. Popup windows are different to simply opening a new browser window. If you only want to open a new browser window you can add the target=”_blank” attribute within your tag. Popup windows however, are more powerful. Using JavaScript’s window.open() method, you can…
How to Add Opacity Effect to Images in Blogger Blog
Image opacity is actually a simple css code that once installed in your blogger template can be used to create an opacity effect in your images. These images can be in your blog posts or anywhere on your page. This opacity effect creates a nice effect for your images when…
Insert a Download Button in Blog Posts to Open Links in Popup Window
A download button is used whenever we want to hide a link from the users. It can be a link to any website or link to any file that you want to hide. It also makes a download link prominent so a reader doesn’t have to find the actual download…
Easiest jQuery Featured Content Slider for Blogger Blogs
Featured Content Slider makes a slideshow of your content on your website/blog, so users can manually select a content to see or have them rotated automatically. You can show off best content of your blog in a nice sliding style that catches visitors’ attention and it saves a lot of…
Add “Code” and “Blockquote” blocks in Blogger Blog Posts
If you want to put some HTML, JavaScript or code of any programming language in your blogger blog posts then entering that as a simple text will mix it with plain text and that would be pretty hard for readers to differentiate between plain text and code block. To make…

