Val D'Isere Snowboarding 2012by satman
This year I managed to have a go on the Airbag jump which was incredible fun!

You can follow this link to the footage of the jump, but for a POV view I have posted this clip too.  Currently both clips reside on Facebook so you might not be able to access them, but I will try to Youtube them shortly [edit : this is done now] but here is the embedded version..

0 Comments #144 Tuesday, March 20, 2012 01:24 PM Filed in General
Ipad2 iPhone 4S jailbroken today iOS 5.0.1by satman
It appears a jailbreak for iOS 5.0.1 on the Ipad2 and iPhone 4S is imminent if we are to believe this video posted by a friend of the famed hacker Pod2g. I hope this can be done pretty soon as really want to run VLC on my Ipad2 .. read all about it here
0 Comments #141 Monday, January 16, 2012 04:59 PM Filed in Mobile
Quote Databaseby satman

I came across a bunch of old files which still make me laugh, so I thought I would try to consolidate them into a repository and maybe have some fun with the results, maybe create a random plucker or story builder

Click here to view the database
Click here to add to database : authentication required

0 Comments #112 Thursday, December 22, 2011 09:00 PM Filed in Apps
CMA Alternative Viewer (NSFW)by satman
This was a geeky project which extracts a list from CelebrityMovieArchive.com using regex and then displays all the photos on one page in a datalist control.

This Only shows images which are available for free on CelebrityMovieArchive.com so go there for all the rest of the features like downloading movies etc.

WARNING : Adult Content!
1 Comments #115 Thursday, December 22, 2011 07:58 PM Filed in Apps
Gumtree search toolby satman
I always wanted an easy way to add price criria to gumtree searches to filter out the timewasters, so here is a simple tool to do just that.
Its quite basic using gumtree RSS as a source, no alerts or anything but it highlights prices within a given range in green or red, with the ability to show only green.. access it from http://www.isatman.com/gumtree and let me know what you think.
0 Comments #131 Thursday, December 22, 2011 07:57 PM Filed in General
LoveFilm 2 Months Free Codeby satman
I got sent a few LoveFilm voucher codes for 2 months free any package, feel free to use them..

Code : XQDMWEHK9

good for PS3 game packages aswell as online streaming to your ipad or console..
0 Comments #130 Thursday, December 8, 2011 09:54 PM Filed in General
MVC 3 with SQLCE4.0 Roles and Membershipby satman
Ive been experimenting with MVC 3 in VS2010 but wanted to be able to deploy the sites with ASP Roles and Membership capability without having to sign up for MSSQL hosting.

Sqlce4.0 is a nice compact database with enough oompf to be usable as a membership database, but some hosters dont provide the necessary libraries to run it, even with a Server 2008 / .Net 4.0 environment.

The main issue was to find a provider package which would enable MVC or Webforms to be able to use an sqlce4.0 (sdf) database easily, in the past I ran this blog using MS Access as a way to host free databases and used that.

I first implemented a blank MVC 3 site with ErikEJ.SqlCeMembership 2.1 NuGet package which worked well, but Microsoft have just released their Microsoft Universal Web Provider which makes it even easier. 

After creating a new MVC 3 web application (C#) I needed to Add Deployable Dependancies (right click on project in VS2010 Solution Explorer) to make sure the MVC and SQL4.0 files were added to the project to allow hosting properly. Both versions are downloadable as VS2010 templates (download the zip files and place in your documents/VS2010/Templates/ProjectTemplates folder )

MVC site with ErikEJ.SqlCeMembership 2.1 NuGet package
MVC site with Microsoft Universal Web Provider

They both include a prepared SqlCeAspnetdb.sdf database with a user Administrator (pwd mvc4dmin) and a couple of Roles, these can be altered using the ASP.Net Configuration tool in Solution Explorer.

0 Comments #129 Thursday, November 24, 2011 05:12 PM Filed in Technology
SQL Database Dilemmaby satman
SQL databases for Light Developers

Ive spent the last day tinkering with various SQL offerings trying to find something that I can use as an impoverished developer with DiscountASP.NET hosting without having to fork out extra cash.  My current hosting is a Windows 2008 Server with .NET 4 for ASP.NET framework web applications, development is in VS2010, while recently dabbling in WebMatrix 2. 

MS SQL 2008 R2
  • The daddy of databases, Integration with VS2010 is as good as it gets.
  • most expensive option to host, also to have it as a test rig is not really an option.
  • SQL Management Studio to manage database engine is pretty good
SQL EXPRESS 2008
  • Free offering from MS, so good for freelance developers
  • Integrates well with VS2010, great for Entity Framework models
  • DASP does not support SQLExpress, but its .mdf files can be attached to MS SQL db via control panel
MS ACCESS 2007
  • quick easy portable mdb files for easy portability but much maligned for its web hosting failures
  • integrates ok with VS2010 Server Explorer, although needed a bunch of providers when used to provide membership services for a web forms website. Editing within MSAccess itself is the best way to develop the database
  • I quite like using MS Access as its free to host and supports Inline Parameterised Queries which show up as Stored Procedures in VS2010 SE. Prefer this approach to put as much SQL in the DB rather than in code.
SQL Compact Edition 4.0
  • lightweight standalone offering which should work as an .sdf file deployed
  • Requires VS2010 SP1 and 
  • Webmatrix likes this ok, but VS2010 deployment requires the relevant framework files to be copied over into the bin folder on DASP for it to work
  • No way to store queries that I can see, only Tables which doesn't suit the way I prefer to code yet but working with the EF Model might allow for better design.
  • SQL Management Studio only supports SQLCE 3.5 files, not 4.0 which is a big let down, all manipulation needs to be done within VS2010 but a nice tookit (SQL Server Compact Toolbox) helps.
  • Supports EF Data models which are quite good for data classes and it works with MVC 3 deployments
MySQL
  • Another lightweight offering which DASP charges half the price of MS SQL to host
  • ideal for Wordpress type deployement, WebMatrix 2 has it as a deployable app in its gallery
  • no EF integration or management within VS2010 except for the Server Explorer, but can be used as a membership service with the Connector/.NET addon
  • still deciding if I want to use MySQL, its lack of EF Modelling in VS2010 deters me somewhat as its something I want to persue.
I cant really decide which database to opt for, I'm reluctant to fork out $10 a month just to have a playground and I'm not quite sure If I can use SQLExpress .mdf files to develop and just attach them to MS SQL on publish. MS Access is convenient but not really practical in a multiuser environment, although this blog site I wrote is currently using it for membership and story, comments and data quite happily. I was quite excited by SQLCE4 but I its lack of SP or queries puts me off.

I could be wrong on a few points here but if anything changes I will post a comment

1 Comments #128 Wednesday, November 9, 2011 02:04 AM Filed in Technology
Problem with IPAD browser and CSS menuby satman
I seem to have a problem with the CSS menu on this site when viewed from an IPAD, where the drop down does not stay selectable, even with an aps.net DisappearAfter property set serverside. selecting it shows the submenu but the browser automatically selects the root item .. Will look for solutions
1 Comments #127 Friday, October 21, 2011 06:17 PM Filed in General
MetroBank and the Coin Machineby satman
Dilemma : I had a huge bag of coins that I wanted to bank, the various options I had were to 

i ) count, bag then deposit over a counter which frankly is rubbish
ii) use Coinmaster machines in Asda or Tesco. This was an easy option but they take nearly 9% of your deposit, I had over 30kg of coins to definitely did not feel like losing that much in commission
iii) open a bank account with Metrobank, HSBC or Barclays to use their in-branch coin counter machines.

Metrobank rules! : I walked in with ID, 16 minutes later walk out with a full bank account with bank card at 5pm on a saturday - really is a WOW, why cant other banks be as efficient?
HSBC gave me a form to post off, and once approved return to a branch with ID, and then find a branch with a coin machine that isn't full, meh..
Barclays also have machines but the nearest one in Moorgate is no longer there apparently. Although setting up an account is straight forward, it still cant beat the efficiency of Metrobank so I didn't bother.

The coinmaster option seemed good for the Lazy approach, but when I finally emptied the bag (with only 5 foreign coins! ) the total came to a whopping �487.11 ! -  9% would have been quite a lot of 1p and 2p !
I have just ordered a new Ipad 2 for myself out of the proceeds :)

1 Comments #126 Saturday, August 27, 2011 07:42 PM Filed in General
Loading

Custom Blog Engine Developed by Satman