Locate php.lang file and edit it locate gtksourceview | grep /php.lang Now i did sudo gedit /usr/share/gtksourceview-2.0/language-specs/php.lang as location of my php.lang file was /usr/share/gtksourceview-2.0/language-specs/ In php.lang file look for <property name=”globs”>*.php;*.php3;*.php4;*.phtml</property> or similar and add more file extenstions separate…
Configuring email formatting in Drupal while using Messaging & Notifications modules
In drupal 6.x having messaging and notifications modules enabled you may want to configure the HTML formatting of your emails. By formatting i mean by showing emails in more readable manner, having some basic HTML tag support, line breaks, links…
Adding uTorrent program shortcut to Windows 7 taskbar
I had gotten uTorrent installed on my Windows 7 machine. I tried to find the location of its installation so that i could create a desktop shortcut but i could not locate it. Then i learned that uTorrent came in…
Mark/Unmark keyboard shortcut in Nokia-E5
There is a Mark/Unmark shortcut in Nokia-E5 smartphone to Mark or Unmark listed items. It is a combination of Control (Ctrl) and Enter New Line buttons. Press and hold the Ctrl button and press the Enter New Line button thereafter.…
Drupal “disk quota per user has been reached” settings
When a certain number of uploads is reached Drupal would show errors, something like this: “The selected file cannot be attached to this post, because the disk quota of 7 MB has been reached” Or a message as shown below…
Keyword Rank Checking in Google, Yahoo and Bing is here
Hi All, Just pushed a keyword rank checker script to live. I had created this script for one of my clients and it will be here for public use until the client finalizes everything with this project and pushes it…
Malwarebytes’ Anti-Malware fixes facebook CSS loading problem
Three days ago when i tried Facebook in my Mozila Firefox browser a different thing occured. The landing page before login would show just fine but after logging in the home page would go just screwed. No page layout design…
Fix to jQuery ui calendar not appearing from or hiding behind thickbox
If you are facing an issue of jQuery ui calendar not appearing while clicked from a jQuery thickbox or if some part of the calendar hiding behind the thickbox window you need to apply a quick fix to your calendar.
A possible reason for jQuery thickbox appearing twice on a click
I had an issue while using thickbox with jQuery today. The thickbox which i had been using to show ajax content opened twice. It appeared like one single window/thickbox but it stretched down the page making bottom border go out…
Creating rss feed dynamically and merging it with another rss feed
Recently i generated a rss feed from business listings for one of my client’s website. Also, i merged this listings feed into client’s existing blog rss feed. Here’s how i did it.