highoncoding.com
Lessons Learned from Creating Educational Apps for iOS Platform
http://highoncoding.com/Articles/849_Lessons_Learned_from_Creating_Educational_Apps_for_iOS_Platform.aspx
Lessons Learned from Creating Educational Apps for iOS Platform. I started my iOS adventures about 1.5 years ago. During that time I released 5 apps targeted towards the educational market. This post covers the lessons that I have learned during those 1.5 years and my humble beginnings as an iOS developer. The user interaction is considered one of the most important aspects in educational applications. The size of the fonts and the elements become inversely proportional to the audience age. For a...The i...
derans.blogspot.com
Deran Schilling, Learner: Dynamically Generate Form with jQuery and ASP.NET MVC
http://derans.blogspot.com/2012/07/dynamically-generate-form-with-jquery.html
Deran Schilling, Learner. Tuesday, July 31, 2012. Dynamically Generate Form with jQuery and ASP.NET MVC. Hopefully it’s obvious that you probably won’t need to do this very often, but when it’s needed, it’s nice to have available. I thought I’d share this little helper to dynamically create a form, append it to body, and submit it.without AJAX. Work with complex types. Typically view models are flat, so this works well most of the time. The ToQueryString method just calls the ToParameterList, adds a?
derans.blogspot.com
Deran Schilling, Learner: Export to Excel with MVC
http://derans.blogspot.com/2012/09/export-to-excel-with-mvc.html
Deran Schilling, Learner. Sunday, September 23, 2012. Export to Excel with MVC. I’m sure you’ve all had to export to Excel at one point or another. I created a small wrapper around the EPPlus library. For MVC. Basically my wrapper contains a few helpers for common formatting, an ActionResult, and a column definition. Here’s what the end result looks like in the simplest form:. The ExcelColumnDefinition.Create is kinda ugly, so you could create a small helper method for readability like this:. The ExcelCo...
derans.blogspot.com
Deran Schilling, Learner: Simple Way to Toggle on Hover with CSS
http://derans.blogspot.com/2012/08/simple-way-to-toggle-on-hover-with-css.html
Deran Schilling, Learner. Thursday, August 30, 2012. Simple Way to Toggle on Hover with CSS. Here’s a really simple way to toggle actions or more information to keep your pages clean. Posted by Deran Schilling. Simple Way to Toggle on Hover with CSS. Here’s a really simple way to toggle actions or more information to keep your pages clean. Blog comments powered by Disqus. Subscribe to: Post Comments (Atom). Going through life learning. View my complete profile. Code Samples from Posts.
derans.blogspot.com
Deran Schilling, Learner: January 2013
http://derans.blogspot.com/2013_01_01_archive.html
Deran Schilling, Learner. Monday, January 07, 2013. What to do when you are locked out of SQL Server. I was recently helping out a fellow Headspringer when we realized we were locked out of his local SQL Express installation. We just needed to start SQL Server in single-user mode, give rights to whatever users we want, and then start back in normal mode. Here’s what we did:. Launch SQL Server Configuration Manager (Run - SQLServerManager11.msc). Stop SQL Server (SQLEXPRESS) instance. Populate Dropdown wi...
nandogdenhu74.livejournal.com
Weekly Nexus Station 93 - nandogdenhu74
http://nandogdenhu74.livejournal.com/1676.html
Weekly Nexus Station 93. June 19th, 2009. This is is my hebdomadal nexus post and nbsp; It is here that I observe the website and stations that I hold come across that involvement me - whether it be linked to work or play. Ran across a good Listing of Really Useful Tools for CSS Developers. Dialogues about Dividing Tasks into Smaller Tasks to get the Work Done. Does some great points about the mistaking of demands in the development round in his station How Many Bedrooms Did You Say? Gives us a great Twi...
derans.blogspot.com
Deran Schilling, Learner: jQuery Check Mate Demo
http://derans.blogspot.com/p/jquery-check-mate-demo.html
Deran Schilling, Learner. JQuery Check Mate Demo. If in IE, click here to go straight to demo. For whatever reason the iframe doesn't work properly in a Google Page. Your browser does not support iframes. Go here to access demo. JQuery Check Mate Demo. If in IE, click here to go straight to demo. For whatever reason the iframe doesn't work properly in a Google Page. Your browser does not support iframes. Go here to access demo. Blog comments powered by Disqus. Subscribe to: Posts (Atom).
derans.blogspot.com
Deran Schilling, Learner: July 2012
http://derans.blogspot.com/2012_07_01_archive.html
Deran Schilling, Learner. Tuesday, July 31, 2012. Dynamically Generate Form with jQuery and ASP.NET MVC. Hopefully it’s obvious that you probably won’t need to do this very often, but when it’s needed, it’s nice to have available. I thought I’d share this little helper to dynamically create a form, append it to body, and submit it.without AJAX. Work with complex types. Typically view models are flat, so this works well most of the time. The ToQueryString method just calls the ToParameterList, adds a?
derans.blogspot.com
Deran Schilling, Learner: Making Prettier Forms: Converting Checkboxes into Images
http://derans.blogspot.com/2012/06/making-prettier-forms-converting.html
Deran Schilling, Learner. Monday, June 11, 2012. Making Prettier Forms: Converting Checkboxes into Images. A couple weekends ago I went to the Big Design Conference. Basically, I’m helping a friend with a small project, and the image below is what I wanted to create. If you buy Stephen Anderson's book "Seductive Interaction Design". You will see a similar form to the one above.primarily just the name and contact info stuff. By the way, I definitely recommend this book. Checkbox-in-focus – this clas...
SOCIAL ENGAGEMENT