Avalanche Coupon Code (Magento Theme)

Jake (fastdivision.com) was kind enough to offer me a coupon code so that my readers can enjoy the Avalanche Magento theme at 15% discount. In case you haven’t read my review of the Avalanche theme, it is the current sensation going on in the Magento-sphere. In the shortest words, I think it’s the best Magento …

Avalanche Coupon Code (Magento Theme) Read More »

Invoicera Review — Online Invoice Software & Client Billing Software

Let’s be honest here. One of the most dreaded dreams for any working professionals perhaps is generating timely and professional invoices. Important as they are for ensuring timely payments, it is a pain to sacrifice time and make an effort to track down all the details. If you are having a tough time preparing invoices …

Invoicera Review — Online Invoice Software & Client Billing Software Read More »

WordPress: Display Ads in Post Content and Only Display Ads in Old Posts

The title pretty much says it all. It’s 2 of the most useful AdSense ads tips for bloggers in my opinion. Obtrusive ads have the unnecessary effect of driving away readers after they have found what they needed. Unless you have amazingly great content, the chance of them becoming a loyal reader is rather low …

WordPress: Display Ads in Post Content and Only Display Ads in Old Posts Read More »

PHP: Check if A String Contain Only Uppercase / Capital Letters

Sometimes you would want to check if a string is an acronym or an abbreviation by testing if it only contains capitalized letters from A to Z and nothing else. There are 2 ways to accomplish this simple task in PHP. ctype_upper() Use the native ctype_upper() function and you will know if the provided string …

PHP: Check if A String Contain Only Uppercase / Capital Letters Read More »

FFVCL – FFmpeg Delphi VCL for Video / Audio Apps Development

This post is dedicated to one of my friends, Coolie (not his real name but he preferred to be called that way among friends), a father and self-entrepreneur who created the outstanding Delphi VCL component for FFmpeg that makes it extremely easy to develop audio and video applications for Windows. For those who are not …

FFVCL – FFmpeg Delphi VCL for Video / Audio Apps Development Read More »

Aweber, Mailchimp Alternative – Free Email Autoresponder Subscription

I’ve been with Aweber for nearly 2 years and they are good. But I eventually decided that newsletter is not my type of thing — there are people who are making big bucks by building and maintaining a high profile email list, but I’m just not one of them. So I left Aweber and switched …

Aweber, Mailchimp Alternative – Free Email Autoresponder Subscription Read More »

Review of uCertify Zend PHP-5 Exam PrepKit

Recently uCertify approached me and asked me to do blogging on about Zend PHP-5 exam PrepKit. Since this is an interesting topic to me and as I would get a free simulator, I agreed. uCertify produces the preparation kits for many different IT Certifications including Microsoft, Oracle, Cisco, CompTIA, Adobe, etc. The uCertify PrepEngine looks …

Review of uCertify Zend PHP-5 Exam PrepKit Read More »

Premium Magento Theme – Avalanche (Review)

Avalanche 15% Off Promo: Click here to get 15% discount off, then enter code KAVOIR in the box to claim the 15% discount off the Avalanche theme. After digging into Magento for a few months and trying to start my own tangible business (I only deal with digital goods as of now), I failed in …

Premium Magento Theme – Avalanche (Review) Read More »

JavaScript: Load Image based on Select Option (Dropdown)

It’s not unusual to respond to the user actions by dynamically modifying some content of the page. For example, you can employ JavaScript to change and load another image based on the <select></select> option the user has just selected. This is the snippet you need: <select onChange=”getElementById(‘front_image’).src=’/images/’+this.value+’.jpg’;”> <option value=”1″>1</option> <option value=”2″>2</option> <option value=”3″>3</option> </select> <img …

JavaScript: Load Image based on Select Option (Dropdown) Read More »

Scroll to Top