Archive

Posts Tagged ‘plugin’

Track dynamic change in DOM through Firefox plugin

Apr 20th, 2012

I was looking for plugin or any means to track change made in HTML DOM dynamically. JavaScript of any kind can change DOM at run time. It is generally difficult to know what got changed and where.

Finally at one good day I got a Firefox Add-on, which tells me… (Continue)

Easy Reading Online Article on Web Page

Jan 11th, 2012

Make reading easier online article on web pages with reader plugins. These plugins are available on both Firefox and Chrome browsers.
I have found two plugins for reading pages with lots of data easier. One is iReader and another is just Reader. iReader is good one.

It will make your… (Continue)

Learn YUI3: Difference between Plugin and Widget. Extensions!

Dec 9th, 2011

I was reading an article and read about plugin. I came to know that plugin exists in YUI3. Then the question come to my mind what to do with plugins in YUI3. Widget are already there.

As I read here, Plugins are for atomic functionality and not for a set… (Continue)

Benefits of Firefox Plugin – Alexa-Sparky

Nov 5th, 2011

Alexa Sparky Firefox plugin is a tool used for website’s SEO analysis. It tells about Site’s Traffic Stats, Search Analysis, Audience and other. You can login to amazon site and review your favorite site as well. Alexa Sparky is a Amazon product.
It helps me in seeing a website’s worth,… (Continue)

WordPress Plugin Simple Tags was the culprit in crashing my blog on Submit

Aug 21st, 2011

Simple Tags By Amaury Balmer was the culprit in crashing my blog on Save. Whenever I tried to save anything, I used to see blank page on Admin side after update to WordPress version 3.2.1. Simple tags plugin is for
adding Extended Tagging for WordPress 3.1 : Suggested Tags, Mass… (Continue)

Popularity Contest – A WordPress Plugin disabled

Aug 21st, 2011

I need to disable a WordPress plugin called Popularity Contest. It send post request on each page view to collect the popularity of a web page. The plugin uses JQuery code to do that.
jQuery.post(“index.php”,{ak_action:”api_record_view”, ids: AKPC_IDS, type:”‘.$type.’”}, false, “json”);
With good number of visitors already visiting satya-weblog.com, this extra… (Continue)

Observer Design Pattern – Usage and Example in PHP

Nov 19th, 2010

This is another post regarding design patterns. This time it is observer design pattern which is helpful in developing system having plugin facility and subscription based services. I will present example in PHP for Observer design pattern which is taken from Aaron Saray’s Professional PHP Design Patterns book on design… (Continue)

How to Write Smarty Plugin; Example smarty Plugin – Trim

Sep 4th, 2010

Writing smarty plugin is very easy. It is just like writing a custom function for Smarty. Only work you need to do is to name it differently. The plugin name is of the pattern:
function smarty_block_yourName($params, $content, &$smarty) {}
After creating a function like the above, just drop the file… (Continue)

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… (Continue)

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… (Continue)