Anay Kamat’s Weblog

Technology, Programming, Career, Fun, Friends And Thoughts

  • Why software projects fail?

    Developing of software project is not just a task related to computer programming. Software development involves of lot planning, understanding of requirements, proper design, maintainability and of course, programming. As software planning involves so many tasks, it should be very easy to guess that software projects don’t fail just because of wrong programming, but mostly because, other tasks involved in...

  • How to learn computer programming?

    I’ve seen lot of people asking questions on exactly what they should do to learn computer programming. Well, there is no single answer for this question as computer programming is more than just learning a programming language like C and Java. I have seen some people recommending books on C/C++ etc. while some people believe that books cannot teach computer...

  • Get reviews and backlinks for your blog… Totally Free!!!!!!

    To make your blog successful, you need to get lot of traffic to it. However, to get traffic you need to promote is using as many methods as you can. Promoting your blog involves lot of work like directory submissions, search engine submissions, getting as many backlinks as you can to get visitors and increase pagerank etc. While doing this,...

  • How to improve your alexa rank

    In one of my recent post ‘Why do I need Alexa toolbar?‘, I had talked about importance of having good alexa rank. The article mentions that by using Alexa toolbar, and by requesting your visitors to install alexa toolbar too, you can improve your Alexa rank. However, there are other methods of improving...

  • 3 ways to retain your visitors

    The number of people visiting your site is the sole factor that decides whether your site is successful or not. If you have large number of visitors coming to your site daily than it is quite clear that you have a successful website. However, if your site’s traffic is very low then you should try hard to bring regular traffic...

  • How to learn HTML and Web design

    You will find lot of tutorials online and books in market that teaches you how to use HTML to create your websites. Similar resources are available for those who want to learn about web design. It’s important to know that learning HTML is different from learning web designing. HTML is a markup language used to create web pages. On the...

  • Why do I need Alexa toolbar?

    Most of you must have seen many blogs talking about Alexa and Alexa ranking. Alexa rank is the measure of traffic that your website receives. However, this is not the actual measure of your traffic. This is because the traffic is counted only from the people that use Alexa toolbar installed in their browser. Installing Alexa toolbar helps you as...

  • Why to use JavaScript and Ajax toolkits?

    Use JavaScript and Ajax in your web application helps in making the site more interactive and dynamic. But to use JavaScript and Ajax directly in your web application is difficult as you need to handle issues like their compatibility with different browsers. This is where JavaScript of Ajax toolkit comes in picture to help you in designing your application faster...

  • 3 reasons to use Ajax in your web application

    You must have seen lot of web applications where you enter your username and password to login, and if your password is wrong, it tells you so without reloading the page. This effect is produced using Ajax which stands for Asynchronous JavaScript and XML. Ajax makes your webpage more interactive by allowing you to develop your application using existing technologies,...