Colors Of Bliss

Creativity in a Nutshell

Responsive youtube video on the webpage

http://stackoverflow.com/questions/17456308/how-can-i-make-youtube-video-responsive-along-with-background-image

November 27, 2012 · Leave a comment

Default Value for Input text button

Using Javascript <input type=”text” value=”email@abc.com” name=”Email” id=”Email” onblur=”if (this.value == ”) {this.value = ’email@abc.com’;}” onfocus=”if (this.value == ’email@abc.com’) {this.value = ”;}” /> Using HTML5 <input id=”Email” name=”Email” type=”text” value=”email@abc.com” placeholder=”What’s … Continue reading

November 27, 2012 · Leave a comment

Online tool for Screen Test, Site Map and Wire frame Generation

Here’s an amazing online tool for to Test your website against any devices, Building Wire Frames and Site Maps Link: https://quirktools.com/ Screen Test: https://quirktools.com/screenfly/ Site Maps: https://quirktools.com/smaps/ Wireframes: https://quirktools.com/wires/ Screen … Continue reading

November 27, 2012 · Leave a comment

Technique to make youtube videos responsive

http://stackoverflow.com/questions/17456308/how-can-i-make-youtube-video-responsive-along-with-background-image

November 27, 2012 · Leave a comment