How to pass data in neutral way in C++

I have often thought what would really be the easiest, efficient (in terms of coding, performance, storage) way of passing data across a network or even just among several software applications.

Different solutions have been available depending on different applications. The current trend of using XML as a universal way to pass around data has been widely accepted.

Read more of “How to pass data in neutral way in C++” »

Round Corner Borders using CSS without Images

Using round cornered borders or nifty corners on your web pages instead of those pointed, sharp cornered borders are always a welcome addition when creating your web site. I’m not much of a graphics guru or a top-notch web designer so I went on a quest to find out how to create borders using nifty corners.

Read more of “Round Corner Borders using CSS without Images” »