Archive for June, 2011
Top 5 Security Checks for Your Website
Jun 29th

Today just building up a website doesn’t help until you know how you can manage it. So before your website is getting into limelight, just be sure that you know how to fight hackers and spammers.
SEO: What is Backlink & How Backlink can help ?
Jun 29th
Backlinks are incoming links to a website or a web page i.e. links which are linked to that website or webpage. This is an indication of the popularity or importance of that website or that page and also helps to determine the relevancy of the page. As per the number of backlinks to a website, the value of the website for search engines is evaluated. The backlinks to a page indicates how much people are interested in that page. It also means that if your site or a page in your website has many backlinks then many webmasters or bloggers are paying attention on your website or to that particular page. Backlinks are also called as inbound links, inlinks, incoming links, and inward links.
PHP-Uses
Jun 25th

PHP is a server-side scripting language whose primary purpose is to generate HTML content. Its creator, Rasmus Lerdorf defines it as “a cross-platform, HTML-embedded, server-side web scripting language”. With the current direction of the Web, it is easily being adapted to writing out all forms of XML content as well. The most recent version of PHP is PHP 4.
Google analytics tracking code
Jun 23rd
The latest version of the Analytics tracking code offers an improved way to track website visitors with Google Analytics. It takes advantage of browser support for asynchronous JavaScript to enhance the speed in which the tracking code is loaded. With the latest version of the tracking code, you can also place the Analytics snippet higher in the page without delaying subsequent content from rendering.
The Analytics snippet is a small piece of JavaScript code that you paste into your pages. It activates Google Analytics tracking by inserting ga.js into the page. To use this on your pages, copy the code snippet below, replacing UA-XXXXX-X with your web property ID. Paste this snippet into your website template page so that it appears before the closing </head> tag.
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-XXXXX-X']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
The snippet above represents the minimum configuration needed to track a page asynchronously. It uses _setAccount to set the page’s web property ID and then calls _trackPageview to send the tracking data back to the Google Analytics servers.
Email Validation using Javascript
Jun 23rd
Here is the code to validate email address in JavaScript using regular expression.
History of Blogging
Jun 23rd
Blogs have become an integral part of online culture.
Practically everyone reads blogs now, whether they’re “official” news blogs associated with traditional news media, topic-based blogs related to one’s work or hobbies, or blogs purely for entertainment, just about anyone you ask has at least one favorite blog.
Google Analytics New Version V5
Jun 23rd

Google has finally announced that it has released a new version of google analytiscs, one of the most widely used tracking systems.
Google Analytics users still able to switch between the old and new versions of the product, see image below.

Google Analytics v5 features :
- Create an additional dashboard to focus on your important metrics.
- Set up an Event Goal to track interactions like downloads and video engagement.
- Graph and compare any two rows over time with Plot Rows.
- Check out your favorite report (Did it move? Our Report Finder can help).
- Flip between your different profiles and sites while staying focused on the same report.
Does Good CSS lead to Better SEO ?
Jun 14th

Nobody in this Internet age is a fan of the word “slow.” Everything in today’s world is based on speed and turn-around time. We as human beings are becoming more and more accustomed to instant gratification.




