Windows Phone Best Youtube Client - TubeCast


This is one of the best online HD Video streaming app on the windows phone platform.


Tubecast is an incredible Youtube client and also displays your Youtube videos on the DLNA devices, Chromecast, Smart TV , Xbox & Xbox One... etc etc.



Some Features :

1 Download Youtube videos (Pause and Resume)

2 Login to your Youtube account and use all the features 
(subscribe, watch later, history etc.)
3 Play the sound of the video under lock and also in background while switching apps.
4 QHD(1440p) Full HD (1080p) SD (480p) 60fps





For more details check out this link,
http://www.windowsphone.com/en-us/store/app/tubecast/bee1728a-4c19-495e-86b2-ce13e4eaa6d4


































COOKIES VS SESSIONS


Some of my friends asked me to write on some basic differences between a Session and a cookie.
Both are little bit confusing, but easy to understand.
So, here they are



COOKIES SESSIONS
1. Cookies are small text files which are stored on our computer by web browsers1. Session are 32 bit variables which hold information about one user available to all pages of one application
2. Cookies can store string data type2. Sessions can store any data type
3. Cookies are stored at the client side3. Sessions are stored at the server side
4. Cookies are not secured, as they are stored in text-format4. Sessions are secured, as they are stored in binary format
5. Cookies can be disabled5. Sessions cannot be disabled
6. Cookies give no burden to server6. Sessions give burden to server, as servers need to handle them
7. Cookies are persistent and non-persistent7. Sessions are non-persistent, as its lifetime can be set manually.

















Responsive Web Site


A responsive web design is all about developing the websites in such a manner, which can automatically adjust their structures based on the size of the device which has opened them. Responsive Web Site looks really cool and easy to use.

INTRODUCTION


1. Bootstrap was developed by Mark Otto and Jacob Thornton at Twitter and were released in 2011. 
2. Bootstrap is an awesome front-end framework which makes the web development very easier and faster.
3. To create responsive web sites, Bootstrap can play a big role.
4. Bootstrap mainly includes HTML and CSS work for creating various web page elements like forms, buttons etc. It also has to include few JavaScript plug-ins.


Why should I use Bootstrap?

1. Bootstrap's major focus is on Responsive web development 
2. It makes everything compatible with all browsers
3. Very easy to use (No Rocket Science required)