Archive

Posts Tagged ‘developer’

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

Nokia N95 with Windows 3.1

March 23rd, 2009 Jigish Thakar No comments

In what can only be called “totally frakking awesome”, someone installed Microsoft Windows 3.1 on a Nokia N95. By using DOSBox, Polish developer Marcin-PRV was able to install the ageing operating system on the Symbian-powered smartphone, allowing both operating systems to run side-by-side.

Sure, it might not be particularly useful or usable, but that doesn’t mean it isn’t totally cool. The screen is rather small, and I guess the mouse is being controlled by the five way pointer of the phone, but the phone itself is powerful enough to run Windows 3.1 easily, and I’m sure Windows 95 wouldn’t be too much trouble either. DOSBox was used to emulate a 486-class processor.

The use of this? Well, fun, mostly, and a sense of “why not?”. I’d love to be able to run Windows 3.1 on my Nokia E71; not because it would make any sense, but just because it’s cool. With phones getting ever more powerful, there’s enough spare cycles in there to dedicate to silly things like this.

source

Download IE1 – IE8

March 9th, 2009 Jigish Thakar No comments

 Download IE1 – IE8Internet Explorer Collection is a free tool that allows you to install all versions of Internet Explorer (IE) on our computer. This pack includes all versions from version 1 (4.40.308) to the new Internet Explorer 8 (8.00.6001.18372) and are standalone so they can be used at the same time. Moreover this collection also includes the Internet Explorer Developer Toolbar 1.00.2188.0. This Explorer Bar provides a variety of tools which make troubleshooting websites easier. The Internet Explorer Developer Toolbar is compatible with Internet Explorer 5.0 and higher when using Windows 2000 or higher.

Internet Explorer Collection 1.2.0.2 includes the following versions of IE:

  • Internet Explorer 1.0 (4.40.308)
  • Internet Explorer 1.5 (0.1.0.10)
  • Internet Explorer 2.01 (2.01.046)
  • Internet Explorer 3.0 (3.0.1152)
  • Internet Explorer 4.01 (4.72.3110.0)
  • Internet Explorer 5.01 (5.00.3314.2100)
  • Internet Explorer 5.5 (5.51.4807.2300)
  • Internet Explorer 6.0 (6.00.2800.1106)
  • Internet Explorer 6.0 (6.00.2900.2180)
  • Internet Explorer 7.0 (7.00.5730.13)
  • Internet Explorer 8.0 (8.00.6001.18372)

You can get more information on multiple version of Internet Explorer and download (54.5Mb) from http://finalbuilds.edskes.net/iecollection.htm.

Apache Struts

March 3rd, 2009 Jigish Thakar No comments

Apache Struts is a free open-source framework for creating Java web applications.

Web applications differ from conventional websites in that web applications can create a dynamic response. Many websites deliver only static pages. A web application can interact with databases and business logic engines to customize a response.

Web applications based on JavaServer Pages sometimes commingle database code, page design code, and control flow code. In practice, we find that unless these concerns are separated, larger applications become difficult to maintain.

One way to separate concerns in a software application is to use a Model-View-Controller (MVC) architecture. The Model represents the business or database code, the View represents the page design code, and the Controller represents the navigational code. The Struts framework is designed to help developers create web applications that utilize a MVC architecture.

The framework provides three key components:

* A “request” handler provided by the application developer that is mapped to a standard URI.
* A “response” handler that transfers control to another resource which completes the response.
* A tag library that helps developers create interactive form-based applications with server pages.

The framework’s architecture and tags are buzzword compliant. Struts works well with conventional REST applications and with nouveau technologies like SOAP and AJAX.

for more information click here

CodeIgniter….PHP framework

November 5th, 2008 Jigish Thakar No comments

CodeIgniter is a powerful PHP framework with a very small footprint, built for PHP coders who need a simple and elegant toolkit to create full-featured web applications. If you’re a developer who lives in the real world of shared hosting accounts and clients with deadlines, and if you’re tired of ponderously large and thoroughly undocumented frameworks

CodeIgniter is right for you if…

  • You want a framework with a small footprint.
  • You need exceptional performance.
  • You need broad compatibility with standard hosting accounts that run a variety of PHP versions and configurations.
  • You want a framework that requires nearly zero configuration.
  • You want a framework that does not require you to use the command line.
  • You want a framework that does not require you to adhere to restrictive coding rules.
  • You are not interested in large-scale monolithic libraries like PEAR.
  • You do not want to be forced to learn a templating language (although a template parser is optionally available if you desire one).
  • You eschew complexity, favoring simple solutions.
  • You need clear, thorough documentation.

For more information Click Here