Archive

Posts Tagged ‘plugin’

New Wordpress Plugin: Escape HTML

Sep 1st, 2010

Many of Wordpress users post codes online. Code can be HTML code, JavaScript code, PHP script or any other kind of code, codes need to be escaped so that it can come correctly in web page. I used to use this tool for escaping script for online posting on Wordpress… READ MORE

18 Wordpress Plugins Currently Empowering Web Scripting (18 very useful Wordpress plugins)

Aug 15th, 2010

Here I have mentioned Wordpress Plugins that I have uninstalled that day. That posts tells about the plugin I have used or tested sometime on Web Scripting. I have never written about the post which tells which Wordpress plugins I am using to empower this Wordpress installation which handles so… READ MORE

Website Optimization plugin: Ordering Stylesheet and Javascript

Aug 8th, 2010

Here I have discussed about one of many ways of Website Optimization and a Wordpress plugin that helps in achieving the optimization tips discussed here.
Did you ever read about Website Optimization of website/blog through ordering styles and Scripts in head section? If you like your website load in browser… READ MORE

Wordpress Plugins: Used or tested, but deleted recently

Jul 28th, 2010

This is just a something something post. You may know that I have recently deleted the W3 Total cache plugin and with that changed the CDN used. In the process, I faced some problem and this Wordpress: Blank page post was related to that experience.  A problem I faced was… READ MORE

Solution to Wordpress Blank Web Pages without error Display

Jul 25th, 2010

Are you getting blank pages on Wordpress without any error displaying on web browser? I got this error when I have deactivated the W3 Total Cache and with that removed subdomain used as cdn. Therefore, I have shifted all the media files to normal upload directly. In the process I… READ MORE

Eclipse Error – Failed to load the JNI shared library "C:\Program Files (x86)\Java\jre6\bin\client\jvm.dll"

Jul 11th, 2010

Today I thought to check with new Version of eclipse – Helios.  I have download the eclipse, which was a good 143 MB and it took quite some time to download. When I tried to start the eclipse it does not worked. Eclipse gave me this error:- Failed to load… READ MORE

Page Navigation for Wordpress

Jul 7th, 2010

Just a quick post as I understood something important about Wordpress famous plugin for paging – WP-PageNavi. My configuration for this was not very correct and it was getting 404 Not found in Google webmaster tool. I think you would not like to see those error in webmaster tool. And… READ MORE

How to Control Display of Sidebar Content in Wordpress

Mar 6th, 2010

Want to control the display of contents on sidebar? Content can be any widget content or text/JavaScript content. Many times it may happen that you want to display some content on Home page but not on other pages. Or you may want to display a sidebar content on Achieve pages… READ MORE

Wordpress Sidebar Widgets – Sidebar Tabs

Mar 6th, 2010

Here is my experience with Tabbed Widgets for Wordpress sidebar. I want to save space on sidebar of my Wordpress blog, so searching for a good sidebar tab widget.
Wordpress Widgets for Sidebar tabs:
Fun with tabs:
Breaking with my Wordpress version (2.9.1) or theme (Which has created trouble).
Going… READ MORE

Wordpress and Content Delivery Network

Mar 6th, 2010

Wordpress has a nice feature of moving Wp-Content folder to a different place. This can be helpful for Content Delivery Network management. Wp-Content directory include all theme files, plugins and any uploads you have.
We can use Content Delivery Network to parallelize the connection in Browser and distribute the loads… READ MORE