(Matt Perdeck) Optimizing the way your site loads JavaScript, CSS and images files can greatly improve web site performance. The package presented here takes care of this optimization for you. It minifies CSS and JavaScript files and intelligently combines them. It also improves images loading, incl
Tag: Development
Rotate Ads using jQuery and ASP.NET AdRotator Control 18retweet
(Suprotim Agarwal) The ASP.NET AdRotator control is a useful control to randomly display advertisements on a webpage. However the ads in the adrotator control are rotated only when the user refreshes the page. In this article, we will use a single line of jQuery code to rotate ads using the adrotato
Event Handling in jQuery
(Bipin Joshi) In the previous part of this series I discussed how HTML DOM can be manipulated using jQuery.
PDFSharp: HTML to PDF in ASP.NET 3.5 using VB.NET
You might have read the introductory tutorial on PDFSharp: “ASP.NET 3.5 PDF Creation: Using the PDFSharp Library in VB.NET.” The article showed a basic way to create a PDF file out of your ASP.NET 3.5 environment using VB.NET script and the PDFSharp library.
ASP.NET MVC: Creating Custom HTML Helper Methods
(V.N.S Arun) In this article we will learn how to create custom HTML helper methods and the various ways of doing it in an ASP.NET MVC framework application. HTML helper methods play important role in developing the views of an ASP.NET MVC application.
ASP.NET MVC 3: Implicit and Explicit code nuggets with Razor
(Scott Guthrie) In today’s post I’m going to discuss how Razor enables you to both implicitly and explicitly define code nuggets within your view templates, and walkthrough some code examples of each of them.
DropDownList in the GridView – Keeping asp.net forms control in GridView
(SheoNarayan) In this article, I have described the ways of keeping DropDownList in the GridView and binding the data by preserving the default SelectedValue. Apart from DropDownList, I have also shown how to keep CheckBox, RadioButtonList, TextBox in the GridView and preserving the default data.
Twitter like character counter – jQuery version
(Bipin Joshi) My recent article titled Displaying a Character Counter for Multiline Textboxes shows you how to create a character counter like Twitter for multiline textboxes. The articles does so using ASP.NET AJAX client behavior. Here is a jQuery version of the code that does similar job. Note, h
Discarding Dependencies
(Karl E. Peterson) The world’s gone mad, it seems sometimes, with security concerns. Every time you turn on the radio, look at a newspaper, or can’t avoid listening to a politician, you will to read or hear all about all the latest threat(s) you really ought to be scared of.
Creating ColdFusion Proxy Components With ColdFusion 9’s GetFunctionCalledName()
(Ben Nadel) A couple of weeks ago, I started experimenting with ColdFusion 9’s new objectSave() and objectLoad() functions for serializing and deserializing objects. In that post, I was able to leverage getFunctionCalledName() – another new ColdFusion 9 function – for creating proxy components. Crea
