Jquery is write less and do more…. If you haven’t used Jquery yet, go get it right now from here
Believe it or not, but finding good plugins from the jungle of many plugins is really difficlt. Here few of articles will help you to identify good plugins that you will always like to use.
* Let the page load completely to use the demos
- Example 1 :Mask Input fields
Just click mouse in any one of the field below and try typing different values. See how nicely it validates the fields. You can create your own masking formats with regular expressions.
Read the rest of this entry »
What is jquery?
A example is more worth than 100 words
how many lines of code you might need to achieve this?
Answer: Only four lines and that too without knowing any regular expressions….. Yes. Using a library called jquery and its validate plugin. Code is shown below.
-
$.validator.setDefaults({
-
submitHandler: function() { alert("submitted!"); }
-
});
-
-
$().ready(function() {
-
// validate the comment form when it is submitted
-
$("#commentForm").validate();
-
});
Below are some good design examples of what you can achieve using jquery.
If you have came across any nice implementation of Jquery, let me know through comments. I will like to update my list.
If you are a new visitor to Pune, knowing bus routes might be difficult job for you. Same is with puneites when they want to travel in area other than their own. Remembering all these routes and buses is not quite difficult job.
How about knowing bus routes available between your source and destinations?
How about even knowing fare if you follow different routes?
How about knowing even distance?
How about knowing routes when no direct bus is available between these to places?
No worries!!! PMT site is having facility for you. Now you can search all available buses between two stops. I don’t know why they never made marketing of such a nice feature. Now before leaving for any new destination visit below site to know all buses available on the route.
http://www.pmtpune.org/HTML/Routes/routes.asp
This article is in continuation with my last article. At last article I introduced you with CMMI. Here we will see more details to understand CMMI Model.
(if you are very new to CMMI you can directly jump to read what does each level of CMMI mean)
CMMI Model -
A CMMI model contain multiple Process Areas (PAs). Each Process Areas (PAs) contains several practices grouped under goals. Practices are goals applicable to individual PA are called as specific goals and specific practices. In addition to this there are some practices and goals applicable to all PAs. They are called as Generic Goals and Generic Practices. A PA has 1 to 4 goals, and each goal is comprised of practices. Below picture should give an idea of what I am talking about.

Read the rest of this entry »
March 21st, 2009 in
General |
3 Comments
Last 2 weeks I was busy with CMMI Appraisal of our company. I was one of the Appraisal Team Member (ATM) to evaluate organization processes against CMMI framework and institutionalization of these processes across organization.
This was my second opportunity to work as ATM. During these last 3 years I found that many developers are interested to know what is CMMI but they don’t get any easy reference. So I thought to write about some basics of CMMI.
Capability Maturity Model® Integration (CMMI) provides organizations with the essential elements of effective processes. This model helps organization to form effective processes. Point to note is CMMI model is not a process, it describes characteristics of effective processes.
Capability - A capable process consistently produces output that is within specifications. Execution of capable process always gives predictable results. In simple words say your organization has certain process for estimating efforts of projects. A capable estimation process will give same results even if you follow process mutiple times with same inputs.
Read the rest of this entry »
March 8th, 2009 in
General | tags:
c,
CMMI,
What is CMMI |
No Comments
Many times we see layouts or sample pages having dummy content starting from “Lorem Ipsum”. Just out of curiosity I thought to search over internet and got interesting information.
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s.
Why designers use it?
It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using ‘Content here, content here’, making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for ‘lorem ipsum’ will uncover many web sites still in their infancy.
Read the rest of this entry »
March 3rd, 2009 in
General | tags:
Lorem ipsum |
No Comments