Some features our users love: GOTO ANYTHING Use Goto Anything to open files with only a few keystrokes, and instantly jump to symbols, lines or words. Triggered with Ctrl+P,... Read More
Html/css
CK EDITOR AND ANGULAR JS Easy way to implement ck editor with angular js. CKEditor is a ready-for-use HTML text editor designed to simplify web... Read More
JQuery UI Datepicker with AngularJS How to use jquery ui calendar with angular js? Recently I found out it is not straight forward to use... Read More
Creating Modals with Bootstrap Modals are basically a dialog box that is used to provide important information to the user or prompt user to take... Read More
Google + Icon
1 min read
<html> <head> <title>+1 demo: Basic page</title> <link rel=”canonical” href=”http://www.example.com” /> <script type=”text/javascript” src=”https://apis.google.com/js/plusone.js”> </script> </head> <body> <g:plusone></g:plusone> </body> </html>... Read More
<object classid=”clsid:D27CDB6E-AE6D-11cf-96B8-444553540000″ codebase=”http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0″ width=”350px” height=”200px” title=”flashheader”> <param name=”movie” value=”Contact_us.swf”> <param name=”quality” value=”high”> <param name=”quality” value=”high”> <param name=”wmode” value=”transparent”> embed tag here…. </object>... Read More
Css to attach font from path
1 min read
@font-face { font-family: ‘NILKANTHNormal’; src: url(‘nilkanth-webfont.eot’); src: local(‘?’), url(‘nilkanth-webfont.woff’) format(‘woff’), url(‘nilkanth-webfont.ttf’) format(‘truetype’), url(‘nilkanth-webfont.svg#webfonth937w4SJ’) format(‘svg’); font-weight: normal; font-style: normal; }... Read More
