See the Pen Animated SVG stroke-dasharray by Sten Hougaard (@netsi1964) on CodePen. I love that SVG can now be used inline in HTML. In case you do not know what it is, here is a brief description: Scalable Vector Graphics is a XML based format which allows you to use human readable text (tags) to Continue reading
snippet
Dynamicweb afsnits tekst editor – skabeloner og hvordan man anvender dem
Nu er der en visual studio code snippet til at lave templates (skabeloner) til Dynamicweb paragraph text editor og en god guide (på engelsk) som gennemgår installation og med et eksempel. Så nu er det bare at huske det når man implementerer Dynamicweb løsninger! :-) Code snippet for creating template for the #dynamicweb paragraph texteditor Continue reading
jQuery Code Snippets for Visual Studio 2010
If you are working with Visual Studio 2010 and do frontend development using jQuery, you can find a very usefull package of 131 jQuery code Snippets! You can find them here: http://jquerysnippets.codeplex.com/documentation?referringTitle=Home
Snippets: Dynamicweb snippets
If your are working a lot with the Dynamicweb CMS system you will find these snippets very handy! I have allready been published a very useful “eval window” snippet, where you can see a description about how to “install” it in your browser. Below are five other snippets targeted for users of Dynamicweb CMS. I Continue reading
Snippet: eval window
Here is a very usefull javascript snippet which you can put in a link in your (MSIE) browser. It opens a new window from where you can execute javascript in the context of the parent window. Very usefull! Here is the snippet code: javascript:void(eval("var s = '<script type=\"text/javascript\">function doEval(s) { opener.eval(s); }</script>';s+='<textarea rows=10 cols=80 id=source></textarea><br Continue reading