Directory
Technology
Blog Details for "Anjanesh"
AnjaneshAnjaneshAssignment Statements, Comparisons and Observations Articles
Why Python Rocks
2007-09-28 06:34:00 I was checking out the Python programming language, and I must say, this reminded my a lot on the basic set theory I learnt when I was in the 11th grade. Its like as if, Python (Py for short) is made for math geeks. Its not about the math or any other library that has a load of math functions - its the way the language is designed - where the language is itself very much like writing 'math code'.Calculator : Has a direct interpreter-cum-IDE that doesn't require you to store any code in a file first. All executed statements are stored temporarily in RAM. This something like the Immediate Window Microsoft QuickBasic offered.Exponentiation : To find the value of xn in Java, .NET, PHP, JavaScript etc, built-in pow function is to be used. In Py, this function call is saved by an arithmetic operation **. x ** n. ( Though pow() function does exist in the math library )Functions can return more than one value : def foo(a, b): return (a + b, a - b)x, y = foo(5, 3)print x, y(5, 3) is ca... More About: Programming , Rocks
Why Python Rocks
2007-09-28 06:34:00 I was checking out the Python programming language, and I must say, this reminded my a lot on the basic set theory I learnt when I was in the 11th grade. Its like as if, Python (Py for short) is made for math geeks. Its not about the math or any other library that has a load of math functions - its the way the language is designed - where the language is itself very much like writing 'math code'.Calculator : Has a direct interpreter-cum-IDE that doesn't require you to store any code in a file first. All executed statements are stored temporarily in RAM. This something like the Immediate Window Microsoft QuickBasic offered. Exponentiation : To find the value of xn in Java, .NET, PHP, JavaScript etc, built-in pow function is to be used. In Py, this function call is saved by an arithmetic operation **. x ** n. ( Though pow() function does exist in the math library ) Functions can return more than one value : def foo(a, b): return (a + b, a - b) x, y = foo(5, 3) print x, y (... More About: Rocks
African Trip Photos
2007-09-16 22:28:00 My mom's friend went on an African Trip (Kenya and Tanzania) during the last 10 days of August. Just before she left for her journey, I told her about the infamous Battle at Kruger video that was first aired on YouTube a couple of months back (even though it was shot in 2004). [ YouTube Link ] The chances of an incident like the Kruger Battle happening is like once in a 100 years - let alone capturing it on video. But then, in 10 yrs from now, Google would probably be recording everything happening on earth on every centimeter square ! Google for incidents ! I told my mom's friend to capture whatever and how much ever possible - to look for possible signs of attacks etc. Well...unfortunately nothing really happened, though there were times where something was about to happen but aborted sooner than later. Anyway, here are some really nicely shot snaps of African Wildlife. The 2 cheetahs are hunting for something else in fro... More About: Fun , Photos
African Trip Photos
2007-09-16 22:28:00 My mom's friend went on an African Trip (Kenya and Tanzania) during the last 10 days of August. Just before she left for her journey, I told her about the infamous Battle at Kruger video that was first aired on YouTube a couple of months back (even though it was shot in 2004). [ YouTube Link ] The chances of an incident like the Kruger Battle happening is like once in a 100 years - let alone capturing it on video. But then, in 10 yrs from now, Google would probably be recording everything happening on earth on every centimeter square ! Google for incidents ! I told my mom's friend to capture whatever and how much ever possible - to look for possible signs of attacks etc. Well...unfortunately nothing really happened, though there were times where something was about to happen but aborted sooner than later. Anyway, here are some really nicely shot snaps of African Wildlife. The 2 cheetahs are hunting for something else in fro... More About: Photos
African Trip Photos
2007-09-16 22:28:00 My mom's friend went on an African Trip (Kenya and Tanzania) during the last 10 days of August. Just before she left for her journey, I told her about the infamous Battle at Kruger video that was first aired on YouTube a couple of months back (even though it was shot in 2004). [ YouTube Link ] The chances of an incident like the Kruger Battle happening is like once in a 100 years - let alone capturing it on video. But then, in 10 yrs from now, Google would probably be recording everything happening on earth on every centimeter square ! Google for incidents ! I told my mom's friend to capture whatever and how much ever possible - to look for possible signs of attacks etc. Well...unfortunately nothing really happened, though there were times where something was about to happen but aborted sooner than later. Anyway, here are some really nicely shot snaps of African Wildlife. The 2 cheetahs are hunting for something else in fro... More About: Fun , Photos
ConText out of Eden's Garden
2007-09-16 11:13:00 ConText, a fairly popular light-weight syntax text editor for Windows, developed and maintained solely by a Croatian named Eden Kirin, is out for sale ! Since the lastest release v0.98.5 in December 2006, there has been no activity in its development and Eden was hardly on the forums. Ever since he decided to revamp the entire thing for version 1.0, there was a lot of eagerness from his fans. After almost a year, he has finally posted on the main page : Due to various engagements which cause lack of my full attention and continuous further development of the ConTEXT project, I'm officially announcing that the ConTEXT project is offered FOR SALE and starting the bid. Buyer will get: Full source code of ConTEXT Programmers Editor's last three releases. Full source code of unfinished ConTEXT v1.0. Full source code of ConTEXT Programmers Editor's dependent units and libraries. Fully functional ConTEXT web site located at www.context.cx with ... More About: Garden , Context , Arden , Garde
ConText out of Eden's Garden
2007-09-16 11:13:00 ConText, a fairly popular light-weight syntax text editor for Windows, developed and maintained solely by a Croatian named Eden Kirin, is out for sale ! Since the lastest release v0.98.5 in December 2006, there has been no activity in its development and Eden was hardly on the forums. Ever since he decided to revamp the entire thing for version 1.0, there was a lot of eagerness from his fans. After almost a year, he has finally posted on the main page : Due to various engagements which cause lack of my full attention and continuous further development of the ConTEXT project, I'm officially announcing that the ConTEXT project is offered FOR SALE and starting the bid. Buyer will get: Full source code of ConTEXT Programmers Editor's last three releases. Full source code of unfinished ConTEXT v1.0. Full source code of ConTEXT Programmers Editor's dependent units and libraries. Fully functional ConTEXT web site located at www.context.cx with ... More About: Garden , Context , Arden , Garde
Very Useful Scripts and Pluggable GUI Solutions
2007-09-14 20:56:00 Sometime ago, a friend of mine consulted me on how to develop a newsletter management system for his client based on PHP and MySQL. We talked for a while on this and though this was simple enough to create a fairly simple newsletter management system from scratch, at the end of one month of his development, he had various issues regarding emails not being sent properly. It finally took his developer 2 months to get it over with and resulted in many support tickets to his hosting company. Because his website was on a shared host, he got limited to sending a # number of emails per hour and worse still, the emails couldn't be sent with HTML embedded in them (Content-type: text/html) - the HTML page had to sent as an attachment instead. At first I recommended to use Google Apps to host emails, but later found out that there's a limitation of sending about 50 emails at a time using Google Mail. A few weeks later I found out about phpList - and open-source Newsletter ... More About: Scripts , Solutions , Solution
Very Useful Scripts and Pluggable GUI Solutions
2007-09-14 20:56:00 Sometime ago, a friend of mine consulted me on how to develop a newsletter management system for his client based on PHP and MySQL. We talked for a while on this and though this was simple enough to create a fairly simple newsletter management system from scratch, at the end of one month of his development, he had various issues regarding emails not being sent properly. It finally took his developer 2 months to get it over with and resulted in many support tickets to his hosting company. Because his website was on a shared host, he got limited to sending a # number of emails per hour and worse still, the emails couldn't be sent with HTML embedded in them (Content-type: text/html) - the HTML page had to sent as an attachment instead. At first I recommended to use Google Apps to host emails, but later found out that there's a limitation of sending about 50 emails at a time using Google Mail. A few weeks later I found out about phpList - and open-source Newsletter ... More About: Scripts , Solutions
Very Useful Scripts and Pluggable GUI Solutions
2007-09-14 20:56:00 Sometime ago, a friend of mine consulted me on how to develop a newsletter management system for his client based on PHP and MySQL. We talked for a while on this and though this was simple enough to create a fairly simple newsletter management system from scratch, at the end of one month of his development, he had various issues regarding emails not being sent properly. It finally took his developer 2 months to get it over with and resulted in many support tickets to his hosting company. Because his website was on a shared host, he got limited to sending a # number of emails per hour and worse still, the emails couldn't be sent with HTML embedded in them (Content-type: text/html) - the HTML page had to sent as an attachment instead. At first I recommended to use Google Apps to host emails, but later found out that there's a limitation of sending about 50 emails at a time using Google Mail. A few weeks later I found out about phpList - and open-source Newsletter ... More About: Scripts , Solutions
Two Friends' Advancement
2007-09-04 17:17:00 A couple of days ago, I learnt that two of my close friends, Arindam and Deepan got a reason to be very excited. Arindam was my neighbour a decade ago and has 2+ yrs of experience in C/C++ on UNIX, while Deepan was my college classmate and has about a yr of experience using Java.Arindam, who works for HCL Infotech, Bangalore got posted to the New York office and he is very excited experiencing the USA adventure inspite of 10+ hrs of daily work. Deepan, who works for a small outsourcing firm in Coimbatore developing web applications using Struts, has finally got internet connection in office which is now available to all employees of the firm.While Arindam is not sleeping in the city that never sleeps, Deepan is busy with his first blog, checking out blogger and the other likes of being online. Its interesting how these two software engineers have had recent advancements in their lives, and yet such a large gap in the difference in advancement, even though both are in the IT industry... More About: India , Friends , Vance
Two Friends' Advancement
2007-09-04 17:17:00 A couple of days ago, I learnt that two of my close friends, Arindam and Deepan got a reason to be very excited. Arindam was my neighbour a decade ago and has 2+ yrs of experience in C/C++ on UNIX, while Deepan was my college classmate and has about a yr of experience using Java.Arindam, who works for HCL Infotech, Bangalore got posted to the New York office and he is very excited experiencing the USA adventure inspite of 10+ hrs of daily work. Deepan, who works for a small outsourcing firm in Coimbatore developing web applications using Struts, has finally got internet connection in office which is now available to all employees of the firm.While Arindam is not sleeping in the city that never sleeps, Deepan is busy with his first blog, checking out blogger and the other likes of being online. Its interesting how these two software engineers have had recent advancements in their lives, and yet such a large gap in the difference in advancement, even though both are in the IT industry... More About: Friends
Two Friends' Advancement
2007-08-16 04:22:00 A couple of days ago, I learnt that two of my close friends, Arindam and Deepan got a reason to be very excited. Arindam was my neighbour a decade ago and has 2+ yrs of experience in C/C++ on UNIX, while Deepan was my college classmate and has about a yr of experience using Java.Arindam, who works for HCL Infotech, Bangalore got posted to the New York office and he is very excited experiencing the USA adventure inspite of 10+ hrs of daily work. Deepan, who works for a small outsourcing firm in Coimbatore developing web applications using Struts, has finally got internet connection in office which is now available to all employees of the firm.While Arindam is not sleeping in the city that never sleeps, Deepan is busy with his first blog, checking out blogger and the other likes of being online. Its interesting how these two software engineers have had recent advancements in their lives, and yet such a large gap in the difference in advancement, even though both are in the IT industry... More About: India , Friends , Vance
Two Friends' Advancement
2007-08-15 21:50:00 A couple of days ago, I learnt that two of my close friends, Arindam and Deepan got a reason to be very excited. Arindam was my neighbour a decade ago and has 2+ yrs of experience in C/C++ on UNIX, while Deepan was my college classmate and has about a yr of experience using Java.Arindam, who works for HCL Infotech, Bangalore got posted to the New York office and he is very excited experiencing the USA adventure inspite of 10+ hrs of daily work. Deepan, who works for a small outsourcing firm in Coimbatore developing web applications using Struts, has finally got internet connection in office which is now available to all employees of the firm.While Arindam is not sleeping in the city that never sleeps, Deepan is busy with his first blog, checking out blogger and the other likes of being online. Its interesting how these two software engineers have had recent advancements in their lives, and yet such a large gap in the difference in advancement, even though both are in the IT industry... More About: India , Friends , Vance
Replace your Sony DSC-T5's bottom
2007-08-05 18:13:00 If you've got a Sony CyberShot DSC-T5 digital camera, chances are that the bottom casing of it is defective - enough to cut or scratch your finger. Even though the injuries reported by about 30 consumers were minor, one user had to get a surgery ! This only applies to users who have bought this in 2005 - 2006 period where the serial number falls in 3500001 to 3574100 range.According to Sony :"With certain DSC-T5 units, the metal plating peels away from the camera unit and warps outwards. Due to an irregularity during the initial part production, the adhesive strength of the metal plating declined. As a result, there is a small likelihood that damage to the bottom casing could cause the metal plating to peel and warp outwards." Have it checked with any of the Sony-India Service Centers. Related Links:Sony India's Official Announcement.dpreview: Sony recalls Cyber-Shot DSC-T5CNET News: Sony recalls 350,000 cameras More About: Gadgets , Bottom
Replace your Sony DSC-T5's bottom
2007-08-05 18:13:00 If you've got a Sony CyberShot DSC-T5 digital camera, chances are that the bottom casing of it is defective - enough to cut or scratch your finger. Even though the injuries reported by about 30 consumers were minor, one user had to get a surgery ! This only applies to users who have bought this in 2005 - 2006 period where the serial number falls in 3500001 to 3574100 range.According to Sony :"With certain DSC-T5 units, the metal plating peels away from the camera unit and warps outwards. Due to an irregularity during the initial part production, the adhesive strength of the metal plating declined. As a result, there is a small likelihood that damage to the bottom casing could cause the metal plating to peel and warp outwards." Have it checked with any of the Sony-India Service Centers. Related Links:Sony India's Official Announcement.dpreview: Sony recalls Cyber-Shot DSC-T5CNET News: Sony recalls 350,000 cameras More About: Gadgets , Lace , Bottom
Replace your Sony DSC-T5's bottom
2007-08-05 18:13:00 If you've got a Sony CyberShot DSC-T5 digital camera, chances are that the bottom casing of it is defective - enough to cut or scratch your finger. Even though the injuries reported by about 30 consumers were minor, one user had to get a surgery ! This only applies to users who have bought this in 2005 - 2006 period where the serial number falls in 3500001 to 3574100 range.According to Sony :"With certain DSC-T5 units, the metal plating peels away from the camera unit and warps outwards. Due to an irregularity during the initial part production, the adhesive strength of the metal plating declined. As a result, there is a small likelihood that damage to the bottom casing could cause the metal plating to peel and warp outwards." Have it checked with any of the Sony-India Service Centers. Related Links:Sony India's Official Announcement.dpreview: Sony recalls Cyber-Shot DSC-T5CNET News: Sony recalls 350,000 cameras More About: Gadgets , Bottom
Replace your Sony DSC-T5's bottom
2007-08-05 18:13:00 If you've got a Sony CyberShot DSC-T5 digital camera, chances are that the bottom casing of it is defective - enough to cut or scratch your finger. Even though the injuries reported by about 30 consumers were minor, one user had to get a surgery ! This only applies to users who have bought this in 2005 - 2006 period where the serial number falls in 3500001 to 3574100 range.According to Sony :"With certain DSC-T5 units, the metal plating peels away from the camera unit and warps outwards. Due to an irregularity during the initial part production, the adhesive strength of the metal plating declined. As a result, there is a small likelihood that damage to the bottom casing could cause the metal plating to peel and warp outwards." Have it checked with any of the Sony-India Service Centers. Related Links:Sony India's Official Announcement.dpreview: Sony recalls Cyber-Shot DSC-T5CNET News: Sony recalls 350,000 cameras More About: Bottom
So much for my xHTML recommendation
2007-07-24 05:45:00 I've always told my friend (who runs a New Media firm) to get his designer to create valid xHTML pages instead of using the default standard HTML 4.01 spec for their websites. I've cited a number of reasons to support this. One of the most important being is that xHTML is better served to mobile devices as the xHTML Mobile-Profile spec conforms to the xHTML 1.1 standard. And if a page is a valid xHTML, some device-readers could 'read out' the webpage to blind people.xHTML 1.1 pages must be served application/xhtml+xml MIME type which IE and some other browsers doesn't support. On the other hand, xHTML 1.0 (whatever DOCTYPE it may be - Strict, Transitional, Frameset) can be served as text/html if it follows the xHTML 1.0 spec guidelines - but even then its not considered to be valid xHTML ! Anyway, that's the summary of a long story. So much for xHTML that, at the time I created all my pages xHTML 1.1 but never served it from the server as xHTML 1.1 (tag-soup). I even started t... More About: Recommendation , Dati
So much for my xHTML recommendation
2007-07-24 05:45:00 I've always told my friend (who runs a New Media firm) to get his designer to create valid xHTML pages instead of using the default standard HTML 4.01 spec for their websites. I've cited a number of reasons to support this. One of the most important being is that xHTML is better served to mobile devices as the xHTML Mobile-Profile spec conforms to the xHTML 1.1 standard. And if a page is a valid xHTML, some device-readers could 'read out' the webpage to blind people.xHTML 1.1 pages must be served application/xhtml+xml MIME type which IE and some other browsers doesn't support. On the other hand, xHTML 1.0 (whatever DOCTYPE it may be - Strict, Transitional, Frameset) can be served as text/html if it follows the xHTML 1.0 spec guidelines - but even then its not considered to be valid xHTML ! Anyway, that's the summary of a long story. So much for xHTML that, at the time I created all my pages xHTML 1.1 but never served it from the server as xHTML 1.1 (tag-soup). I even started t... More About: Recommendation , Dati
What to look for when looking for a new shared host
2007-07-23 21:31:00 There is a multitude of web-pages on the Internet related to web-hosting in specific. There are umpteen number of questions, opinions and reviews on web-hosting companies and its various issues. It is impossible to come up with a definite answer - only experience can tell what & which one is best for you. The criteria is mainly based on what audience base your website is targeted at. I cannot possibly make a post on comparison between web-hosting companies. This is one subject that can really drown you - get involved in WebHost ingTalk if you're really interested. When I'm looking for a linux shared-hosting solution for a future non-static website that I intend on developing, there are a couple of points I look out for when browsing through the package-plans' features : PHP 5.2.x - PHP4 is on its way out - on 13th July 2007, php.net officially announced the PHP 4 end of life announcement. With PHP 6 on the way, its high time new php-projects are written in PHP 5. Moreover, w...
What to look for when looking for a new shared host
2007-07-23 21:31:00 There is a multitude of web-pages on the Internet related to web-hosting in specific. There are umpteen number of questions, opinions and reviews on web-hosting companies and its various issues. It is impossible to come up with a definite answer - only experience can tell what & which one is best for you. The criteria is mainly based on what audience base your website is targeted at. I cannot possibly make a post on comparison between web-hosting companies. This is one subject that can really drown you - get involved in WebHost ingTalk if you're really interested. When I'm looking for a linux shared-hosting solution for a future non-static website that I intend on developing, there are a couple of points I look out for when browsing through the package-plans' features : PHP 5.2.x - PHP4 is on its way out - on 13th July 2007, php.net officially announced the PHP 4 end of life announcement. With PHP 6 on the way, its high time new php-projects are written in PHP 5. Moreover, w...
So much for my xHTML recommendation
2007-07-23 21:28:00 I've always told my friend (who runs a New Media firm) to get his designer to create valid xHTML pages instead of using the default standard HTML 4.01 spec for their websites. I've cited a number of reasons to support this. One of the most important being is that xHTML is better served to mobile devices as the xHTML Mobile-Profile spec conforms to the xHTML 1.1 standard. And if a page is a valid xHTML, some device-readers could 'read out' the webpage to blind people.xHTML 1.1 pages must be served application/xhtml+xml MIME type which IE and some other browsers doesn't support. On the other hand, xHTML 1.0 (whatever DOCTYPE it may be - Strict, Transitional, Frameset) can be served as text/html if it follows the xHTML 1.0 spec guidelines - but even then its not considered to be valid xHTML ! Anyway, that's the summary of a long story. So much for xHTML that, at the time I created all my pages xHTML 1.1 but never served it from the server as xHTML 1.1 (tag-soup). I even started t... More About: Recommendation , Dati
What to look for when looking for a new shared host
2007-07-19 22:50:00 There is a multitude of web-pages on the Internet related to web-hosting in specific. There are umpteen number of questions, opinions and reviews on web-hosting companies and its various issues. It is impossible to come up with a definite answer - only experience can tell what & which one is best for you. The criteria is mainly based on what audience base your website is targeted at. I cannot possibly make a post on comparison between web-hosting companies. This is one subject that can really drown you - get involved in WebHost ingTalk if you're really interested. When I'm looking for a linux shared-hosting solution for a future non-static website that I intend on developing, there are a couple of points I look out for when browsing through the package-plans' features : PHP 5.2.x - PHP4 is on its way out - on 13th July 2007, php.net officially announced the PHP 4 end of life announcement. With PHP 6 on the way, its high time new php-projects are written in PHP 5. Moreover, w... More About: Look
Tata reveals 1 lakh rupees car ?
2007-06-30 20:39:00 Somewhere in 2006 word spread that in 2007, Tata would reveal its Rs 1 lakh car. This car is speculated to be the result of major traffic jams in the city, now that a car which an average salaried Indian citizen can now afford, is going to be released. Now it seems it'll be out in 2008. Since I could not find any official source to cite this post, I decided to wait on this until there is a word from Tata. But recently on CNN, when it mentioned "...a $3000 car has been launched in India...", I thought it was pretty much out of the bag. $3000 is currently approx Rs 1,22,249 - the 20k difference must be in taxes etc Will we be witnessing chaos on the roads within the 2 years ? It'll be like a swarm of these kinda mini-cars on every street ! Will the The National Highways Authority of India accelerate their highway constructions ? [ Unbiased answer : No ] Will Tata actually run out of stock or have orders that are in a 5 year waiting list because of its affordability ? Will the co...
Tata reveals 1 lakh rupees car ?
2007-06-30 20:39:00 Somewhere in 2006 word spread that in 2007, Tata would reveal its Rs 1 lakh car. This car is speculated to be the result of major traffic jams in the city, now that a car which an average salaried Indian citizen can now afford, is going to be released. Now it seems it'll be out in 2008. Since I could not find any official source to cite this post, I decided to wait on this until there is a word from Tata. But recently on CNN, when it mentioned "...a $3000 car has been launched in India...", I thought it was pretty much out of the bag. $3000 is currently approx Rs 1,22,249 - the 20k difference must be in taxes etc Will we be witnessing chaos on the roads within the 2 years ? It'll be like a swarm of these kinda mini-cars on every street ! Will the The National Highways Authority of India accelerate their highway constructions ? [ Unbiased answer : No ] Will Tata actually run out of stock or have orders that are in a 5 year waiting list because of its affordability ? Will the co...
Tata reveals 1 lakh rupees car ?
2007-06-30 20:36:00 Somewhere in 2006 word spread that in 2007, Tata would reveal its Rs 1 lakh car. This car is speculated to be the result of major traffic jams in the city, now that a car which an average salaried Indian citizen can now afford, is going to be released. Now it seems it'll be out in 2008. Since I could not find any official source to cite this post, I decided to wait on this until there is a word from Tata. But recently on CNN, when it mentioned "...a $3000 car has been launched in India...", I thought it was pretty much out of the bag. $3000 is currently approx Rs 1,22,249 - the 20k difference must be in taxes etc Will we be witnessing chaos on the roads within the 2 years ? It'll be like a swarm of these kinda mini-cars on every street ! Will the The National Highways Authority of India accelerate their highway constructions ? [ Unbiased answer : No ] Will Tata actually run out of stock or have orders that are in a 5 year waiting list because of its affordability ? Will the co...
Pi to a Million Places
2007-06-29 19:43:00 There are people who'll pay up tons for a nice short non-trade-marked domain name. Most people are under the impression that a very short domain name will fetch better results on a visitor stand-point-of-view.But these days, this is not necessarily true since there are so many million worth visiting websites that it would impossible to remember the name of the website even if its based on a commonly used word. Thats the reason why social bookmarking sites are on the rise. Plus, with bookmarking features that have improved rapidly like synchronizing between FireFox's and Google's bookmarks, users have only become lazier to use the keyboard even if its a.com. And if they did use the keyboard, they'll do a search for the exact domain name and then click on the exact url link in the SERP - which they already 'unconsciencely' know ! This is very evident from the AOL data leak on August 4th, 2006 - for those of you who know what I'm talking about - others, do a simple search and yo... More About: Fun , Places , Million
Pi to a Million Places
2007-06-29 19:43:00 There are people who'll pay up tons for a nice short non-trade-marked domain name. Most people are under the impression that a very short domain name will fetch better results on a visitor stand-point-of-view.But these days, this is not necessarily true since there are so many million worth visiting websites that it would impossible to remember the name of the website even if its based on a commonly used word. Thats the reason why social bookmarking sites are on the rise. Plus, with bookmarking features that have improved rapidly like synchronizing between FireFox's and Google's bookmarks, users have only become lazier to use the keyboard even if its a.com. And if they did use the keyboard, they'll do a search for the exact domain name and then click on the exact url link in the SERP - which they already 'unconsciencely' know ! This is very evident from the AOL data leak on August 4th, 2006 - for those of you who know what I'm talking about - others, do a simple search and yo... More About: Fun , Places , Million
Pi to a Million Places
More articles from this author:2007-06-29 19:18:00 There are people who'll pay up tons for a nice short non-trade-marked domain name. Most people are under the impression that a very short domain name will fetch better results on a visitor stand-point-of-view.But these days, this is not necessarily true since there are so many million worth visiting websites that it would impossible to remember the name of the website even if its based on a commonly used word. Thats the reason why social bookmarking sites are on the rise. Plus, with bookmarking features that have improved rapidly like synchronizing between FireFox's and Google's bookmarks, users have only become lazier to use the keyboard even if its a.com. And if they did use the keyboard, they'll do a search for the exact domain name and then click on the exact url link in the SERP - which they already 'unconsciencely' know ! This is very evident from the AOL data leak on August 4th, 2006 - for those of you who know what I'm talking about - others, do a simple search and yo... More About: Fun , Places , Million , Lace 1, 2, 3, 4, 5 |



