iText tutorial: Merge & Split PDF files using iText JAR
In previous article about Generating PDF files using iText JAR, Kiran Hegde had described a nice and basic way of generating PDF files in Java using iTest JAR. It is a great starter tutorial...
In previous article about Generating PDF files using iText JAR, Kiran Hegde had described a nice and basic way of generating PDF files in Java using iTest JAR. It is a great starter tutorial...
This weekend I hope you are not planning to do late night party!! Because you may miss your chance to get your much awaited facebook vanity url. Yes, now you can get yourself a...
Implementing Logout functionality in a form based authentication in J2EE website is straight forward. The session needs to be invalidated by calling request.getSession().invalidate() method. Thus in a simple servlet following code will be the...
Struts display tag library is an open source suite of custom tags that provide high-level web presentation patterns which will work in an MVC model. The library provides a significant amount of functionality while...
Autocomplete is a common feature available in lot of web tools and services. You will find lots of implementation of autocomplete features. Let us see how can we implement a simple Autocomplete feature for...
Sun Microsystems has announced its own version of Apple’s App store, The Java Store. As a part of the opening general session of JavaOne on Tuesday, Scott McNealy and James Gosling unveiled the Java...
Tagging the content has increased the searchability of content in todays Web 2.0 world. Also similar content can be grouped together by assigning them same tags. Tag Cloud has became a good way of...
Yesterday I wrote an article about a php method that can convert normal timestamp into “x Min Ago” like timestamps. I will call these type of timestamps an “agots“. Although the PHP method is...
Microsoft quietly launched its search engine Bing this sunday after presenting it in public last week. Following are few notable features. The Beta tag — Bing has been launched earlier than expected dates Beautiful...
While working on one of the forum project, I had to print the timestamp of a topic in format “N Seconds ago” or “X minutes ago”.! The Web 2.0 world have changed the way...