Thursday, December 6, 2012

SQL vs NoSQL or Relational DB vs non-Relational DB

There are numbers of debate about SQL or NoSQL what I don't want to write again. I should clarify this doesn't mean not to use query language. It's all about relational databases which are MySQL, Oracle and Microsoft SQL and non-relational databases which are MongoDB and CouchDB comparison.

I'm happy to share with you a youtube video recorded in Google I/O 2012. It's not boring and they explain in a funny way with great presentation.

Tuesday, December 4, 2012

Code Beautifier

It's always good to minify javascript and css files in order to decrease page size and response time. But this makes curious developer's life difficult. Like me! Here are two nice online tools to make your js and html codes readable.

http://ctrlq.org/beautifier/ 

http://jsbeautifier.org/

Saturday, April 7, 2012

Most Known Login forms

If you look at the login forms from the point of developer view, you can see differences among login forms people uses everyday. These forms have same aim; to provide user interface which helps end users to sign in and validate their credentials.

I investigated all well known and used login forms; google, twitter, facebook, delicious and nowadays pinterest.  I created standalone web page and css files so you can easily implement it or know some advanced techniques.

To read more and download all login forms with standalone css files click the link below :
http://code.technolatte.net/LoginForms/default.htm


facebook login forms

google login forms

pinterest login forms

tumblr login forms

twitter login forms

Wednesday, February 29, 2012

Windows 8 Consumer Preview

As of today , in Barcelona, Windows 8 Consumer Preview has been announced and available for download Windows 8 Consumer Preview.

If you like to install Windows 8 Consumer Preview on virtual PC, you can download ISO images.


There are lots of news on internet today, if you want to read more you can check following links where you can find further information :






Windows 8 Consumer Preview Official Demo

Monday, February 27, 2012

Switch Control jQuery Plug-in

Switch Control is a jQuery plug-in which displays two options to user to select like switch control in iOS application. By using Switch Control, you can easily customize Switch Control according to your needs.

After import the SwitchControl.js to your web page. You can implement Switch Control with following statement :
$("#ElementId").switchControl(); 
In order to know further details please click to read more.
Click to see the demo page.