Evagoras Charalambous
Freelance Software Developer
  • Home
  • Blog
  • About me
  • Contact me
Formatting complex ASP output using HTML templates

Formatting complex ASP output using HTML templates

Posted in: Classic ASP|February 7, 20112 Comments

Mixing HTML and ASP code can be very difficult to maintain. Concatenating long strings in the code makes things difficult to read, and switching back and forth between ASP code and HTML can be very inefficient. Worst of all, you cannot use your HTML editor to edit the content presentation just as you usually do; you have to edit everything by hand. In this article we’ll see how to solve this issue using HTML templates.

Read more »
Web-based Content Editor using IFrame

Web-based Content Editor using IFrame

Posted in: Classic ASP|February 2, 2011No Comments

If you have ever used Hotmail’s Rich Text Editor and wondered how they do it, then this article will shed some light on that. An IFrame works like a frame but lives within your page, thus creating inline frames. Without the need of applets or ActiveX, it’s possible to use that and create an online content editor that resembles and works like your favorite word editor.

Read more »
The Windows 2000 Indexing Service

The Windows 2000 Indexing Service

Posted in: Classic ASP|February 1, 2011No Comments

Also known as Index Server, it catalogs your website, allowing your visitors to search against your content. This article goes through installing the Indexing Service on Windows 2000, pointing it to your web site, tuning it for speed and efficiency, showing you how to use it with some sample code against the ADO, and what to do if it fails.

Read more »

A Generic GetRows VBScript Class

Posted in: Classic ASP|January 26, 2011No Comments

The GetRows method of the ADO object is known to be the fastest way to fetch a recordset. By encapsulating the logic within a VBScript class, it’s possible to query your database and return your records to a local array in only 3 lines of code.

Read more »
«1234

Search

Categories

  • ASP.NET (11)
  • Classic ASP (10)
  • ColdFusion (8)
  • JavaScript (2)
  • Other (4)
  • Wordpress (1)

Recent Comments

  • Ben Nadel on Joining Images Diagonally
  • Evagoras Charalambous on Formatting complex ASP output using HTML templates
  • Helen Huxford on Formatting complex ASP output using HTML templates
  • Evagoras Charalambous on A ColdFusion weather custom tag
  • Rob on A ColdFusion weather custom tag

Popular Posts

  • A ColdFusion weather custom tag February 10, 2011
  • The dangers of using cfquery maxRows March 2, 2011
  • Formatting complex ASP output using HTML templates February 7, 2011
  • jQuery custom namespace attribute selectors used for filtering HTML February 28, 2011
  • Using jQuery and ColdFusion to collect emails July 15, 2011
Evagoras Charalambous © 2012. All content is the property of Evagoras Charalambous and evagoras.com