It has become increasingly annoying to see some of my WordPress colleagues’ works being sold for $5 on places like Fiverr. Here is a quick search access on Fiverr to see if any WordPress themes are being redistributed. The site does have its uses – that is, as long as people are not abusing the
[Continue Reading...]wordpress
Tutorial: Cufon Text Replacement Without A Plugin in WordPress
Cufón fonts is a jquery script written to help webmasters change the font on their site. This is done without using the CSS @fontface trick or even loading the font file to your own server/ shared hosting web space. Now, there is a plugin in the WordPress Plugin Repository called WP Cufon that does this,
[Continue Reading...]WordPress Validation And WAI-ARIA
For those who are W3 warriors, web standard is important. However, for those validating each page, you will run into a validation error on your comments.php with aria-required=’true’. This is the code chunk where it is found in comments.php: <?php if ($req) echo "aria-required=’true’"; ?> This refers to an WAI-ARIA Primer, which is basically an
[Continue Reading...]Plugins Are Great, But Not Always the Solution
For those who are in love with plugins, that is fine, but they are not always the solution. Some of those plugins are bulky and not just for the files, but the database request connections they produce. For some web hosts, they crack down hard on people who use more resources than allotted, and that
[Continue Reading...]WordPress Plugin Review: Google Analyticator
The Google Analyticator plugin is design to be used in WordPress blogs to allow your Google Analytics to pick up the stats of your blog. The plugin is written by Ronald Heft. The convenience of this plugin is that you do not have to end up inserting the Google Analytics code manually. This plugin does
[Continue Reading...]Can Your Static Site Be Converted to WordPress?
I always have people that want a blog added to their site find it shocking that they can have their entire static site on WordPress. The problem is that a lot of people who say they want to use WordPress and are new users, are intimidated by being able to maintain their site. Sometimes the
[Continue Reading...]