Have a listen to this one: http://www.thefreedictionary.com/misspeak[^] :omg:
Declan Bright www.declanbright.com
Have a listen to this one: http://www.thefreedictionary.com/misspeak[^] :omg:
Declan Bright www.declanbright.com
I really like of size of the Nexus 7, if it a similar size/weight + price + spec + SD then it will be really tempting
Declan Bright www.declanbright.com
Thare both the same for me, 03:48, possibly a locale issue
Declan Bright www.declanbright.com
This could be interesting: http://www.ubuntu.com/[^] http://www.htc.com/[^]
Declan Bright www.declanbright.com
Mostly ok but we have had some issues with it, especially if you do something in TortoiseSVN it doesn't always pick up the change, even after a refresh. Straight updates's and commit's are fine, its when you start moving files between folders and deleting files that weird things can happen.
Declan Bright www.declanbright.com
Hi Cédric I have done some basic Home Automation with the Arduino[^], probably too basic for your needs but thought you might be interested.
Declan Bright www.declanbright.com
Congratulations, this site has helped me a lot over the years, looking forward to the next 10
Declan Bright www.declanbright.com
You set the VisibleDate property. Example:
this.Calendar1.VisibleDate = DateTime.Today.AddMonths(3);
Declan Bright www.declanbright.com
You could do this using a cursor[^] to loop through the rows and build up the string. I wouldn't advise it for large resultsets as you could end up with performance issues.
Declan Bright www.declanbright.com
You can use the DataSet.Load[^] option and pass in a SqlDataReader and it will fill multiple DataTables with the multiple resultsets.
It you have a relationship setup between the 2 tables on the id column with the cascading delete property set, then deleting the records for one table will delete the corresponding records from the other table
Declan Bright www.declanbright.com
Thats cool although with such a low weight I wouldn't like to be caught in a strong cross wind. :-\
Declan Bright www.declanbright.com
Using javascript to prevent someone from using the Save Picture As option will stump most people but it is very easy to get around if someone really wants to get an image. You should also watermark the images as it is quite difficult to remove a watermark successfully.
Declan Bright www.declanbright.com
You could always run Firefox Portable[^] with firebug installed from a memory stick. Nikhil's Web Development Helper[^] and Fiddler[^] make living with IE a little easier too.
Declan Bright www.declanbright.com
You are welcome
Declan Bright www.declanbright.com
Try this:
ha.ImageUrl = @"~/Membership/img/icon-calendar.gif";
Have a look at the page source to see what is been written out to the browser and verify that the path is correct.
Declan Bright www.declanbright.com
Have you configured the web project folder in IIS? If you are not using IIS for development then try to open the via File / Open / Web Site and browsing to the folder. You can then add the other projects to the solution.
Declan Bright www.declanbright.com
Try using the Image control:
Image ha= new Image();
ha.ID = "img2";
ha.ImageUrl = @"Membership/img/icon-calendar.gif";
ha.AlternateText = "d";
Declan Bright www.declanbright.com
modified on Friday, April 4, 2008 10:05 AM
Click on Help / About Microsoft Visual Studio and you will see a list of the installed products, if the Visual Web Developer product is not listed then you will not be able to open a web project.
Declan Bright www.declanbright.com
Have a read of the license associated with the article, there is a link near the end of the article.
Declan Bright www.declanbright.com