Evagoras Charalambous
Independent IT Solutions Provider
  • Home
  • Blog
  • Contact me
Home » Blog » Other

Printing table headers on every page

By: Evagoras Charalambous|Posted in: Other|February 10, 20116 Comments

Long tables that run over more than one page when printed do not display their headers on all printed pages, just the first one. It is possible though, with a few HTML and CSS hacks to get them to display on all printed pages.

Read more »
Improving an XML feed display through CSS and XSLT

Improving an XML feed display through CSS and XSLT

By: Evagoras Charalambous|Posted in: Other|February 10, 20116 Comments

XML feeds, though useful, are boring to look at in a browser because they are simple XML files. It’s possible though to make them easier on the eye, and in this article we’ll look at two ways of doing that. First, we’ll use simple CSS properties to format each XML node, and then we’ll use a little more complex but much more powerful XSL transformation.

Read more »
Identity fields in Oracle and SQL Server

Identity fields in Oracle and SQL Server

By: Evagoras Charalambous|Posted in: Other|February 10, 20112 Comments

While it may be relatively easy to create an incrementing and unique identifier inside a table in SQL Server, things get tricky with Oracle. In this article, we’ll see the differences between the two databases and offer a way of solving the problem.

Read more »
Exporting Word files to HTML

Exporting Word files to HTML

By: Evagoras Charalambous|Posted in: Other|February 10, 201110 Comments

In this article we will first discuss the case for and against using Word as your HTML editor. Then we will see how to properly save a Word file to smaller, more compact HTML files. Third and last, we will see how to do this through code, and possibly create a batch process for converting numerous Word files to HTML at once.

Read more »

Search

Recent Comments

  • Evagoras Charalambous on Calling MS Access Parameterized Queries from ASP
  • Steve John on Calling MS Access Parameterized Queries from ASP
  • Evagoras Charalambous on Downloading any file using ASP, FSO and the ADODB Stream object
  • Neil Johnston on Downloading any file using ASP, FSO and the ADODB Stream object
  • Evagoras Charalambous on Downloading any file using ASP, FSO and the ADODB Stream object

Categories

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

RSS Feeds

  1. RSS 2.0 Feed
  2. Atom 0.3 Feed
  3. Comments Feed

Follow me on

Follow me on FacebookFollow me on GooglePlusFollow me on LinkedInFollow me on Twitter

Popular Posts

  • Downloading any file using ASP, FSO and the ADODB Stream object

    In this article, we will see how to allow a user to download any file from our web server. They will see a prompt, givin...

  • Formatting complex ASP output using HTML templates

    Mixing HTML and ASP code can be very difficult to maintain. Concatenating long strings in the code makes things difficul...

  • Exporting Word files to HTML

    In this article we will first discuss the case for and against using Word as your HTML editor. Then we will see how to p...

  • A ColdFusion weather custom tag

    This custom tag will allow you to easily add a weather control to your website. Using the XML data feeds from weather.co...

  • Printing table headers on every page

    Long tables that run over more than one page when printed do not display their headers on all printed pages, just the fi...

Evagoras Charalambous © 2012. All content is the property of Evagoras Charalambous and evagoras.com