We were used to use RewriteRule to match a URL, and then rewrite it. However, RewriteRule will always ignore your query string (GET data) so we need to use RewriteCond in order to capture the values in the query string. This is the basic syntax: RewriteCond %{QUERY_STRING} pattern
I started to notice this bug when I was playing with my new tool in my tools playground, the HTML Tags Counter. I loaded my site zenverse.net and viewed the HTML source using Google Chrome. Then, I copied and pasted the codes to run an analysis using my own tool. I was “amazed” by the result, I get different errors (different unclosed/unopened tags) almost everytime I reloaded the “view source” page.
Google recently introduced their own social button just like those we commonly see, such as Facebook Share, Tweet It, Digg It, etc. Just like Facebook and Twitter button that let you share content to your followers or friends, Google +1 button let people who love your content to recommend it on Google search.
As a website owner, you must pay attention to how quickly your website loads. In order to obtain high speed page loads across your website, compressing your CSS and JavaScript can do just the trick. You may have tried the conventional Gzip compression tools after you uploaded your files to your server, but you should also consider these tools that offer you better compression rates before you actually upload your files.
Of course there is nothing wrong if you implement onChange event using the traditional way, that is by adding onchange=”" attribute to the HTML element. However, your codes can be better in some ways if you do it using jQuery.
When you first created a website, most likely you will go for shared web hosting first because the cost is low. It is always good to start low, save some money and upgrade the hosting service when the number of visitors has become too much for shared web hosting to withstand.
When your website can be accessed via several URLs, such as http://www.example.com & http://example.com, you might want to decide a best URL and use only that URL whenever you link back to your site, because this helps your site in terms of SEO.
When I was developing theme, I found a weird problem in IE8. This is the case: I have a DIV that has opacity of 0.4. When I use $(elem).css(‘opacity’) to get its current opacity, it works fine in all browser except IE8, which return opacity of 1.
Setting up your site with the wrong web host can lead to different problems that can have a huge impact on your online business. In this article you will get to know the problems commonly encountered by site owners and learn how to address them:
You can validate your website using this validation service. Recently I have updated all my free wordpress themes to be 100% xhtml valid. After validating each of them, I found that there were some common errors…