Subscribe to
Posts
Comments

Archive for February, 2005

Security update for Firefox to prevent phishing attacks.

Google AutoLink

The Google toolbar v3 (beta) includes a new feature called AutoLink. This essentially means that if it recognises an address, ISBN number, VIN number it can create a link in the HTML you see linking to a map, amazon, or VIN tracking site respectively.
A lot of bloggers are getting upset at this because it changes [...]

nHibernate is a .NET port of the Java Hibernate system. The Hibernate system has been around for years in the open-source community. For this blog the terms are interchangeable.
Hibernate is a system that lets you persist your business entity objects into a persistent storage medium (database normally). So you write your business entity object, give [...]

Recommended travel sites

A couple of the travel sites I use…
http://www.skyscanner.net/ - good for seeing flight prices across different providers without irritating advertisers getting in the way. They also have a view showing prices for a destination across a month so you can go when it’s cheapest. (Europe only)
http://www.seat61.com/ - train travel across the UK and Europe. How [...]

Rocky Parody Movie

http://www.marok.org/Arte/Mix/0283.htm

DARPA Grand Challenge 2005

In July 2002 DARPA (Defence Advanced Research Projects Agency) in the USA announced a competition to push the development of autonomous vehicles. The aim was to build a vehicle capable of travelling 150 miles without human intervention across the Mojave desert in Arizona.
This happened in March 2004 and there’s a hilarious summary of what happened [...]

Oystercard capping arrives at last!

From 27thFebruary…
“Capping means that passengers using a pre-pay Oystercard will pay the lowest daily fare after every journey has been assessed. This cap will apply at the appropriate one-day Travelcard or Bus Pass rate.”
http://www.ltuc.org.uk/news.php?id=250

Google Maps

Those guys at Google are really great. They’ve now added a map and route finding beta service to their plethora of offerings. Shame it’s only America at the moment, but once they’ve gone through beta they’re bound to add European maps.
How about this on a 3G GPS-enabled phone with Opera mobile browser, could this be [...]

[csharp]
private void dgNumbers_ItemDataBound(object sender, System.Web.UI.WebControls.DataGridItemEventArgs e)
{
if (e.Item.ItemType == ListItemType.EditItem)
{
DropDownList drpList = (DropDownList)e.Item.FindControl(”drpStyleEdit”);
drpList.Items.FindByText(((BE.ProgrammeStyle)e.Item.DataItem).Description).Selected = true;
}
}
[/csharp]

Colour scheme generator

Not the Carol Smiley kind, this is for websites.
http://wellstyled.com/tools/colorscheme2/index-en.html

Next »