GT's Blog
Code snippets, technical articles, tips on computing and programming...
Pages
(Move to ...)
Type in Nepali Unicode Romanized - Convert Roman Nepali to Unicode Tool
▼
jQuery dom traverse - jQuery basic tutorial 5
›
5. jQuery Traversing through DOM jQuery is a very powerful tool which provides a variety of DOM traversal methods to help us select ele...
jQuery attribute manipulation - jQuery basic tutorial 4
›
4. jQuery Attributes Manipulation Some of the most basic components we can manipulate when it comes to DOM elements are the properties ...
jQuery selectors examples - jQuery basic tutorial 3
›
3. jQuery Selectors The jQuery library harnesses the power of Cascading Style Sheets (CSS) selectors to let us quickly and easily acces...
jQuery fundamentals - jQuery basic tutorial 2
›
2. jQuery Fundamentals jQuery is a framework built using JavaScript capabilities. So you can use all the functions and other capabiliti...
jQuery overview - jQuery basic tutorial series 1
›
jQuery Introduction : jQuery is a fast and concise JavaScript Library created by John Resig in 2006 with a nice motto: Write less, do more...
Check if a class extends another at Runtime : Java
›
Summary : If you want to know whether or not a Class extends another, use Class#isAssignableFrom(Class) Class#isAssignableFrom(Class) a...
superclass "javax.servlet.http.HttpServlet" not found on Java Build Path - solution
›
You might (normally) get the error following error on a dynamic java web project created through maven on Eclipse IDE. The solution is simpl...
Java Obsfucate Password - Replace with asterisk
›
Obsfucate password : Rreplace everything except first and last character by asterisk ( * ), if the password is less than ALLOWED_LENGTH ...
change maven local repository path - symbolic links
›
Let's suppose we want to change the local maven repo path (default : c:\users\user_name\.m2\repository ) to some other real folder - let...
using symbolic links on windows
›
Using symbolic links (MKLINK comand) on windows: Suppose we want to create a link of folder ' e:\source' to c:\target\bridge t...
‹
›
Home
View web version