how to create a keyword rich website by improving the URL, HTML codes, designing search engine friendly javascript, use web feed and social bookmarking to improve your website ranking, protect website from hat SEO attacks, configure the Apache and mod_rewrite for better URL control, Understand and implement geo-targeting and cloaking
Archive of posts tagged Programming
Framework design guideline
Book review for Framework Design Guidelines: Conventions, Idioms, and Patterns for Reusable .NET Libraries. Find out what you can take away from this book. This is a very good book for programmer, software architect or even project managers.
Optimized method to read CSV file in VEE
Code snippet UserFunction to read csv file in Agilent VEE. Avoid ForEach loop to read data from CSV file to improve the performance and readability of the code.