Archive for the ‘Technical’ Category
AJAX
AJAX (Asynchronous JavaScript and XML), or Ajax, is a web development technique used for creating interactive web applications. The intent is to make web pages feel more responsive by exchanging small amounts of data with the server behind the scenes so that the entire web page does not have to be reloaded each time the [...]
Filed under: Technical | Leave a Comment
iText, a Free Java-PDF Library
iText, a Free Java-PDF Library Text is a library that allows you to generate PDF files on the fly.iText is an ideal library for developers looking to enhance web- and other applications with dynamic PDF document generation and/or manipulation. iText is not an end-user tool. Typically you won’t use it on your Desktop as you [...]
Filed under: API, Opensource, Technical | Leave a Comment
Mind Map
Mind map – Wikipedia, the free encyclopedia A mind map is a diagram used to represent words, ideas, tasks or other items linked to and arranged radially around a central key word or idea. It is used to generate, visualize, structure and classify ideas, and as an aid in study, organization, problem solving, decision making, [...]
Filed under: Technical | Leave a Comment
Google Custom Search Engine – Site search and more Have a website or collection of sites you’d like to search over? With Custom Search Engine, you can harness the power of Google to create a search engine tailored to your needs. Create a search engine tailored to your needs * Include one website, multiple websites, [...]
Filed under: News, Technical | Leave a Comment
RSS
RSS – Wikipedia, the free encyclopedia RSS (which, in its most recent format, stands for “Really Simple Syndication”) is a family of web feed formats used to publish frequently updated content such as blog entries, news headlines or podcasts. An RSS document, which is called a “feed”, “web feed”, or “channel”, contains either a summary [...]
Filed under: Technical | Leave a Comment
PMD – Code Review Tool
PMD – PMD PMD scans Java source code and looks for potential problems like: Possible bugs – empty try/catch/finally/switch statements Dead code – unused local variables, parameters and private methods Suboptimal code – wasteful String/StringBuffer usage Overcomplicated expressions – unnecessary if statements, for loops that could be while loops Duplicate code – copied/pasted code means [...]
Filed under: Opensource, Technical | Leave a Comment
AndroMDA
AndroMDA.org – What is AndroMDA AndroMDA (pronounced “Andromeda”) is an extensible generator framework that adheres to the Model Driven Architecture (MDA) paradigm. Models from UML tools will be transformed into deployable components for your favorite platform (J2EE, Spring, .NET). Unlike other MDA toolkits, AndroMDA comes with a host of ready-made cartridges that target today’s development [...]
Filed under: Opensource, Technical | Leave a Comment
Web 2.0
O’Reilly Network: What Is Web 2.0 What Is Web 2.0 Design Patterns and Business Models for the Next Generation of Software by Tim O’Reilly 09/30/2005
Filed under: Technical | Leave a Comment
BitTorrent
BitTorrent – Wikipedia, the free encyclopedia BitTorrent is a peer-to-peer file sharing (P2P) communications protocol. BitTorrent is a method of distributing large amounts of data widely without the original distributor
Filed under: Technical | Leave a Comment
How to prevent Outlook from sending an email with a blank Subject line? Sometimes we forget to put the SUBJECT in the mails which we send. That could be deadly sometimes when you are communicating to the clients; to avoid such a situation, follow the steps below. There after when you send a mail without [...]
Filed under: Technical | 8 Comments