Modern Development
This is a presentation I did for my current firm to try and explain modern development and how my new cms is going to work. Was well received but no action atm 🙁 Won’t make much sense to anyone outside…Continue Reading →
This is a presentation I did for my current firm to try and explain modern development and how my new cms is going to work. Was well received but no action atm 🙁 Won’t make much sense to anyone outside…Continue Reading →
This is a mini article I wrote to go along with my presentation on modern development. I’ve tried to explain to our designers how they can help us by understanding why we sometimes have difficulty converting their photoshop files into…Continue Reading →
Sometimes when you restore a SQL Server backup, the permissions are not carried across! Its a real pain to tick all those boxes so here is the dirty way I use to create a script to assign them. The code…Continue Reading →
In the propertyBrowser when an Enum is exposed you select from the enums descriptions (Like you do in the IDE). I needed to do this at runtime in a form. The user needs to select a value from an enum…Continue Reading →
I always have a unique id in my databases for each row. When passing this to objects for javascript to manipulate I add it to the class string as ‘id_1’ so I can easily retrieve it later. The GetIds function…Continue Reading →