Ever since I launched this site and started working with WordPress, I’ve been plagued with unmanageable ugly pop-up windows that come up when I try to insert pictures and/or view the raw HTML of a post using the TinyMCE (Rich Text) Editor. Almost invariably the window that would pop-up would be resized to really odd dimensions on their own causing most of the text input fields to be placed out of sight. Forced ugly browser window resizingAs a result, I’d to type the location of the images almost blindly. Really frustrating if you know what I mean.

Here’s a snapshot…

You can figure how difficult it was to fill up the required data for the image. Worst part was these pop-up windows were devoid of any sort of resizing grip/control and hence you couldn’t even drag it and resize it to a desirable dimension.
Second problem I faced was that certain sites I visited would either pop-up similar windows or suddenly caused the Firefox window to resize itself to ridiculous dimensions like 50 x 50 pixels just to display some useless ad. A major nuisance, if you ask me.

Thus, I got down to figuring out a way to stop this. Now, with whatever limited knowledge of JavaScript I have, I knew for sure this was being done with some JS code. It didn’t take me long to find the solution. Browsing around the Firefox support forums helped a lot.

(Read the rest of this entry…)

Dec 25th by miCRoSCoPiC^eaRthLinG

This comes as a third follow-up of my two earlier posts…

David G. Paul informed me about this alternative Firefox extension called SEOpen, which works pretty much like SeoQuake but with a whole lot more features. Both the extensions are meant for help with Search Engine Optimisation by providing you with an in-depth view of your site’s (or any site’s in fact) SERP (Search Engine Result Page).

The major search engines typically display three kinds of listings on their SERPs. Listings that have been indexed by the search engine’s spider, listings that have been indexed into the search engine’s directory by a human, and listings that are paid to be listed by the search engine.

The difference between SEOpen and SeoQuake is the modus operandi. SEOpen provides with a right-click context-menu with which you can view a site’s SERP Parameters for most of the popular search engines. An alternative is to use the toolbar that shows up after installation of SEOpen.

On the other hand, SeoQuake doesn’t install any toolbar – the results are shown as a collapsible floating HTML block embedded inside the site. By default, this block is displayed for all pages. However, you can disable it at any point by clicking on the SeoQuake icon in the status bar.

(Read the rest of this entry…)

Dec 25th by miCRoSCoPiC^eaRthLinG

24 12 2006

Merry Christmas

Time was with most of us, when Christmas Day, encircling all our limited world like a magic ring, left nothing out for us to miss or seek; bound together all our home enjoyments, affections, and hopes; grouped everything and everyone round the Christmas fire, and make the little picture shining in our bright young eyes, complete.

- Charles Dickens

Chaos Laboratory wishes you a very very Merry Christmas and a bright and prosperous New Year ahead :)

Dec 24th by miCRoSCoPiC^eaRthLinG

This post is pretty much related to my last post on SEOmoz Page Strength tool. I stumbled upon this shortly after making that post.

SeoQuake is a great Firefox (v1.5 and higher) Add-On / Extension which displays a summary of a large number of Site Parameters (in search results of Google, Yahoo, MSN, Yandex, Rambler etc.) on-the-fly, for every page you visit.

Following installation, it appears as this clickable icon in the status bar of Firefox. Left-clicking it alternately enables/disables the extension.

The SE information displayed in the SEOBar include…

  • Page Rank
  • Search Engine Indexes
  • Number of pages cached in popular Search Engines
  • Number of incoming links to the site
  • Link Domains
  • Alexa Ranking
  • Age of the site (from Internet Archives)
  • IP of the site
  • WhoIs information
  • Robots.txt
  • Keyword density etc.

However, SEOBar isn’t another browser toolbar cluttering up & reducing your browser’s page viewing area. It’s a cleverly designed transparent HTML block that normally appears minimised on upper-left corner of every page you load. Clicking on the maximise icon expands the bar displaying all the parameters. All the information displayed is in a short summarised format and individual items can be clicked on for detailed results through the corresponding Search Engine.

(Read the rest of this entry…)

Dec 24th by miCRoSCoPiC^eaRthLinG

SEOmoz, a Seattle based search engine optimization company is providing us with a free but really powerful alternative to Google’s Pagerank. The tool offers an…

insight into how valuable, important and popular a site or page is as compared to others on the web.

The tool estimates using criteria from humans (del.icio.us tags, Alexa Rank, mentions at Wikipedia, etc.) and machine-assembled data (like pages indexed, internal link percent and even PageRank itself). It is by no means perfect or entirely accurate, but it is a significant upgrade from Google’s often inaccurate and infrequently updated PageRank score (and it’s fun to use).

Here’s an excerpt from the SEOmoz blogs which states how inaccurate Google’s Pagerank system might be …

The following is a quote of a Google representative writing to JohnGalt of search engine watch forums:


“The PageRank that is displayed in the Google Toolbar is for entertainment purposes only. Due to repeated attempts by hackers to access this data, Google updates the PageRank data very infrequently because is it not secure. On average, the PR that is displayed in the Google Toolbar is several months old. If the toolbar is showing a PR of zero, this is because the user is visiting a new URL that hasn’t been updated in the last update. The PR that is displayed by the Google Toolbar is not the same PR that is used to rank the webpage results so there is no need to be concerned if your PR is displayed as zero. If a site is showing up in the search results, it doesn’t not have a real PR of zero, the Toolbar is just out of date”

It is aptly named Page Strength and gives you a detailed report on the factors determining the strength of your page/domain. It even provides you with a tiny page-strength counter that you can proudly display on your site.

Page Strength SEO Tool - SEOmoz.org

(Read the rest of this entry…)

Dec 24th by miCRoSCoPiC^eaRthLinG

Preamble:

Google AdSense Referrals are pretty cool in a way as they contribute well in topping up on your daily AdSense earnings. Moreover, they’re quite unobtrusive and can be placed anywhere on the page without interfering with the content much. According to me they’re best placed in the side-bar and since I’m using a widget enabled theme I got down to searching for a widget plug-in that would let me to do just that.

If you don’t know how a AdSense Referral looks like, here’s a snapshot…

AdSense Referral Button

Anyway, I found plenty of AdSense widget plug-ins that allow you to display the text-ads anywhere on the side-bars. None of the plug-ins I found were cut-out for Referral Ads only, but with some minor modifications one could use the available ones to show referrals too.

Google provides you with 4 different kinds of referrals at the moment and my idea was to keep rotating between all of them randomly, thus presenting your visitors with a wider range of choice to pick from. Unfortunately, I couldn’t find a single one in this category and hence with whatever limited knowledge of WordPress I have, I got down to writing one of my own. The idea was to use the mt_rand function of PHP which …

uses a random number generator with known characteristics using the Mersenne Twister, which will produce random numbers four times faster than what the average libc rand().” provides.

… and generate a number between 1 & 4 and use that number as a key to an array holding the google_cpa_choice code for the four different referrals. Pretty easy, eh ? Every time a visitor loads the page containing this widget in the sidebar, a new random number is generated, thus showing a different referral (most of the time). I say most of the time here, since occasionally the generated random numbers might overlap showing the same referral consecutively for a couple of times.

When it came to the implementing the idea part, I was at a total loss as I’d no clue about writing sidebar widgets. However, I’m extremely adept at making meaning out of existing code and modifying it to suit my purposes. I acquired half my PHP knowledge that way. So even here, I picked a AdSense widget plug-in that seemed the easiest to decipher and recode. The plug-in I chose was Google AdSense Widget written by Mike Smullin. It took me about half-an-hour to read through the code and another one hour to get it to do what I wanted. The result was GARR or Google AdSense Referral Rotator, which I’m sharing with you here.

Current Version

  • 0.1

Requirements

Download

GARR  (2.7 KiB, 1,381 downloads)

Installation

  1. Installation is really easy. Unzip the file and upload the contents to your /wp-content/plugins/ directory.
  2. In the Administrative Control Panel, go to the Plugins tab and Activate the widget.
  3. It will now show up in the Sidebar Widgets screen under the Presentation menu. It’ll be located in the spare widget tray. You can simply drag and drop it on to any sidebar you wish.
  4. Once placed in a sidebar you’ll notice a small icon next to the widget title. Click on that to open the configuration panel. Here’s a screenshot of the panel…AdSense Referral Rotator Configuration Screenshot
  5. Enter your AdSense client ID (google_ad_client) here.The default referral ad size (google_ad_width x google_ad_height) is set to a small button 120 x 60 pixels. You’re free to modify it any of the other standard sizes supported by Google.Make sure you modify the google_ad_format too in case you change the width and height. The available referral ad formats can be viewed by logging into your own AdSense account and visiting this page.
  6. You’ll notice a separate section below the general parameters with four fields titled Referral#1, Referral#2 and so on… they contain the ad code for the four different referral types available through AdSense at the moment.If there are further referrals added in future, I’ll upgrade the plug-in to reflect that. In fact I’ll try to modify the widget to enable users to add as many referrals as they want.
  7. Once done with your settings, click on the close (X) button and Save the settings…and you’re done.

Now your widget will show up in the sidebar and display different referrals on every page load.

Showcase

  • Empty

Comments & Feedbacks are more than welcome… :)

Please Note

I offer support for my plug-ins via the Chaos Laboratory Support Forum only. I will NOT respond to support queries left in the comment section below and, in most cases, will also not publish them. Of course, if you’d like to say something nice or helpful, then feel free to leave a comment!

UPDATE (2011-03-25)

Since Google Adsense Referrals have been retired for a while now, this plug-in is of no further use and is discontinued.

Dec 21st by miCRoSCoPiC^eaRthLinG

It was only a matter of time before Skype, the popular VoIP software was made a target by virus authors. Websense, a leading internet security firm has discovered a worm that propagates through Skype Chat – the inbuilt instant messaging tool.

The worm which probably originated somewhere in the Asia-Pacific region (with a high likelihood of being Korea) prompts users to download and run a file called sp.exe. Once run a spyware gets installed – which can then steal login credentials and other sensitive information. It can even connect to remote servers to download additional malwares.

Reports about the number of affected people are yet to come in.

Dec 19th by miCRoSCoPiC^eaRthLinG

Institute For Interactive Research brings you a rocking new concept in interface design – a fully navigable website devoid of any mouse-clicks.

The site aptly named DontClick.it lets you navigate through a lot of content without having to click even once. Accidental / unintentional clicks are automatically recorded and used in statistical analysis which is then presented to you. The site is packed to the brim with interesting topics starting from the time-line of GUI development to ergonomics behind clicks.

There are a bunch of click-less flash-based games too – which actually test out your urge to click under different given scenarios. You can take part in click-less opinion polls as also in some experiments that may helps in furtherance of this concept. Very frequently you’ll find the site trying to provoke you and challenge your urge to click.

The site isn’t new by any means – it dates back to late 2005 (October), but it’s one of those evergreen sites you can spend a lot of time on learning new ideas/concepts as well as cool facts. All the while you navigate through the site, your navigation and mouse-movements are recorded and added to their database for further analysis.

Why not give it a shot ?? Visit DontClick.it

Dec 19th by miCRoSCoPiC^eaRthLinG

Page 1 of 38

    The Social Me

    Topics

    open all | close all

    Links

    Elsewhere on the Web…