Archive

Posts Tagged ‘web’

Visual WebGui 6.3.8 Released

July 12th, 2009 Jigish Thakar No comments

Visual WebGui version 6.3.8 was released today and can be downloaded here.

This is a further stabilization of 6.3.x that includes some resolved button behavior issues, as well as features such as Flash 10 uploading compatibility and the ability to configure a virtual directory.

The full v6.3.8 change log can be found here.

Jetpack to develope your own firefox add-ons

May 23rd, 2009 Jigish Thakar No comments

Jetpack is a newly formed experiment in using open Web technologies to enhance the browser, with the goal of allowing anyone who can build a Web site to participate in making the Web a better place to work, communicate and play.

In short, Jetpack is an API for allowing you to write Firefox add-ons using the web technologies you already know.

for more information click here

Static shock in apple iPhone and iPod

May 20th, 2009 Jigish Thakar No comments

iphone scrshot Static shock in apple iPhone and iPodiPhone and iPod users may experience a “small and quick” shock via their earbuds due to a buildup of static electricity, Apple warned Monday.

People listening to one of the devices in extremely dry air are most at risk of receiving a static electricity shock through the ear buds, according to a warning posted on Apple’s Web site. The post likened the condition to the discharge that occurs when a person drags his or her feet across a carpet then gets a shock by touching a door knob.

However, Apple asserted that this condition did not necessarily indicate that Apple’s equipment was malfunctioning.

“This condition is not limited to Apple hardware and static can potentially build up on almost any hardware and could be discharged using any brand of earbuds,” Apple said.

Apple’s warning didn’t mention what prompted the company to issue the warning, but a discussion thread on the company’s support site showed a few users had voiced concern about the condition.

“Maybe it’s just me but for a couple of weeks now my earphones are delivering little electric shocks into my ears,” wrote one reader. “I just wonder if anyone else is going through this issue.”

Apple made several suggestions in the warning on how to remedy the condition when indoors, including the use of a humidifier to raise the moisture level of the air, hand lotions to moisturize dry skin, or an anti-static spray. The site also recommends users wear clothes made of natural fibers instead of synthetic fibers. When users are outdoors, Apple suggests users keep their device in a bag or a case to keep it out of the wind and refrain from frequently removing it from pockets as the rubbing may cause static buildup.

source

Easy cURL 1.2

May 4th, 2009 Jigish Thakar No comments

This PHP class can be used to access Web resources using the cURL extension, which can send HTTP requests to a given URL using the GET or POST methods with optional parameters.

In addition to all regular cURL options, the class also supports methods for setting authentication credentials and making requests over a proxy server.

Requirements:

ยท PHP 5 or higher

download

Spring Source

March 4th, 2009 Jigish Thakar No comments

Spring is a layered Java/J2EE application platform, based on code published in Expert One-on-One J2EE Design and Development by Rod Johnson (Wrox, 2002).

Spring includes:

  • The most complete lightweight container, providing centralized, automated configuration and wiring of your application objects. The container is non-invasive, capable of assembling a complex system from a set of loosely-coupled components (POJOs) in a consistent and transparent fashion. The container brings agility and leverage, and improves application testability and scalability by allowing software components to be first developed and tested in isolation, then scaled up for deployment in any environment (J2SE or J2EE).
  • A common abstraction layer for transaction management, allowing for pluggable transaction managers, and making it easy to demarcate transactions without dealing with low-level issues. Generic strategies for JTA and a single JDBC DataSource are included. In contrast to plain JTA or EJB CMT, Spring’s transaction support is not tied to J2EE environments.
  • A JDBC abstraction layer that offers a meaningful exception hierarchy (no more pulling vendor codes out of SQLException), simplifies error handling, and greatly reduces the amount of code you’ll need to write. You’ll never need to write another finally block to use JDBC again. The JDBC-oriented exceptions comply to Spring’s generic DAO exception hierarchy.
  • Integration with Toplink, Hibernate, JDO, and iBATIS SQL Maps: in terms of resource holders, DAO implementation support, and transaction strategies. First-class Hibernate support with lots of IoC convenience features, addressing many typical Hibernate integration issues. All of these comply to Spring’s generic transaction and DAO exception hierarchies.
  • AOP functionality, fully integrated into Spring configuration management. You can AOP-enable any object managed by Spring, adding aspects such as declarative transaction management. With Spring, you can have declarative transaction management without EJB… even without JTA, if you’re using a single database in Tomcat or another web container without JTA support.
  • A flexible MVC web application framework, built on core Spring functionality. This framework is highly configurable via strategy interfaces, and accommodates multiple view technologies like JSP, Velocity, Tiles, iText, and POI. Note that a Spring middle tier can easily be combined with a web tier based on any other web MVC framework, like Struts, WebWork, or Tapestry.

You can use all of Spring’s functionality in any J2EE server, and most of it also in non-managed environments. A central focus of Spring is to allow for reusable business and data access objects that are not tied to specific J2EE services. Such objects can be reused across J2EE environments (web or EJB), standalone applications, test environments, etc without any hassle.

Spring’s layered architecture gives you a lot of flexibility. All its functionality builds on lower levels. So you can e.g. use the JavaBeans configuration management without using the MVC framework or AOP support. But if you use the web MVC framework or AOP support, you’ll find they build on the core Spring configuration, so you can apply your knowledge about it immediately.

for more information click here