• Privacy Policy
  • Contact Us
  • Disclaimer & Credits
MENU
Instant Kick

Technology, Trend and Tools

Menu
  • Home
  • Top Tags
    • Java
    • How To
    • Tools
  • Resources
Archive for 2012

Difference between Abstract Class and Interface

Shell RS 26.12.12 2 Comments
Shell RS
Abstract class and interface have similarities. However both are quite different in behavior and usages. This made me to writing this artic...

What, Why and How of Big O Notation : Part II

Shell RS 11.8.12 Add Comment
Shell RS
In my last post What Why of Big Oh Notation , I covered FAQ about the Big-Oh. In this post, you'll know more general concepts about th...

What, Why and How of Big O Notation?

Shell RS 3.8.12 Add Comment
Shell RS
This article gives a very high level of explanation, if you are looking for more detailed, please explore Wikipedia. What is Big O Notatio...

How Newsgrape can help you to enjoy your time?

Shell RS 26.7.12 2 Comments
Shell RS
As a reader many times, you might have thought of having a single platform to have all news/stories, you are interested in. Similarly, if y...

Spring Bean basic concepts simplified

Contributor 24.7.12 Add Comment
Contributor
- Java Beginners Spring IoC container can manage more than one bean. Beans are created with details provided via metadata configurat...

Social Media funny comments and Marissa Mayer - Yahoo CEO

Shell RS 17.7.12 Add Comment
Shell RS
The day 16-Jul-2012, Marissa Mayer former Google VP (Employee #20) was announced to be the new CEO of Yahoo!, a person responded on her Goog...

HTTP Refresher Part II - Request and Response

Unknown 15.7.12 Add Comment
Unknown
In last article HTTP Refresher , I covered the basic of HTTP protocol. In this article, I am covering the HTTP request and HTTP Response. I...

HTTP Refresher

Shell RS 6.7.12 Add Comment
Shell RS
In this article, I'll try to cover the points that shows how a HTTP protocol works. Before moving into detail, I'll cover the basic...

Power Searching with Google Course

Shell RS 28.6.12 2 Comments
Shell RS
It is always fascinating when your peer/friend/relative find something in google search but you miss because searching is an art based on k...

NoMachine NX Tricks

Shell RS 27.6.12 Add Comment
Shell RS
NX Client is being used to access the remote linux machines in GUI mode. Sometime back, I faced one issue - I was not allowed to login to ...

How to resolve jQuery conflict with other script code

Shell RS 14.6.12 Add Comment
Shell RS
Using jQuery with other javascript code that also uses $ as alias, may break one of your script code. To resolve the conflict, jQuery provid...

Blogger blogspot redirect to a country specific URL

Shell RS 10.6.12 2 Comments
Shell RS
Do you want to stick to [yourblog].blogspot.com domain URL and don't want Blogger to redirecting to a country specific URL like [yourb...

IPv6 launched on June 06,2012

Shell RS 6.6.12 Add Comment
Shell RS
Finally, today (06-Jun-2012), IPv6 is launched and deployed by many of the major Internet companies like Google, Yahoo!, Facebook, MS Bing, ...

Twitter is down in India (Bharat)

Shell RS 26.5.12 2 Comments
Shell RS
Today, in morning when I tried to open the twitter following image popped up and kept my eyes wide opened. Take a look:

Java Best Practices, Code Conventions and Style Guide

Shell RS 20.5.12 1 Comment
Shell RS
It is always important to follow the best practices for coding style and conventions. Following are the two best places to know the about th...

Weblogic Tips & Tricks

Shell RS 29.4.12 Add Comment
Shell RS
How many time, you would have seen that when you use any terminal window (like Putty) to connect to Unix/Linux/Solaries when you start W...

Historical Day to protest against SOPA & PIPA

Shell RS 19.1.12 Add Comment
Shell RS
Since, US started to consider the implementation of PROTECT IP Act (PIPA) in the Senate and the Stop Online Piracy Act (SOPA), many websi...

Google Good to Know

Shell RS 18.1.12 Add Comment
Shell RS
Google Good to Know tries to educate the non-techi users about safe and secure web surfing. You can find videos and other interactive way ...

Display and Print Web page long formatted text taken from the textarea

Display and Print Web page long formatted text taken from the textarea

Shell RS 11.1.12 Add Comment
Shell RS
How many times you have faced the issue that user has put lots of data in text area either from copy paste from the Word document or past...

Have conflict with manager, how to deal it?

Shell RS 6.1.12 Add Comment
Shell RS
The biggest mistake, Sam had done is to put his view aggressivly to his manager who he feels not capable or not having enough qualities to l...

Get Grinder on roll – Setup Guide

Shell RS 4.1.12 Add Comment
Shell RS
Setting up the Performance testing open source tool Grinder is pretty simple, you need to do the followings to get it on roll:

Subscribe to: Posts ( Atom )

Book Review: Mastering Microservices with Java

Though micro services concept is not new, it has created a huge buzz in recent year. It is difficult to buy a book that explains micro serv...

Popular

  • How to implement Web Application Basic Authentication in Weblogic
    How to implement Web Application Basic Authentication in Weblogic
  • Starting, Stopping and Querying services using Java
    Starting, Stopping and Querying services using Java
  • How to change the Weblogic Admin User password if you dont know the current password
    How to change the Weblogic Admin User password if you dont know the current password
  • Weblogic autodeploy issue
    Weblogic autodeploy issue
  • How to resolve jQuery conflict with other script code
    How to resolve jQuery conflict with other script code
  • weblogic.deploy.internal.adminserver.DeploymentManager.getPendingDeploymentsForEditLockOwner
    weblogic.deploy.internal.adminserver.DeploymentManager.getPendingDeploymentsForEditLockOwner
  • NoMachine NX Tricks
    NoMachine NX Tricks

Recent

Comment

Profile

+Shell RS is a post graduate in computers applications, a software developer, vivid reader and part time blogger. He has been enjoying Web Surfing for last 14+ years. He loves music, movies, animals and greenery.

@postshell
Google+
Follow me on Blogarama

Tags

Java how-to Review News Tools Weblogic reference Google Linux Exception Blog Management Algorithm Assertiveness CSS Conflict Management EJB HTML Humor Performance Spring Websphere pebble roller
DMCA.com
✖
Message for you!

Instant Kick welcomes you!

Please help spread the word. Like us on facebook, +1 on Google+ or share your comment.

We are open to feedback, please share your valuable feedback via Contact Us link.

* We are also looking for guest posts!

Contribute to Instant Kick

Do you want to write for Instant Kick? You can also be a guest writer for Instant Kick.

InstantKick over the years

  • ►  2019 ( 2 )
    • ►  June ( 2 )
  • ►  2016 ( 2 )
    • ►  November ( 1 )
    • ►  July ( 1 )
  • ►  2015 ( 1 )
    • ►  November ( 1 )
  • ►  2014 ( 1 )
    • ►  September ( 1 )
  • ►  2013 ( 3 )
    • ►  March ( 1 )
    • ►  February ( 2 )
  • ▼  2012 ( 21 )
    • ▼  December ( 1 )
      • Difference between Abstract Class and Interface
    • ►  August ( 2 )
      • What, Why and How of Big O Notation : Part II
      • What, Why and How of Big O Notation?
    • ►  July ( 5 )
      • How Newsgrape can help you to enjoy your time?
      • Spring Bean basic concepts simplified
      • Social Media funny comments and Marissa Mayer - Ya...
      • HTTP Refresher Part II - Request and Response
      • HTTP Refresher
    • ►  June ( 5 )
      • Power Searching with Google Course
      • NoMachine NX Tricks
      • How to resolve jQuery conflict with other script code
      • Blogger blogspot redirect to a country specific URL
      • IPv6 launched on June 06,2012
    • ►  May ( 2 )
      • Twitter is down in India (Bharat)
      • Java Best Practices, Code Conventions and Style Guide
    • ►  April ( 1 )
      • Weblogic Tips & Tricks
    • ►  January ( 5 )
      • Historical Day to protest against SOPA & PIPA
      • Google Good to Know
      • Display and Print Web page long formatted text tak...
      • Have conflict with manager, how to deal it?
      • Get Grinder on roll – Setup Guide
  • ►  2011 ( 14 )
    • ►  December ( 7 )
    • ►  November ( 7 )
Copyright © 2011-2016 Instant Kick . Reproduction without explicit permission is prohibited. All Rights Reserved. Template by Arlina Design
Powered by blogger