Eclipse IDE shortcuts  

Posted by J.Naveen

If we are working on a tool or program, if we know the shortcuts then it will improve the way usage and it will improve the speed of work. the developer can work peacefully and he can concentrate on his work.
I am presenting you the list of Eclipse IDE shortcuts in two sections, the first one is having frequently used and the other section is having full list. Click here

The Title  

Posted by J.Naveen

ScribeFire Introduces Drag and Drop Ad support  

Posted by J.Naveen

ScribeFire
ScribeFire is a well known firefox plug-in blog tool, the blog user can create and edit his posts from scribeFire, actually this is integrated into the browser's window. Now this is introducing a new Darg-and -Drop support for advertising, allowing users to monetize their blogs with a minimum amount of effort. Now it allows the blogger to change the code modifications. ScribeFire can use a blogger’s credentials to place ads without having to manually embed anything. ScribeFire will draw from a number of ad services, using the ads with the highest CPMs in each slot, and users will be able to monitor their ad performance from a dashboard on ScribeFire’s site
TO Download ScribeFire

Digg Recommendation Engine Conformed  

Posted by J.Naveen

Digg Going to introduce a recommendation Engine to give most fine and related results along with your digg stories. yesterday it has released two videos about the Recommendation engine, Here we are going to see new options like most matches tab and Diggers like you. At diggers like you will get the related topics about our dugg story.

Video link for Digg Recommendation Engine

How the recommendation Engine works:
When it’s time to calculate your Recommendations, the Engine draws from this pool of matched Diggers. For each matched Digger, it computes a correlation coefficient between you and them. It then picks a cutoff for this correlation coefficient, and the Diggers who make the cut are called “Diggers Like You.”

Finding Diggers Like you:
The Digg Recommendation Engine uses your Digg history over the last thirty days to make Recommendations. (You can see the number of items you have Dugg over the last month on the right-hand side of the Recommended view.) Every time you Digg a story, the Engine matches you with other Diggers who Dugg the same story, and keeps track of all your Diggs in common with them.

So For more information you can visit Here

List of ways to add Ajax for JSF(Rich Web application with AJAX+JSF)  

Posted by J.Naveen in

Now every web application developer uses Ajax to make rich web application, now the Ajax got a great fame in the internet world, before some time back it was very hard to apply Ajax functionality for the Html components now it made easy by third party support. There are so many third party libraries are there to provide such a great functionality. Now there is no need to now the back end functionality, xmlHttp request and not even Java script programming only you need to know who is giving such kind of ready made Ajax enabled components.
To devolep a rich web application I prefer JSF frame work because it has more support, there are many third party libraries are there to add Ajax functionality.

Ways to add AJAX for JSF

Dynamic Faces:(You will get sun support)

This will give you an easy way to add Ajax functionality for JSF components.DynaFaces(official site). The beauty of the Dyna Faces is using JSF lifeCycle to apply the Ajax for the JSF components.
To get some tutorial and Lab Exercise go for javapassion

Ajax4Jsf:

This is also beatiful third party library for JSF, previously it has sun support now it moved to jboss.

MyFaces:

MyFaces is belongs to the Apache Organization so blindly we can consider this library, No need to bother about support because you will get enough support from the Apache.

RichFaces(a4j):

RichFaces is belongs to openSource, most of the time you can get readymade code and readymade components with Ajax capability. They are providing enough components, if you want to see the demo you can look at Demo

DWR(Direct Web Routing):

DWR is a RPC library which makes it easy to call Java functions from JavaScript and to call JavaScript functions from Java, So here you have to write down some code in your own in java script so this is little bit risk process but you will get more grip on your project.

JMaki:

jMaki is an Ajax framework that provides a lightweight model for
creating JavaScript centric Ajax-enabled web applications using Java, Jmaki is providing many Ajax enabled components we have to know the Jmaki frame work. This one also has sun support. Even you can create mash-up programs with this Jmaki. The Jmaki has IDE(Netbeans) support and Drag and Drop Components support.

There are many other libarbies are there to apply Ajax for JSF but I prefer only these, but if want more information about this visit here, this site is providing more information about this article.
digg story


Solution for the Date Problem in Aspire Template  

Posted by J.Naveen in

Sorry for inconvenience click for NUMBER OF WAYS TO ADD AJAX FUNCTIONALITY TO JSF

Most of the people are facing this date problem in the Aspire Templte, Actually the root cause of this problem is, the below link is not working properly
http://www.blogger.magznetwork.com/templates/mummys-note/changedate.js, thats why the browser is not able to get the changeDate function, so please follow these steps to resolve your Date problem.

Steps to solve:
First follow the ReadMe.txt which came along with the "brown-aspire-blogger-template.zip" file,

Here I am not able to write the tags, So I am made a screen shot please click on this image to see the step by step process, That image has greate quality.


Now save your template and click on the view blog link. If somebody wants only date they can change the last command from
document.write(day+month); to
document.write(day);
If anybody wants first month and then date means change the command from
document.write(day+month); to
document.write(month+day);

What Is Programming?  

Posted by J.Naveen in

Interesting debate on what programming really is and what it really does. Any thoughts?

read more | digg story