(Richard Carr) Scheduling software can be used to plan future appointments, including those appointments that repeat on a regular basis. This article describes a library with four types of scheduling rule and the potential for additional rules to be incorporated.
Tag: Development
A Small Tabbed Information Box Using jQuery and CSS
(Sapna) This article will show you how to create a small tabbed information box using jQuery and CSS step by step. Many web sites use tab-based content as a way to save space in a web page. Tabbed content is a great way to handle the space issue and has been widely used in web sites.
JavaScript Method Context With Circular Invocation In Conjunction With Call() Or Apply()
(Ben Nadel) In JavaScript, you can change part of the execution context using the call() and apply() methods. These allow you to explicitly define the binding of “this” at the time of method invocation.
Practical Approach of Accessing Data From the User Control in ASP.NET
(Lajapathy Arun) This article shows how to access User Control data from the web page. In other words, how to pass data from a User Control page to the Default.aspx page.
Partial Views in ASP.NET MVC 3
(Suprotim Agarwal) A Partial View is a reusable fragment of content and code that can be embedded in another view and improves the usability of a site, while reducing duplicate code.
Using Python Tools for Visual Studio
(Paul Ferrill) Microsoft has traditionally shown limited support for most open-source languages. The IronPython project was one of the first to crack open the door, making it possible for other languages like PHP and Ruby to sneak in as well. While IronPython and IronRuby have diminished somewhat, t
Reflecting Nested Type Information
(Richard Carr) The tenth part of the Reflection tutorial moves away from the reflection of type members and looks are the reflection of nested classes and structures. This article explains how the nested types within a class can be obtained for further interrogation.
ColdFusion 10 – Looping Over Queries Using A For-In Loop In CFScript
(Ben Nadel) Yesterday, I campaigned against using ColdFusion 10’s dynamic “query” attribute in the CFLoop tag. That said, I am really excited that CFScript now supports FOR-IN looping for queries. This creates complete uniformity in CFScript for looping over queries, arrays, and structs.
Visual Studio 11 – Awesome New Features for Web Developers
(Sumit Maitra) The Visual Studio 11 Beta along with the latest .NET framework 4.5 has been out for about two months now and there are a slew of really good features that aligns with Microsoft’s goal of ‘Developer Happiness and Productivity’. In this article we will focus on the Web Developer specifi
Writing asynchronous HTTP Module in ASP.NET 4.5
(Brij) Today again, I am going to discuss , one of the new features that got enhanced in ASP.NET 4.5. And It is Asynchronous HTTP Module . And it’s going to be very useful if used meticulously.
