Pixlr – Online Photo Editor

Check this online photo editor – Pixlr

It’s a good alternative to GIMP. If you need a quick image retouch online, try it out.

Posted in Web Tools | Leave a comment

QR Code Generator

This article present a good read on QR Code and QR code generator.

QR Code

Posted in General | Leave a comment

Track Tweets, Likes, +1 on Google Analytics

Tim Ware of HyperArts Web Design wrote an article in Social Media Examiner on how to integrate Google Analytics with the codes that Facebook, Twitter and Google Plus.

How to Track Tweet, Likes, +1 with GA

Posted in Google | Leave a comment

Steps To Effective Article Marketing

George Aspland of eVision wrote an article on “A Step By Step Guide To Effective Online Article Marketing” which was posted on Search Engine Land.

Key points to his articles:

  • Submitting to article directories does not mean effective article marketing
  • Write quality articles on your own site
  • Make it easy for your readers to navigate on your site.

Article Link: A Step By Step Guide To Effective Online Article Marketing

Alas, another George making some good sense.

Posted in Article Marketing | Leave a comment

CloudFlare

CloudFlare is a site that provides protection from spammers and along with its networks of sites, optimizes the page delivery so it loads and performs faster.

Posted in Web Tools | Leave a comment

Website Thumbnail Generator

Thumbalizr
Shrink the Web
Thumbo

Posted in Web Tools | Leave a comment

JQuery Slider Routines

I’ve been trying to get some routines to use on a content slider and I stumbled on this article by Henry Jones of WDL.  You can check out the 13 jQuery content slider scripts and tutorials.

Posted in Development | Leave a comment

1099 For Goods

I don’t know what the lawmakers were thinking when they drafted the health care bill but sometime next year, businesses are required to file a 1099 for goods or services if those services go over $600.  I can understand filing 1099 for services, but for goods?

Anyway, here is a good article on this: http://smallbusiness.foxbusiness.com/sbc/2010/10/19/tax-rule-change-causes-big-small-business-ruckus/

Posted in Business | Leave a comment

HyperTerminal in Windows Vista and Windows 7

Hyperterm is on of the programs that was not included in the WIndows operating system after Windows XP.

I know that in this age of IP, serial communications or modem communication is less utilized but there are still legacy programs that require the use of terminal programs.

Looking for alternative solutions, I tried to look for a way to find out how to get it for Vista or Windows 7.

So to summarize, I found out that you need two files: Hyperterm.exe and hyperterm.dll. Hypertrm.exe is located in “C:\Program Files\Windows NT” and hypertrm.dll is located in “C:\Windows\system32″.

Just copy these two files and you should have HyperTerminal back. However, the problem is that when you try to save a hyperterminal entry, you’ll get a session ID error.

The solution to that is to make sure you have [HKEY_CLASSES_ROOT\ht_auto_file\shell\open\command] registry key with a value of where the location of the Hyperterm program location. So if you copied the hyperterminal program to C:\Program Files\HyperTerminal\, the value of the entry should be “C:\Program Files (x86)\HyperTerminal\HYPERTRM.EXE” %1. Take note that you should not put quotes on %1.

That’s all there is to it and you should be able to use Hyperterminal in Vista or Win7.

Posted in Windows | Leave a comment

OSCommerce System Structure

I was looking for some information on the in and outs of OsCommerce and found this good read on the structure.  Thought someone might need it.

http://forums.oscommerce.com/topic/307356-oscommerce-road-map-for-the-newbies/
CSS Definitions
How to Change The Look
The Main Layout
Basics For Design

Visual Customization of Template
Layout Structure

OsCommerce Database Schema

Typical query structure:
$my_query = tep_db_query(“query stuff”);
while ($my_fields = tep_db_fetch_array($my_query)) {
do_stuff;
$i = $my_fields['db_fieldname'];
}

Posted in Development | Leave a comment