Skip to main content

Home/ Web Development, Design & Programming/ Group items tagged ibm

Rss Feed Group items tagged

rakesh singh

CTL-ALT-DEL Was A Mistake And It Was IBM Fault - Bill Gates - 0 views

  •  
    The great IT giant and the co-founder of Microsoft Bill Gates admits that CTRL+ALT+DEL was a one big mistake done by IBM. Bill Gates said this at recently held event at Harvard University.
Jochen Burkhard

Various client-server communication mechanisms in an Ajax-based web application - 0 views

  •  
    Summary:  A key part of any Asynchronous JavaScript and XML (Ajax)-based web application is the communication layer between the client and the server. To implement this layer, you need to understand the various communication mechanisms that browsers provide, as well as each mechanism's pros and cons. In this article, learn to make the correct match between the specific communication needs of an application and the appropriate mechanism. Detailed examples show you how to create a communication layer that can meet these different client-server communication needs.
Jochen Burkhard

Creating mobile Web applications with HTML 5, Part 5: Develop new visual UI features in... - 0 views

  •  
    Summary:  HTML 5 comes with plenty of new features for mobile Web applications, including visual ones that usually make the most impact. Canvas is the most eye-catching of the new UI capabilities, providing full 2-D graphics in the browser. In this article you learn to use Canvas as well as some of the other new visual elements in HTML 5 that are more subtle but make a big difference for mobile users.
zrixinc

What Companies Are Using Blockchain-as-a-service (BaaS)? - 0 views

  •  
    What companies are using blockchain technology for giving BaaS solutions. How IBM, Verizon, Disney and Amazon became first blockchain development company in US?
Jochen Burkhard

From Web sites to Web applications, Part 1: Web site or Web app? - 0 views

  •  
    Summary:  Are you building a Web site or a Web application? The line between Web sites, which are largely informational, and Web apps, which are more interactive, has blurred. There are best practices for building good informational sites, and those practices aren't the same for building a good application. In this article, learn the real, tangible differences between Web sites and Web apps, and then analyze your own sites. Explore the kind of sites you're managing, designing, and coding in a way that helps you improve their design and usability. Learn to make informed decisions that support your Web goals.
Jochen Burkhard

Ajax library smackdown: Dojo versus YUI - 0 views

  •  
    Summary:  Asynchronous JavaScript and XML (Ajax) is everywhere, from the local newspaper to sites that CEOs surf. Contrary to popular belief, it isn't rocket science, especially with the right library. Explore the popular Yahoo! User Interface (YUI) and Dojo libraries, and learn how they can simplify typical Ajax techniques and make JavaScript easier to work with. Discover why you should use a library in the first place and how to choose among libraries. Get some specific examples from YUI and Dojo, as well.
Jochen Burkhard

Thinking XML: The XML flavor of HTML5 - 0 views

  •  
    Summary:  For a while, there has been a struggle for the future of markup on the web, a struggle between the W3C's XHTML 2 and HTML5, developed by the major browser vendors under a separate organizational umbrella. First, the W3C took over HTML5, and now it recently announced the sunset of the XHTML 2 effort. This makes a significant difference to the future of XML on the web, and furthermore, because of HTML5's momentum, it is now a technology that every XML developer already has to deal with. But fans of XML need not despair: HTML5 supports a proper XML serialization. Learn about the XML form of HTML5 including some key differences from older XHTML conventions and learn how to practically apply this vocabulary in modern web browsers.
Jochen Burkhard

Creating mobile Web applications with HTML 5, Part 2: Unlock local storage for mobile W... - 0 views

  •  
    Summary:  One of the most useful new features in HTML 5 is the standardization of local storage. Finally, Web developers can stop trying to fit all client-side data into 4 KB Cookies. Now you can store large amounts of data on the client with a simple API. This is a perfect mechanism for caching, so you can dramatically improve the speed of your application-a critical factor for mobile Web applications that rely on much slower connections than their desktop brothers. In this second article in this series on HTML 5, you will see how to use local storage, how to debug it, and you will see a variety of ways to use it to improve mobile Web applications.
Jochen Burkhard

Creating a REST API with Agavi - 1 views

  •  
    Summary:  Agavi is an open-source, flexible, and scalable framework for application development. One of its key features is built-in support for REST routes, making it possible to quickly add a REST API for third-party development to an existing or new Web application. In this article, examine this feature in detail, and how to build a REST API with support for both XML and JSON formats.
Jochen Burkhard

CouchDB basics for PHP developers - 0 views

  • Summary:  Author Thomas Myer shows experienced PHP developers how to add CouchDB to their technical toolboxes.
  •  
    Summary:  Author Thomas Myer shows experienced PHP developers how to add CouchDB to their technical toolboxes.
Jochen Burkhard

Build Web applications with HTML 5 - 0 views

  •  
    Summary:  For years Web developers have salivated over some of the features promised in the next generation of Web browsers as outlined by the HTML 5 specification. You might be surprised to learn just how many of the features are already available in today's browsers. In this article, learn how to detect which capabilities are present and how to take advantage of those features in your application. Explore powerful HTML 5 features such as multi-threading, geolocation, embedded databases, and embedded video.
Jochen Burkhard

What's new in Ext JS - 0 views

  •  
    Summary:  Ext JS is an advanced JavaScript framework that not only supports and simplifies the foundations of Asynchronous JavaScript and XML (Ajax) development, but also maintains a large toolkit of reusable UI components. In this article, get a tour of the new features and updates to this framework, which currently stands at version 3.1.
Jochen Burkhard

CodeIgniter and Ajax using jQuery - 0 views

  •  
    Summary:  Discover how easy it is to improve the usability of your CodeIgniter applications using jQuery. By leveraging the power of CodeIgniter's MVC-based framework and jQuery's support for Asynchronous JavaScript and XML (Ajax) interaction, learn how to quickly and efficiently create more effective UIs.
awqi zar

Python Web frameworks, Part 1: Develop for the Web with Django and Python - 4 views

  •  
    To use and understand the code in this article, you need to have Python installed and know how to use it at a beginner level. Check to see if you have Python, and what version, by typing python -V. Django requires, at a minimum, version 2.3.5, which is available at the Python Web site (see the Resources section later in this article for a link). You should also be at least passingly familiar with the MVC architecture.
awqi zar

Integrate your PHP application with Google Calendar - 1 views

  •  
    Google Calendar allows Web application developers to access user-generated content and event information through its REST-based Developer API. PHP's SimpleXML extension and Zend's GData Library are ideal for processing the XML feeds generated by this API and using them to build customized PHP applications. This article introduces the Google Calendar Data API, demonstrates how you can use it to browse user-generated calendars; add and update calendar events; and perform keyword searches.
1 - 20 of 24 Next ›
Showing 20 items per page