Jul 16
Did you know? You can type ASCII characters into any application. Press and hold the Left-Alt key, then using the numeric keypad, type the four-digit decimal number for the ASCII character you want, then release the Left-Alt key. For example, to type è, press and hold Left-Alt, then type 0232 on the numeric keypad. When you release the Left-Alt key, è will be typed.
Here is the world famous ASCII table:
Continue reading »
Popularity: 2% [?]
Tags: ASCII, ASCII-Table, Tips
Jun 19
The leading SEO (Search Engine Optimization) sites will tell you that placing an ad after the first post in your blog's home page is particularly effective. This is because the ad is essentially embedded in the blog content, hence your readers are less likely to develop "ad blindness" and skip over the ad as usual.
To place an ad after the first post in your WordPress blog main page:
Continue reading »
Popularity: 8% [?]
Tags: Ad-Blindness, AdSense, Blog, Blogging, Google, Tips, WordPress
Jun 13
Many applications store data in the "My Documents" folder. Unfortunately, by default this folder is buried at "C:\Documents and Settings\UserName\My Documents".
A smarter approach is to separate your programs and data. For example, I store the operating system and programs on my C: drive and all data on my D: drive.
But simply moving your data is not enough–you need to tell applications and the operating system where to find it.
Continue reading »
Popularity: 2% [?]
Tags: My-Documents, Tips, Windows
May 02
The DoDragDrop method on a control is synchronous. This means that when you call DoDragDrop to start a drag operation, the program will not return and execute the rest of your handler code until the user 1) drops the data she is dragging, or 2) cancels the drag operation. This is one of those little facts that you need to file away in your brain, as it could have a profound effect on your drag & drop logic.
Continue reading »
Popularity: 1% [?]
Tags: C#, Tips, Windows Forms
Apr 24
There is a bug in WordPress v2.1.3 and a few prior versions that may prevent you from adding categories to your WordPress blog.
When you attempt to add a category, the error message "You do not have permission to do that" will appear in a pink box.
To solve this problem in Internet Explorer 7 (IE7):
Continue reading »
Popularity: 10% [?]
Tags: Blogging, categories, Tips, Web, WordPress