Use Preview Bounds - check
My Blog 155 posts
notes & snippets
LiveReload - Chrome and Sublime Text
https://itprozesse.wordpress.com/2013/07/20/using-livereload-with-chrome-and-sublime-text-2/
https://itprozesse.wordpress.com/2013/07/20/using-livereload-with-chrome-and-sublime-text-2/
https://packagecontrol.io
https://packagecontrol.io/installation
- Emmet
- ColorPicker
- SideBarEnhancements
- HyperlinkHelper
https://packagecontrol.io/installation
- Emmet
- ColorPicker
- SideBarEnhancements
- HyperlinkHelper
The beautiful, open source front-end SDK for developing hybrid mobile apps with HTML5.
http://ionicframework.com
http://ionicframework.com
http://www.asp.net/whitepapers/mvc4-release-notes
<host factoryType="System.Web.Mvc.MvcWebRazorHostFactory, System.Web.Mvc, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
<host factoryType="System.Web.Mvc.MvcWebRazorHostFactory, System.Web.Mvc, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
delete from tblblogfeed where tid not in(select min(tid) from tblblogfeed group by actuallink)
delete from tblnewsfeed where tid not in(select min(tid) from tblnewsfeed group by originallink)
delete from tblnewsfeed where tid not in(select min(tid) from tblnewsfeed group by originallink)
http://stackoverflow.com/questions/21335136/re-enable-right-click-so-that-i-can-inspect-html-elements-in-chrome
window.oncontextmenu = null;
var elements = document.getElementsByTagName("*");
for(var id = 0; id < elements.length; ++id) { elements[id].oncontextmenu = null; }
window.oncontextmenu = null;
var elements = document.getElementsByTagName("*");
for(var id = 0; id < elements.length; ++id) { elements[id].oncontextmenu = null; }
Remove and ignore dreamweaver dwsync.xml files from your GIT repo
http://www.lazydada.com/2011-08-30/remove-and-ignore-dreamweaver-dwsync-xml-files-from-your-git-repo/
http://www.lazydada.com/2011-08-30/remove-and-ignore-dreamweaver-dwsync-xml-files-from-your-git-repo/
