public marks

PUBLIC MARKS from solrac with tag web

2011

Indian Startup ConnectM Named Winner of IBM SmartCamp Bangalore

winner of IBM Global Entrepreneur Startup SmartCamp in Bangalore India. ConnectM's USP technology collects data remotely and uses domain specific analytics to deliver actionable business intelligence. ConnectM's solutions are powered by cutting edge M2M technology, that allow both wireless and wired systems to communicate with other devices of the same ability.

SmartCamp Bangalore is an Entrepreneur Mentor Goldmine

Our first SmartCamp of 2011 will be in Bangalore, India in April. With a population of over 1 billion plus, and home to some of the biggest tech companies in world, it comes as no surprise that international investors have been actively enagaged with the local communitities for many years. We believe that our mentor network is a real goldmine and the best reason to apply for SmartCamp.

Going Global: VCs, CEOs and Entrepreneurs provide Best Practices

The panel has significant experience bringing US companies to foreign markets as well as into the US. They capture many of the Best Practices companies and city leaders should be thinking about as they look to find their unique place in this global marketplace.

IBM GEP SmartCamp New Cities and Entrepreneur Roundabout

The trip started in a very cold Kansas City before escaping a massive snow storm to make it to sunny Silicon Valley, before returning east to NYC and finally London. Way too many insights to list here however the one major takeaway from the trip was the level of excitement and energy around startups seems to be exploding.

Startup Madness: Groupon's Super Bowl commercial was quite possibly the least tasteful of all time

Before Super Bowl XLV, there was wide speculation about who would win the Super Bowl ads war between Groupon and LivingSocial. Most people were betting that Groupon would win Big-Time, and they did if you define winning, in this case, as making the biggest Bonehead marketing blunder of the year.

KickStarter's Awesome $27 Million in Crowdsourced Seed Money for Startups

What's really cool about KickStarter is you have absolutely nothing to loose and everything to gain. All you have to do is present your Project/Startup idea, ask for the seed money you need, and like magic the masses of KisckStarter and the world give you a thumbs-up or down, and the Thumbs-Up can be very surprising indeed!

IBM and Obama help put Cold-Hard-Cash in Startups hands

You're a tireless Entrepreneur working long hard hours - you need cash to hire key hackers to finish your code and launch your awesome dream - If that sounds like you, then you should jump on this opportunity to get seed money from the White House-led Startup America campaign and IBM.

2010

Creating mobile Web applications with HTML5

HTML 5 is a very hyped technology, but with good reason. It promises to be a technological tipping point for bringing desktop application capabilities to the browser. In this five-part series, you will take a closer look at several new technologies that are part of HTML5, that can have a huge impact on mobile Web application development.

6 tips for using the XML flavor of HTML5

Because of HTML5's momentum, it is now a technology that every XML developer has to deal with. Fortunately HTML5 supports a proper XML serialization. Learn aboutthe XML form of HTML5 including some key differences from older XHTML conventions and learn how to practically apply this vocabulary in modern web browsers.

Customizing MediaWiki the Wikipedia wiki Engine

The MediaWiki application is probably best known for being the engine behind Wikipedia. This article will show you how to create different types of extensions for MediaWiki: wiki variables, special pages, and new tags. You'll also get a quick overview of what you'll need to do to create skins for MediaWiki.

Creating mobile Web applications with HTML 5, Part 1

Combine HTML 5, geolocation APIs, and Web services to create mobile mashups. Learn how to find and track location coordinates to use in various Web services.

Creating mobile Web applications with HTML 5, Part 2

Unlock local storage for mobile Web applications with HTML 5. Improve the speed of your mobile apps with standardized local storage

Open source software is no longer just for alpha-geeks

This article humbley attempts to convince you that open source software is a solution for some subset of problems and that some of your problems most likely exist within that subset. See how open source is a flexible, usable approach to efficiency in your work environment.

2009

IBM middleware for delivering Web apps from Amazon EC2 cloud

This article looks specifically at the public cloud and how you can use the IBM WebSphere sMash and IBM DB2 Express-C Amazon Machine Images (AMI) at no charge to deliver Web applications hosted on the EC2 public cloud infrastructure. Learn how a business can leverage Cloud Computing to reduces costs associated with owning software.

Manage blogs on AIX with open source CMS tools

By combining open source Web Content Management System (CMS) and AIX you get a complete, highly secure, scalable, and ready-to-use content management tool with extensive support from the open source community. This article introduces the best open source CMS solutions for AIX available, and helps readers understand the important differences among them. The article also provides a guideline for system architects and developers to help them choose the CMS that best fits their needs.

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.

Creating and using the new Phar archives in PHP V5.3

This article takes a close look at the new PHP5.3 feature called Phar, which is an archive format that can be used within PHP. Phar can be used to not only archive files but also to deliver and run an entire PHP application from a single file. Unlike JAR archives, Phar archives can be processed by PHP itself and don't require an external tool to create or use them.

Deploying an Eclipse-based application with Java Web Start

Java Web Start (JWS) technology allows you to deploy applications over the Internet with a single click. If you couple JWS with the ability to build an application on the Eclipse Platform, you have a pretty powerful combination. Learn how to build a small, bare-bones application built on the Eclipse Framework and deploy it through Java Web Start (JWS) — a technology you can use to deploy Java applications easily over standard Internet sites, enabling easy upgrades and distribution.

Speed up your Web pages 80% for dial-up users

Not everyone is blessed with a high-speed Internet connection. Even if everyone were, there can be hundreds of reasons why your Web application seems slow and sluggish. In this age of ever-increasing broadband speed, don't think that you shouldn't pay attention to page load times. Learn how to Shave off valuable seconds of your page load times and even more valuable milliseconds of your request and response times. This article provides over twenty tips that will help you create a faster and better experience for your visitors.

Building a 21st century Web user interface

Today's Web designer has to face a pretty scary fact: they can't design for themselves, or even someone that's mostly like themselves. Instead, applications must be built based on the consumer, who comes loaded with expectation and pre-disposition. This article helps you Understand what your apps are competing against, how do you build applications that feel usable, intuitive, and satisfying to today's typical Internet user, and how to take the upper hand.

2008

The latest on Eclipse Ganymede Mobile Embedded RCP apps

This three-part "Using Eclipse Ganymede to develop for the desktop, Web and mobile devices" tutorial series covers the following new Ganymede features: RCP, RAP, and eRCP, which allow you to develop software for the desktop, Web, and mobile platforms. Part 3, just released, is here, and links for Part-2 and Part-1 as well.

2007

Five best practice Ajax design patterns

Sure, Ajax is the Web 2.0 buzzword that everyone wants associated with their site. But what does it really mean? And how are engineers integrating it into their sites at an architectural level. This article covers the basics of Ajax and shows some Ajax design patterns that have become proven best practice with Web 2.0 development.

PHP5's special XML parsing techniques for complex docs

PHP5 offers an improved variety of XML parsing techniques. James Clark's Expat SAX parser, now based on libxml2, is no longer the only fully functional game in town. Parsing with the DOM, fully compliant with the W3C standard, is a familiar option. Both SimpleXML, and XMLReader, which is easier and faster than SAX, offer additional parsing approaches. This article will cover PHP5's improved XML parsing techniques, focusing on parsing large or complex XML documents.

Flying Flapjax Better-than-JavaScript for the Web

Flapjax, an improved way to build Asynchronous JavaScript and XML (Ajax) applications, offers more than just a library of conveniences. This tutorial emphasizes simple, self-contained steps to successfully apply Flapjax to real-world problems. Learn how to write and run simple Flapjax programs in several modes, including a compiled form suitable for deployment.

XML::Simple for Perl developers

XML has become pervasive in the computing world and is buried more and more deeply into modern applications and operating systems. It's imperative for the Perl programmer to develop a good understanding of how to use it. In a surprisingly large number of cases, you only need one tool to integrate XML into a Perl application, XML::Simple. This article tells you where to get it, how to use it, and where to go next.