-
Artificial Intelligence – Adversarial Learning
Using the latest trend in artificial intelligence – adversarial learning – Samsung’s AI Center in Moscow has demonstrated that it…
-
Start with self-belief
Persistence pays Take risks, do not be reckless It’s not about ideas. It’s about making ideas happen They don’t talk,…
-
Web Beacons or Web Bug : What are they ?
A web bug/beacons is an object that is embedded in a web page or email and is usually invisible to…
-
Internationalization (i18n) and Localization (l10n)
You might have seen these keywords in Project Design Docs. Lets understand their significance. Internationalization (i18n) Internationalization is often written…
-
WeakReference and WeakHashMap in Java
Weak Reference : An Object will not be garbage collected if one or more reference exits. This is not true…
-
Responsive Web Design (RWD)
From Wiki Responsive web design (RWD) is a web design approach aimed at crafting sites to provide an optimal viewing…
-
Native Keyword / Calling C Program From Java
You might have seen in Java API many methods are using native keyword. Lets understand them. The native keyword is…
-
JavaScript Utility
Below are few Java Script methods to help you. Debugging in JavaScript: Debugging in JavaScript is now become easier with…
-
Twitter Bootstrap
From Wiki Bootstrap is a free collection of tools for creating websites and web applications. It contains HTML and CSS-based…
-
Ant Build Tool : Quick Notes
Ant Script for JAVA Developers 1) Simple Ant Script for Clean , Compile and jar generation adding Manifest information to…