Archive of jQuery
-
Links for EPiServer Developers – #2
Posted on March 12, 2011 by Frederik Vig in ASP.NET, EPiServer, Web designIf you have any link suggestions please email me at: frederikvig@hotmail.com. Security web.config Security Analyzer - onlien and offline tool for checking your sites web.config for security vulnerabilities ASP.NET Create PDF document using iTextSharp in ASP.Net 4.0 and MemoryMappedFile RazorEngine -...
Continue reading this entry → -
Links for EPiServer Developers – #1
Posted on February 9, 2011 by Frederik Vig in ASP.NET, EPiServer, Web designFirst post in a new series where I'll post a list of links to useful resources for EPiServer developers. If you have any link suggestions please email me at: frederikvig@hotmail.com. Security Web Application Configuration Security Revisited - useful security checklist...
Continue reading this entry → -
Avoiding conflicts when using jQuery and EPiServer Composer
Posted on October 25, 2010 by Frederik Vig in EPiServerOn a customers site today I had some JavaScript errors when using Composer on page edit. After firing up Firebug to inspect the errors I saw that Composer is using Prototype, which is another popular JavaScript library, that also...
Continue reading this entry → -
EPiServer Dropdown CheckList Property
Posted on August 28, 2010 by Frederik Vig in ASP.NET, EPiServerToday I wanted to create a custom property in EPiServer that uses a dropdown list where the user can select multiple options. In HTML you have the select element which when having the attribute multiple="multiple" actually does what I want,...
Continue reading this entry → -
Backup plan when loading the jQuery library from CDN
Posted on April 20, 2010 by Frederik Vig in JavaScriptIn most of my project I load the jQuery library from a CDN, either Google or Microsoft. This ensures that my page will load faster for my visitors, since the jQuery file will get sent to them from...
Continue reading this entry → -
Detecting Ajax requests on the server
Posted on April 6, 2010 by Frederik Vig in ASP.NET, JavaScriptIf you use jQuery or ASP.NET AJAX you can easily detect Ajax requests on the server by simply checking for the HTTP_X_REQUESTED_WITH HTTP Header. Both libraries automatically add this to the HTTP Header when they send a request. Here's a little...
Continue reading this entry → -
Font resizing and printing with jQuery
Posted on October 27, 2009 by Frederik Vig in JavaScript, Web designYou've probably seen the three A's on various websites, especially public sector websites; that you can click on to increase the font size on the web site. I'm personally not a huge fan of those. In my opinion it is...
Continue reading this entry → -
Extending search field with suggestion box
Posted on September 17, 2009 by Frederik Vig in ASP.NET, Code Snippet, EPiServer, JavaScriptDisclaimer: In this example I've kept the code simple to make it easier to read and to give you an idea of how you might approach something like this with EPiServer. This code should not be used in production scenarios...
Continue reading this entry → -
ASP.NET web forms and jQuery Thickbox plugin
Posted on July 13, 2009 by Frederik Vig in ASP.NET, JavaScriptUpdate Thickbox is no longer supported. Use another of jQuery's overlay/lightbox plugins. This post will remain for legacy purposes only. I'm very found of jQuery, and use the Thickbox plugin a lot in my project. I've not used...
Continue reading this entry →