devproj20.blogspot.com
Project 20: Cool CG Animated Short Film
http://devproj20.blogspot.com/2008/02/cool-cg-animated-short-film.html
A reference blog containing posts added during my time at Esendex. Monday, February 25, 2008. Cool CG Animated Short Film. A CG 3D animated short film. Apparently created by just one person. Amazing level of detail, and raised a few smiles as well. Looks very polished and professional. Posted by Ian Dykes. Subscribe to: Post Comments (Atom). Enter your search terms. Nottingham, United Kingdom. A software developer from Nottingham, UK. View my complete profile. Cool CG Animated Short Film.
devproj20.blogspot.com
Project 20: March 2008
http://devproj20.blogspot.com/2008_03_01_archive.html
A reference blog containing posts added during my time at Esendex. Thursday, March 06, 2008. Today marks the end of an era for me. After more than 4 years at Esendex I feel that now is a good time to move on to pastures new. It's my last day today, and this will be the last post of this blog as well. I first set this up to chart the experiences and knowledge gained during my work at Esendex, and now that work has come to an end I feel it is also fitting that this blog should as well. Posted by Ian Dykes.
devproj20.blogspot.com
Project 20: That's All Folks
http://devproj20.blogspot.com/2008/03/thats-all-folks.html
A reference blog containing posts added during my time at Esendex. Thursday, March 06, 2008. Today marks the end of an era for me. After more than 4 years at Esendex I feel that now is a good time to move on to pastures new. It's my last day today, and this will be the last post of this blog as well. I first set this up to chart the experiences and knowledge gained during my work at Esendex, and now that work has come to an end I feel it is also fitting that this blog should as well. Posted by Ian Dykes.
devproj20.blogspot.com
Project 20: January 2008
http://devproj20.blogspot.com/2008_01_01_archive.html
A reference blog containing posts added during my time at Esendex. Wednesday, January 30, 2008. Get the current date as a string from a batch file. Ever needed to include the current date in something like a filename from a batch file? Check out this MS KB article. On how to do it. I've changed the format slightly to include a dash between each part. This is what I used:. SET current.date=%date: -4,4%-%date: -7,2%-%date: 0,2%. Posted by Ian Dykes. Friday, January 25, 2008. Nice to see Jonathan. Normally ...
devproj20.blogspot.com
Project 20: Writing XML with UTF-8 Encoding using XmlTextWriter and StringWriter
http://devproj20.blogspot.com/2008/02/writing-xml-with-utf-8-encoding-using.html
A reference blog containing posts added during my time at Esendex. Wednesday, February 20, 2008. Writing XML with UTF-8 Encoding using XmlTextWriter and StringWriter. If you want to use XmlTextWriter to write XML into a StringBuilder you can create the XmlTextWriter like this:. StringBuilder builder = new StringBuilder();. XmlWriter writer = new XmlTextWriter(new StringWriter(builder) ;. The solution is to subclass StringWriter and override the Encoding property. Thisencoding = encoding;. Settings.Cl...
devproj20.blogspot.com
Project 20: February 2008
http://devproj20.blogspot.com/2008_02_01_archive.html
A reference blog containing posts added during my time at Esendex. Monday, February 25, 2008. Cool CG Animated Short Film. A CG 3D animated short film. Apparently created by just one person. Amazing level of detail, and raised a few smiles as well. Looks very polished and professional. Posted by Ian Dykes. Friday, February 22, 2008. A Brief Introduction to REST. If you're looking for information on REpresentational State Transfer. Then check out A Brief Introduction to REST. Posted by Ian Dykes. If you a...
devproj20.blogspot.com
Project 20: A Brief Introduction to REST
http://devproj20.blogspot.com/2008/02/brief-introduction-to-rest.html
A reference blog containing posts added during my time at Esendex. Friday, February 22, 2008. A Brief Introduction to REST. If you're looking for information on REpresentational State Transfer. Then check out A Brief Introduction to REST. The next principle we’re going to look at has a formal description that is a little intimidating: “Hypermedia as the engine of application state”, sometimes abbreviated as HATEOAS. (Seriously — I’m not making this up.). Posted by Ian Dykes. Enter your search terms.
devproj20.blogspot.com
Project 20: March 2007
http://devproj20.blogspot.com/2007_03_01_archive.html
A reference blog containing posts added during my time at Esendex. Thursday, March 29, 2007. Further to the post about embedding a bitmap into an SMS, I needed to know the format of the picture to send. Wikipedia has an excellent article on the format. So I'll need to use this when I get those 5 minutes to give it a go. Posted by Ian Dykes. Picture Messages in SMS. Then I found this Nokia article. Posted by Ian Dykes. Wednesday, March 28, 2007. MailMessage Subject Property Error. Just make sure you strip...
devproj20.blogspot.com
Project 20: December 2007
http://devproj20.blogspot.com/2007_12_01_archive.html
A reference blog containing posts added during my time at Esendex. Monday, December 10, 2007. I'm afraid I'm a car snob. My car needed its second service today, which coincided with a planned shopping trip which i didn't really want to move. So I've got a courtesy car, and although it's almost brand new, clean, quiet and quite nice looking, there's no power there at all. I'm used to 200 horsepower and a turbo, now I've got an entry level 1.4 litre which is too heavy to ever be called nippy. But if I do t...