codeblog.shawson.co.uk
Find text in stored procedures on your SQL Server Database « Shawson's Code Blog
http://codeblog.shawson.co.uk/find-text-in-stored-procedures-on-your-sql-server-database
Development notes for my failing memory. Shawson's Code Blog. How I tackled Collision Detection. Level & Level Manager Classes. ListView using a DropDownList populated using code behind. Simple nested Repeater controls. Laquo; Powershell to write bunch of data from sql to the file system. KnockoutJS custom binding to handle ISO to UK dates. Find text in stored procedures on your SQL Server Database. Full Text Reindex, scheduled job has no steps! Conditional Order-By clause in SQL 2005. From your own site.
codeblog.shawson.co.uk
ListView using a DropDownList populated using code behind « Shawson's Code Blog
http://codeblog.shawson.co.uk/quick-ref/listview-using-a-dropdownlist-populated-using-code-behind
Development notes for my failing memory. Shawson's Code Blog. How I tackled Collision Detection. Level & Level Manager Classes. ListView using a DropDownList populated using code behind. Simple nested Repeater controls. ListView using a DropDownList populated using code behind. So I thought I would document the solution for future reference. The issues I had occured on Edit. On the DropDownList I set the SelectedValue property to %# Bind(“SeriesId”) % but received an exception;. Asp:ListView ID=lvAZSubje...
codeblog.shawson.co.uk
Simple nested Repeater controls « Shawson's Code Blog
http://codeblog.shawson.co.uk/quick-ref/simple-nested-repeater-controls
Development notes for my failing memory. Shawson's Code Blog. How I tackled Collision Detection. Level & Level Manager Classes. ListView using a DropDownList populated using code behind. Simple nested Repeater controls. Simple nested Repeater controls. Just found a piece of functionality which I’ve never noticed before, for populating nested Repeaters, without doing so in the code behind with a “OnDataBound” Event. Id= %# DataBinder.Eval(Container.DataItem, Id)% ' title= %# DataBinder.Ev...I use this sam...
codeblog.shawson.co.uk
KnockoutJS « Shawson's Code Blog
http://codeblog.shawson.co.uk/category/javascript/knockoutjs
Development notes for my failing memory. Shawson's Code Blog. How I tackled Collision Detection. Level & Level Manager Classes. ListView using a DropDownList populated using code behind. Simple nested Repeater controls. Archive for category KnockoutJS. KnockoutJS custom binding to handle ISO to UK dates. On October 27, 2014. Here’s the code. It’s usage is easy…. Input data-bind=isoToUKDate: MyDate /! A writeable form field - span data-bind=isoToUKDate: MyDate /! A read only piece of html -. JQuery Valida...
codeblog.shawson.co.uk
KnockoutJS custom binding to handle ISO to UK dates « Shawson's Code Blog
http://codeblog.shawson.co.uk/knockoutjs-custom-binding-to-handle-iso-to-uk-dates
Development notes for my failing memory. Shawson's Code Blog. How I tackled Collision Detection. Level & Level Manager Classes. ListView using a DropDownList populated using code behind. Simple nested Repeater controls. Laquo; Find text in stored procedures on your SQL Server Database. KnockoutJS custom binding to handle ISO to UK dates. Here’s the code. It’s usage is easy…. Input data-bind=isoToUKDate: MyDate /! A writeable form field - span data-bind=isoToUKDate: MyDate /! A read only piece of html -.
codeblog.shawson.co.uk
Sound Manager « Shawson's Code Blog
http://codeblog.shawson.co.uk/8-week-game-competition/sound-manager
Development notes for my failing memory. Shawson's Code Blog. How I tackled Collision Detection. Level & Level Manager Classes. ListView using a DropDownList populated using code behind. Simple nested Repeater controls. The Sound Manager was one of the last things I built, and involved a while wading through the HTML5 spec document. The resulting code is actually pretty simple, but took me a while to figure out that this was the best way to do it. My requirments were;. Ability to adjust volume. I got the...
codeblog.shawson.co.uk
Quick Ref « Shawson's Code Blog
http://codeblog.shawson.co.uk/quick-ref
Development notes for my failing memory. Shawson's Code Blog. How I tackled Collision Detection. Level & Level Manager Classes. ListView using a DropDownList populated using code behind. Simple nested Repeater controls. This will eventually be a whole library of various code snippets for doing common stuff across various languages. Will not be published). GDC – Austin '09. Team Foundation Server (TFS). WP Cumulus Flash tag cloud by Roy Tanck. 8 week game competition. Heather Solomon – Sharepoint. If you ...
codeblog.shawson.co.uk
How I tackled Collision Detection « Shawson's Code Blog
http://codeblog.shawson.co.uk/8-week-game-competition/how-i-tackled-collision-detection
Development notes for my failing memory. Shawson's Code Blog. How I tackled Collision Detection. Level & Level Manager Classes. ListView using a DropDownList populated using code behind. Simple nested Repeater controls. How I tackled Collision Detection. I thought this would initially be fairly easy but actually took a couple of go’s and, if the forums are anything to go by, seem’s to be the biggest killer for most developers when making a game! If there was a collision. Once you know which axis it was o...
codeblog.shawson.co.uk
SQL Server « Shawson's Code Blog
http://codeblog.shawson.co.uk/category/sql-server
Development notes for my failing memory. Shawson's Code Blog. How I tackled Collision Detection. Level & Level Manager Classes. ListView using a DropDownList populated using code behind. Simple nested Repeater controls. Archive for category SQL Server. Find text in stored procedures on your SQL Server Database. On September 30, 2013. Copying XML data from a SQL query. On August 2, 2012. SELECT TOP 100 [ID] ,cast(replace(request,'encoding=UTF-8','encoding=UTF-16') as xml) ,cast(replace...Executing sql sta...