bloggingdotnet.blogspot.com
Blogging Dot Net (and jQuery too!): January 2009
http://bloggingdotnet.blogspot.com/2009_01_01_archive.html
Blogging Dot Net (and jQuery too! Solutions to interesting problems. Friday, 30 January 2009. Creating a Spell as you type Jquery plugin - Part 1. Recently I've become enamoured with the Jquery library and we are now prefer it over the buggy Microsoft Ajax Control toolkit for things like modal dialogs, autocompletes, as well as hiding and showing divs etc. In short it rocks and I wish I'd found it sooner. The main problem we had with all of the above solutions was that they tried to overwrite the underly...
bloggingdotnet.blogspot.com
Blogging Dot Net (and jQuery too!): May 2009
http://bloggingdotnet.blogspot.com/2009_05_01_archive.html
Blogging Dot Net (and jQuery too! Solutions to interesting problems. Sunday, 17 May 2009. Getting started with the Simple OOXML library. Whilst the Open Xml Format SDK provides a convenient object wrapper around the xml specification, it is still far from easy to create these documents. Even with a sound understanding of the specification, the Simple OOXML library tool is still useful in providing wrapper functionality to developers, without having a noticeable performance overhead. Obviously this is pre...
bloggingdotnet.blogspot.com
Blogging Dot Net (and jQuery too!): June 2009
http://bloggingdotnet.blogspot.com/2009_06_01_archive.html
Blogging Dot Net (and jQuery too! Solutions to interesting problems. Wednesday, 24 June 2009. I guess the title of this blog should be "Writing a new jQuery plug-in every week" - that's all I seem to be doing right now - but I keep finding functionality that isn't available as a plug-in, or has just been plain poorly implemented. To this end, I'm currently workign on the TableGrid plug-in. Following my approach of a super plug-in above, I realised I would first need a data binding plug-in so that develop...
bloggingdotnet.blogspot.com
Blogging Dot Net (and jQuery too!): May 2010
http://bloggingdotnet.blogspot.com/2010_05_01_archive.html
Blogging Dot Net (and jQuery too! Solutions to interesting problems. Wednesday, 19 May 2010. VS2010 The mappings for the solution could not be found. When trying to open a project with VS 2010 that used Visual SourceSafe, you may receive the following error:. The mappings for the solution could not be found. To fix this problem, go to Tools - Options - Source Control - Plug-in Selection and change to the Visual Sourcesafe plugin from the TFS plugin. Another reason to switch to svn .
bloggingdotnet.blogspot.com
Blogging Dot Net (and jQuery too!): Getting started with the Simple OOXML library.
http://bloggingdotnet.blogspot.com/2009/05/getting-started-with-simple-ooxml.html
Blogging Dot Net (and jQuery too! Solutions to interesting problems. Sunday, 17 May 2009. Getting started with the Simple OOXML library. Whilst the Open Xml Format SDK provides a convenient object wrapper around the xml specification, it is still far from easy to create these documents. Even with a sound understanding of the specification, the Simple OOXML library tool is still useful in providing wrapper functionality to developers, without having a noticeable performance overhead. Obviously this is pre...
bloggingdotnet.blogspot.com
Blogging Dot Net (and jQuery too!): February 2010
http://bloggingdotnet.blogspot.com/2010_02_01_archive.html
Blogging Dot Net (and jQuery too! Solutions to interesting problems. Wednesday, 24 February 2010. Javascript Localization using .Net Resource files and jQuery. As a web developer I'm shifting more and more code to the client, and a few weeks ago an interesting situation came up on a multi-lingual project. ie wanted to include translations for validation messages in jQuery code, but stay with the great .Net resource file model. The code on the server reads the local or global resource file and streams the...
bloggingdotnet.blogspot.com
Blogging Dot Net (and jQuery too!): April 2010
http://bloggingdotnet.blogspot.com/2010_04_01_archive.html
Blogging Dot Net (and jQuery too! Solutions to interesting problems. Monday, 19 April 2010. Coming to a browser near you – HTML 5. Found this great web based slide show detailing the changes and additions that make up HTML 5.0. Http:/ apirocks.com/html5/html5.html#slide1. Warning – not IE friendly). Great comparison of web browser performance. Jason Gube at sixrevisions.com has posted a great article comparing browser performance. Friday, 9 April 2010. Hitting the thousand mark on stack overflow. Awesome...
bloggingdotnet.blogspot.com
Blogging Dot Net (and jQuery too!): October 2009
http://bloggingdotnet.blogspot.com/2009_10_01_archive.html
Blogging Dot Net (and jQuery too! Solutions to interesting problems. Tuesday, 6 October 2009. Simple OOXML 2.1.3565 Released. Create .xlsx and .docx documents from templates or from new without Microsoft Excel or Microsoft Word. This release fixes previously reported issues and adds the following functionality. Works with August 2009 CTP of the Open XML SDK. Use FindColumn to retrieve a column from a Worksheet e.g. to set a column width. The following issues have been fixed. More examples and code can be...
bloggingdotnet.blogspot.com
Blogging Dot Net (and jQuery too!): March 2009
http://bloggingdotnet.blogspot.com/2009_03_01_archive.html
Blogging Dot Net (and jQuery too! Solutions to interesting problems. Monday, 23 March 2009. Exclusive Checkbox jQuery Plug-in. I changed the code slightly to use the official jQuery extend function for the plug-in definition, and to include the usage in the comments.). Clicked) this.checked = false; }); } }); }); } }); / end of closure })(jQuery);. Download original and minified version. Thursday, 5 March 2009. Introducing the Simple OOXML library. Http:/ simpleooxml.codeplex.com. Static functions to cre...