Firefox v1.0.1 released
Posted in Computers, Firefox, Internet, Security on February 25th, 2005 No Comments »
Security update for Firefox to prevent phishing attacks.
Posted in Computers, Firefox, Internet, Security on February 25th, 2005 No Comments »
Security update for Firefox to prevent phishing attacks.
Posted in Computers, Google, Internet on February 24th, 2005 No Comments »
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 [...]
Posted in Computers, Internet, Programming on February 21st, 2005 2 Comments »
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 [...]
Posted in Travel on February 21st, 2005 No Comments »
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 [...]
Posted in Fun on February 18th, 2005 No Comments »
http://www.marok.org/Arte/Mix/0283.htm
Posted in Uncategorized on February 15th, 2005 No Comments »
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 [...]
Posted in Travel on February 15th, 2005 No Comments »
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
Posted in Computers, Google, Internet on February 14th, 2005 No Comments »
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 [...]
Posted in .NET, Code Sample, Computers, Programming on February 10th, 2005 No Comments »
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;
}
}
Posted in Computers, HTML, Internet on February 7th, 2005 No Comments »
Not the Carol Smiley kind, this is for websites.
http://wellstyled.com/tools/colorscheme2/index-en.html