codenaut.blogspot.com
CodeNaut: May 2013
http://codenaut.blogspot.com/2013_05_01_archive.html
Friday, May 3, 2013. How to find out the unix system / server architecture type? Links to this post. Subscribe to: Posts (Atom). I hang out in StackOverflow. A List of Software Patterns. JAVA EE Patterns 1. BalusC - Awesome JSF Blogs. Simple template. Powered by Blogger.
codenaut.blogspot.com
CodeNaut: September 2012
http://codenaut.blogspot.com/2012_09_01_archive.html
Tuesday, September 18, 2012. How to Avoid Getter and Setter Methods in JAVA, JSF and any POJO's. Java utility helps to avoid getter and setter methods in java, especially in JSF and any POJO's. After Installing it (very simple 2 click process) and add the same jar to your project's classpath. Here is an example of how to avoid getters and setters in java using lombak.jar , scala does that but just to avoid getters and setters this utility is more than enough. Public String name;. Public int age;.
codenaut.blogspot.com
CodeNaut: Hadoop Tutorial
http://codenaut.blogspot.com/2011/12/hadoop-tutorial.html
Wednesday, December 28, 2011. Hadoop Tutorial This tutorial includes the following materials designed to teach you how to use the Hadoop distributed data processing environment: Hadoop 0.18.0 distribution (includes full source code) A virtual machine image running Ubuntu Linux and preconfigured with Hadoop VMware Player software to run the virtual machine image A tutorial which will guide you through many aspects of Hadoop's installation and operation. Hadoop Tutorial - YDN. Shared via Firefox Share.
codenaut.blogspot.com
CodeNaut: MySQL Group_concat (transposing rows into columns)
http://codenaut.blogspot.com/2012/03/mysql-select-into-groupconcat.html
Monday, March 12, 2012. MySQL Group concat (transposing rows into columns). To find out the columns in a table in mysql where you might need it programatically. You can use the information schema. SELECT group concat(column name) as columnNames. FROM information schema.columns. TABLE NAME` = 'EMPLOYEE TABLE'. This would produce the output as a single row instead of columns. EMP ID,EMP NAME,EMP AGE. Http:/ dev.mysql.com/doc/refman/5.0/en/group-by-functions.html#function group-concat. JAVA EE Patterns 1.
codenaut.blogspot.com
CodeNaut: Improving Website Performance without fixing code!
http://codenaut.blogspot.com/2013/12/improving-website-performance-without.html
Friday, December 6, 2013. Improving Website Performance without fixing code! Google's pagespeed is a component that can be deployed on an nginix or an apache server that compresses and caches web static resources such as css / js files and modifies header instructions on the fly to enable browser caching. Https:/ developers.google.com/speed/pagespeed/. I hang out in StackOverflow. A List of Software Patterns. JAVA EE Patterns 1. BalusC - Awesome JSF Blogs. Simple template. Powered by Blogger.
anandtips.blogspot.com
Anand Tips: Google OS Set To Explode Next Week
http://anandtips.blogspot.com/2009/11/google-os-set-to-explode-next-week.html
Good collection of tips and articles. Google OS Set To Explode Next Week. Google and it's record breaking industrial complex within the search engine world, has broken many barriers by creating interesting new products which fans go mad about. They first exploded with the search engine in 1998, and since then have not only become a giant worldwide in just indexing, but a well oiled machine in the software world as well. Google did not stop there. Google for the last year, have been implementing "Andr...
anandtips.blogspot.com
Anand Tips: November 2009
http://anandtips.blogspot.com/2009_11_01_archive.html
Good collection of tips and articles. 10 Useful Bookmarklets for Web Designers and Developers. You may not be away of bookmarklets. Which are an underused tool in web designer or developer’s toolbox. A bookmarklet is a a term that merges bookmark and applet to add functionality to a web browser. They can be stored in the bookmark bar of any browser and used from there to perform useful tasks and consist primarily of Javascript. All web designers and developers should be familiar with Firebug. Delicious i...
anandtips.blogspot.com
Anand Tips: Delete service from windows vista
http://anandtips.blogspot.com/2011/02/delete-service-from-windows-vista.html
Good collection of tips and articles. Delete service from windows vista. What is a Service? In Windows Vista, I've noticed some services will remain running even though I've uninstalled the software. When I run a Hijackthis log, I see the service still installed, even though the files pertaining to the service may have already been deleted. In a case such as this, I want to be able to delete or remove the service from even starting. What Windows Services are currently running? However, here is the proble...
anandtips.blogspot.com
Anand Tips: March 2009
http://anandtips.blogspot.com/2009_03_01_archive.html
Good collection of tips and articles. Email this post to your friend. Topic : Health Tips. MEDITATION: THE NEW MANTRA. Chances are everyone around you is. Email this post to your friend. Topic : Health Tips. Heart full of Love. A Close look at how love is generated and how it works on health and body. On Valentine’s Day, a close look at how love is generated and how it works on health and body. Even golden oldies have started joining the love band-wagon and rediscovering life. Topic : Health Tips. Wake u...
anandtips.blogspot.com
Anand Tips: April 2014
http://anandtips.blogspot.com/2014_04_01_archive.html
Good collection of tips and articles. I have created Play Cricket game. MUST VISIT. Https:/ play.google.com/store/apps/details? Email this post to your friend. Subscribe to: Posts (Atom). Balu SC's Blog for JSF. Picture Window template. Powered by Blogger.