(Jennifer Kyrnin) Learn to build a simple HTML5 document and find out why HTML5 is the language you should know if you want to design and develop mobile applications.
Other News
A Monadic Pratt Parser in F#
(Matthew Manela) I recently read Beautiful Code which contains articles from several well known programmers about the code they consider beautiful. In Top Down Operator Precedence, Douglas Crockford discusses the Pratt Parser (named after Vaughan Pratt who wrote the paper on it), also known as the
Useful SharePoint Tips and Tutorials
(Arun Kumar) Microsoft SharePoint Products and Technologies (or MS SharePoint, for short) aims to help businesses and individuals with sharing and real-time collaborations. It is one of the best methods to create and maintain Intranets and CMS systems. Microsoft designed SharePoint to make it easier
Use Web services to separate concerns and for code reuse
(Justin James) The way we develop applications has to change at the architectural level. For too long, software developers have tried to separate logic and presentation in a completely ineffective manner, and the idea of code reuse has been an elusive target at best.
Table space types in DB2
(Angelo Mathews) Here in this blog we will look types of table space in DB2.
How Client-Side Validation Is Changing The Shape Of Server-Side Validation
(Ben Nadel) It used to be (and often times, still is) that when a user submitted a form in a web application, the entire page would be submitted to the server where it would be validated. Then, the form would either be re-rendered with user-friendly error messages; or, the user would be forwarded on
Does a STARTUP MOUNT verify datafiles ?
(Hemant K Chitale) There seems to be a misunderstanding that a MOUNT actually verifies datafiles.
Implement secure ASP.NET MVC applications
(Jovan Popovic) When you implement security in the web applications you will need to think about lot of security details. Some of the standard features you will need to implement are:
Consuming web service in console application
(Alok Pandey) Here I am creating a simple web service and using it in a console application. Using a web service in a console application is similar to using a web service in window application. At first, we create a web service.
Performance impact: a little business logic goes a long way
(Linchi Shea) I’m running into this little performance tuning pattern enough number of times that it is worth a special mention.
