public marks

PUBLIC MARKS from solrac with tag "web apps"

2011

Mr Ethernet - Bob Metcalfe gives Startup advice

Here's some valuable advice for Startups from the King of the Ethernet Bob Metcalfe. Don’t be afraid of going up against entrenched incumbents, like he did with IBM, and its Token Ring technology. Long story short, Metcalfe and Ethernet won. Read about the disruptive technologies he thinks will change everything.

5 Tips To Help You Get Into IBM's Startup SmartCamp Competition

IBM’s global startup competition ‘world tour’ called SmartCamp kicks off in Bangalore on April 27. Slots for India are now full, but there are still openings in the next leg of the competition in Austin. You can take a look at all the Mentors that will be helping and get five SmartCamp tips to help you get your Startup accepted.

IBM Startup SmartCamp - Part of the Global Entrepreneur Initiative

As part of IBM’s ongoing commitment to foster innovation among Entrepreneurs, IBM announces its ‘SmartCamp’ contest in Bangalore, India on April 27, 2011. This is an exclusive global entrepreneur initiative program bringing together entrepreneurs, investors and experienced mentors with innovative ideas that can help to build a Smarter Planet.

IBM Global Entrepreneur Program to include Germany in 2011

Recently at CeBIT Hannover IBM announced that it would expand the IBM Global Entrepreneur Program to include Germany in 2011 effective immediately. With an amazing bunch of ecosystems partners we believe the German market offers a great opportunity for translating innovation and Entrepreneurship into scalable international businesses.

Update: IBM Entrepreneur SmartCamp Bangalore - Amazing Mentors signup

We are almost there in terms of confirming the mentors for SmartCamp Bangalore. We are delighted to present details of the mentors. This is an amazing collection of talent from the investor, corporate and most importantly entrepreneur communities.

2009

JSF 2 Templating and composite components

JavaServer Faces (JSF) 2 lets you implement user interfaces that are easy to modify and extend with two powerful features: templating and composite components. Learn how to use JSF 2 to implement UIs that are easy to maintain and extend through templating and composite components and how your Web applications can best take advantage of these features.

High-performance Ajax with Tomcat Advanced I/O

Using Non-Blocking I/O (NIO) improves server performance drastically because of its efficient use of system resources (threads). The gain in performance is very noticeable in Ajax applications. It also lets you control system-resource usage on a server under pressure. This article explains how to optimize your server for performance during the handling of both Ajax and regular requests.

Advanced system performance and Garbage Collection tuning concepts

Your system has specific performance settings that you can change to make it handle its workload better. Get every drop of performance out of your Central processing unit (CPU), Memory, Disk (both space and access speed), your Network throughput and JVM garbage collection with these performance tunning tips.

Make better web-based dashboards with XQuery

Many digital dashboards that cropped up in the 1980s were horrible (if not unsubtle) analogs to a car's dashboard. Discover what makes a good dashboard, and learn to identify and leverage key performance indicators (KPIs) for more effective digital dashboards. Finally, build a Web dashboard using the eXist XML database and XQuery.

Serious considerations before upgrading to PHP 5.3

PHP V5.3 has numerous new features such as namespaces, closures, object handling, object-oriented programming, and Phar. There are also some backward-compatibility issues you should be aware of with PHP v5.2. This article provides clear guidance for migrating your Web application to work with PHP V5.3. and for building more powerful and secure PHP apps.