1.Oct.2008 at 2:36 pm | Be the first to comment
Did you know there are libraries for PC error codes? I did not, and for good reasons because most times when you do encounter errors, you often hit the reset or reboot and off you go. But that changed a while back when I was trying to recover data from an old hardware and ran into numerous issues that were until that point were unknown. That is when I found www.pc-library.com, a free resource for anyone who needs to know anything related to what system error messages actually mean!
With PC Library, I was able to quickly figure out what ports were being used, and the applications that were associated with specific port numbers. My very first …
Tagged: Error Codes, how to, internet, PC, resources, Security Fix, tech blog, techniques, tips
21.Sep.2008 at 3:30 pm | Be the first to comment
YouTube is the greatest video-sharing site of all times. The popularity of the site is immense. You can also download YouTube videos using certain services. It is estimated that the daily average bandwidth bills of YouTube amounts to one million dollars. People may start wondering how Google is able to keep the site online especially under such high costs. Advertisements are the main revenue source for YouTube. The sheer amount of users accumulated in the YouTube database makes the advertisers yield to the demand. It is also estimated that 74 million active YouTube accounts are at present available in YouTube. People enjoy the videos present in there. Many videos are also saved offline for watching …
Tagged: Google, hacks, how to, Media, resources, software development, tips, Video, Video Sharing, web 2.0, Web traffic, WP, YouTube
25.Jun.2008 at 5:55 pm | 1 Comment
Video embeds like the ones from YouTube can be valuable to tell a story. Though the built-in options for such videos allow the user to resize the video, it is not dynamic and is more than often a manual (irreversible) process. Say you would like to keep the video at it’s full size in the single post page but display a thumbnail in your sidebar, you can. A simple CSS and Javascript fix for IE would do the trick, here’s how:
Tagged: Code, CSS, Design, hacks, how to, PHP, resources, techniques, tips, Video, website design, wordpress, WP, xhtml, YouTube
8.Jun.2008 at 12:08 pm | 8 Comments
What if you found a $20 on a sidewalk? Would you be lucky to have found it or smart to have picked it? This example if from a book I am reading currently - “Lucky or Smart - Secrets to an Entrepreneurial Life” by Bo Peabody. We often get freebies we do not expect! if you were lucky, you would just have it coming to you without you making any effort of knowing the source at all.
However, if you are smart, there are various resources online where you can get free stuff, like gadgets. You may dismiss and block these pop-ups/websites that offer a free game console, free iPhone, free …
Tagged: Advertisements, business resources, Design, Free iPod, Free PlayStation 3, Free Wii, freebies, gadgets4nowt.co.uk, how to, internet marketing, iPhone, Oddities, resources, websites
5.Jun.2008 at 9:48 am | 4 Comments
I get this question often, and I wonder, are people really encountering themes that are having compatibility issues with WordPress 2.5.x? If so, what are the issues and how to fix it? This quest led me to searching the WordPress forums for folks complaining about their theme not being compatibility with WordPress 2.5, nothing there. Next I searched on Google, all I got were hits to sites that claims their themes being compatible, so no real compatibility issue to report.
So why is it that each time WordPress releases a newer version, folks start doubting if their theme is compatible? The answer might be not in the themes themselves, but in the …
Tagged: Awareness, Code, Design, free wp theme, how to, resources, techniques, tips, Web Design, Widget, wordpress, wordpress templates, wordpress themes, WP
2.Jun.2008 at 4:33 pm | 2 Comments
Earlier, we studied how we can easily display a continuous list in two columns using just CSS. Today, we will use a similar technique to present a continuous list in two rows within a finite width. A common usage of this technique can be found in galleries such as CSS Mania or wpSnap, where the post is replaced by a thumbnail image in the home page. We can tackle this need using simple CSS magic.
Let us assume you are using WordPress to power your site where your typical blog post is generated using WP Loop as shown below. This will usually render a simple list of posts as shown in this image, click the image to view a live demo.

<?php while(have_posts()) : the_post(); ?>
<div class=”post” id=”post-<?php the_ID(); ?>”>
<h1><a href=”<?php the_permalink(); ?>” title=”<?php the_title(); ?>” rel=”bookmark”><?php the_title(); ?></a></h1>
<h5>//<?php the_time(‘m.d.Y’); ?> at <?php the_time(‘g:i a’) ?></h5>
<?php the_content(‘Read more…’); ?>
<?php edit_post_link(‘Edit’, ‘<p>’, ‘</p>’); ?>
<p class=”entry-meta”>
<span class=”cat-links”>Filed under: <?php the_category(‘, ‘) ?><?php if (function_exists(‘the_tags’)) { ?><?php the_tags(‘, ‘, ‘, ‘, ”); ?><?php } ?></span> // <span class=”comments-link”><?php comments_popup_link(‘Post a comment’, ’1 Comment’, ‘% Comments’); ?></span>
</p>
</div>
<?php endwhile; ?>
We then replace the tag that generates the post, in this case, it’s the “the_content” tag with a source to a image file that is labeled identical to the post ID, for example, post ID 11 will have a corresponding image called 11.jpg in a select.
Tagged: Code, CSS, Design, hacks, how to, HTML, resources, techniques, tips, Web, Web Design, wordpress, wordpress themes, WP, xhtml
22.May.2008 at 1:22 pm | 1 Comment
During a recent site redesign, the client required the site dynamically generate a unique promotional banner (in the sidebar) on certain high profile writers “about the author†page.
Before WordPress version 2.5.x, we had to rely on conditional tags such as is_page() or is_category() and numerous lines of code to accomplish it. For most parts it worked well, especially when you had only one or two conditions to satisfy, but when the number of such exceptions increased, the code became bulky and was prone to err.
With WordPress version 2.5.x, you can simplify the task by applying the conditions over an array of pages (categories, tags…), here’s an example:
Our conditional tag was required to automatically generate a banner when the author page of specific authors was queried.
Tagged: Code, Conditional, Design, hacks, how to, HTML, PHP, Projects, resources, tag, techniques, technology, Theme, tips, Web Design, wordpress, WP
12.May.2008 at 7:20 pm | Be the first to comment
Using images in place of text can be tempting especially since an image can offer you more visually than just text does. However, most of us end up using text for the simple reason that Google and Yahoo’s search engines are not able to read your images effectively (even with alt text?). Here’s a quick, simple, tried and tested SEO friendly CSS only Javascript free fix for one such scenario; replacing your navigation menu text with SEO friendly images:
Let’s start with making our images that will be used in place of menu text, in this example I am using images 30px tall and of varying width. I make two images for each menu item, one for mouse-over or hover and second for all other conditions.
Tagged: blog, Code, CSS, Design, Google, how to, HTML, Javascript, PHP, resources, Search Engine Optimization, SEO, site validation, style, techniques, tips, Web, Web Design, wordpress, WP, Yahoo
6.May.2008 at 7:14 pm | 8 Comments
If your site gets any traffic at all, chances are your RSS feed is scraped and misused by some one trying to score on SERP for the work you have toiled on. This very blog is constantly ripped by sploggers who have no regards to intellectual property rights or just plain simple dumb to realize they are stealing. Here are three sites where you can find the entire content of our blog scraped/ripped/stolen and posted as their own. Of course I did not link to them because I really don’t want you to visit them:
myblogmix.com (this m^*&*0 f$%*r even uses one of our themes on his splog!)
frenzygraphics.com
urlfan.com
How do you stop them?
Jonathan Bailey, a security expert (Plagiarism Today) who also writes on Blog Herald, lists 6 steps to identify and fight content theft. We religiously followed the suggestions for months now (that post on BH was from last November), but none worked thus far. Google is yet to acknowledged our letters (used his cease and desist letter templates, which is a good source, thanks!). I even took solace in thinking maybe they have a backlog or that they will eventually write back, but nothing really happened.
Tagged: Awareness, blog, blog traffic, Code, Contextual Ads, Design, Economics, Google, Google Adsense, hacks, how to, HTML, Javascript, Malaysian, Media, resources, RSS, Search Engine Optimization, SEO, Spam, Splog, tag, techniques, tips, Web, Web traffic, wordpress, wordpress templates, WP, xhtml
5.May.2008 at 10:51 am | 7 Comments
Here’s a quick and easy way to present a continuous list in two or more columns without having to hard code it. A recent project required a list of authors across two columns; the author names and links were auto generated using a WP tag so listing them in 2 columns required some simple CSS magic.
Tagged: Code, CSS, Design, hacks, how to, HTML, resources, techniques, tips, Web, Web Design, xhtml