Evagoras Charalambous
  • About me

Printing table headers on every page

February 10, 2011|Other Coding10

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

February 10, 2011|Other Coding7

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

February 10, 2011|Other Coding2

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

February 10, 2011|Other Coding14

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 »

Categories

  • ASP.NET (11)
  • Classic ASP (10)
  • ColdFusion (17)
  • JavaScript (2)
  • Life (1)
  • Other Coding (4)
  • Wordpress (3)

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...

  • Downloading any file to the browser – Part II: using ASP.NET

    Following an article on how to do this using ASP 3.0, we'll see how to accomplish the same effect using ASP.NET. Using s...

  • 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...

  • How to handle and customize an empty search query in WordPress

    There is a way to bypass the default Wordpress functionality which displays the home page's children when a user submits...

  • How postback works in ASP.NET

    In this article, we will take a closer look at how ASP.NET pages post back to themselves, and how to customize this feat...

Tag Cloud

addnew attributes cdonts cell checkbox class classic ASP coldbox ColdFusion color commandbox custom custom tag diagonal directory download email files folder folders forgebox format getrows headers indexing service Java javascript jQuery metrics output qb query row site sql stream structure System.IO.DirectoryInfo table templates update view windows wordpress xml
Design inspired by the most prolific blogger I know.