Front Page Recent
Music video Hazirim (חזירים) by an Israeli band Metropolin. Metropolin creates very gloomy compositions, see for example - She Doesn't Say Anything (היא לא אומרת כלום) [ ... ]
My brother Michael is a doctor. During his time as US medical student he had a blog here - The Medstudent Experience. His last post as a student - A Night at the Grady Red Zone - caught my eye a while ago and I decided to give it some juice [ ... ]
Delicer is del.icio.us client for windows. One of the issues people have using it is when they try to use it from behind proxy. Here are some steps to configure Delicer to use a proxy [ ... ]
Silverlight is a development platform therefore I think it is a matter of months until early adopters code a bunch of powerful applications based on it. And deploy them [ ... ]
Just got it after some calculations that riding a bicycle to work is the most effective choice for me in terms of time, money and in addition I exercise for free during my way to work :) It is not too far and there is no much traffic [ ... ]
.NET Framework is around for 5 years already now, but these 3 methods are among the most misused in application development. The problem is that ExecuteReader will work for every query via SqlCommand. Use ExecuteNonQuery except: when you have a set of records - use ExecuteReader and when you have a single output value that cannot be defined as a parameter - use ExecuteScalar [ ... ]
Google updates PR april 2007. I predicted google pagerank update just yesterday - and here we go. Check your site page ranks, since there may be changes [ ... ]
Some people notice a sudden drop in pagerank these days. What does that mean ? Seems like Google's following pagerank update is very close. I bet we observe updates in a week or two [ ... ]
I'm kinda addicted to NHL hockey fights on youtube. Some of bad guys have to fight frequently to stay in the lineup because this is the only thing they know well. However there are also good players who fight often [ ... ]
Suppose you want your default url to be http://www.example.com/ . You can make your webserver so that if someone requests http://example.com/, it does a 301 (permanent) redirect to http://www.example.com/ . That helps Google know which url [ ... ]
|