Solving tech problems

How to submit form in jQueryMobile?

Programming

jQuery Mobile is excellent framework and I was trying to figure out why postback of my web form is not working properly and I finally found out that jQuery Mobile use ajax in passing forms so you need to add parameter data-ajax=”false”. It is better to read documentation sometimes.

Best new web technologies

Technologies

Creating modern website od SaaS service requires you to be familiar with a lot of new technologies such as: HTML 5 WebGL and 3D effects – look at these super nice examples jQuery (best popular JS library for easy front-end programming) CSS 3 (and it’s extensions: Sass or LESS) Responsive design frameworks (“One site to rule them all”): Foundation, Gumby, Bootstrap, Unsemantic, Skeleton Non-relation datastores or NoSQL such as MongoDB AJAX Delegated authentication & authorization, using OAuth, used by popular services such as Facebook, Twitter, Google & LinkedIn REST-ful paradigms…read more