Showing posts with label cse. Show all posts
Showing posts with label cse. Show all posts

Monday, September 26, 2011

Top 100 open source Web Development Tools and applications

Web development tools which are open source have great benefits, including free to use and modify code. Thus lately I have been rigorously mapping all the free and open source apps & tools that are useful and easy to use for web developers. Many I have used or come across during my routines.  So presented below you can find the 100 Best tools and applications oriented towards the efficient web developer..
Note I will possibly have missed some notable web development tools in this list of open source apps but feel free to comment on any tools or applications you would like added to this list..

Code Editors



1. Aptana

The Aptana IDE is a free, open-source, cross-platform, JavaScript-focused development environment for building Ajax applications. It features code assist on JavaScript, HTML, and CSS languages, FTP/SFTP support and a JavaScript debugger to troubleshoot your code.
Read more on Aptana

2. Eclipse

Eclipse is an open-source software framework written primarily in Java. In its default form it is a Java IDE, consisting of the Java Development Tools (JDT) and compiler (ECJ). Users can extend its capabilities by installing plug-ins written for the Eclipse software framework, such as development toolkits for other programming languages, and can write and contribute their own plug-in modules. Language packs are available for over a dozen languages. (Source Wikipedia)
Read more on Eclipse

3. jEdit

Thursday, September 15, 2011

JAVA Interview Question


What is Collection API ?
The Collection API is a set of classes and interfaces that support operation on collections of objects. These classes and interfaces are more flexible, more powerful, and more regular than the vectors, arrays, and hashtables if effectively replaces.
Example of classes: HashSet, HashMap, ArrayList, LinkedList, TreeSet and TreeMap.
Example of interfaces: Collection, Set, List and Map.

Is Iterator a Class or Interface? What is its use?
Answer: Iterator is an interface which is used to step through the elements of a Collection.

What is similarities/difference between an Abstract class and Interface?
Differences are as follows:
Interfaces provide a form of multiple inheritance. A class can extend only one other class. Interfaces are limited to public methods and constants with no implementation. Abstract classes can have a partial implementation, protected parts, static methods, etc.
A Class may implement several interfaces. But in case of abstract class, a class may extend only one abstract class. Interfaces are slow as it requires extra indirection to to find corresponding method in in the actual class. Abstract classes are fast.
Similarities:

Neither Abstract classes or Interface can be instantiated.

Java Interview Questions - How to define an Abstract class?
A class containing abstract method is called Abstract class. An Abstract class can't be instantiated.
Example of Abstract class:
abstract class testAbstractClass {
protected String myString;
public String getMyString() {
return myString;
}
public abstract string anyAbstractFunction();
}

Monday, August 15, 2011

Top 10 browser Extension For WEB Developers


Firefox: Page Speed

Page Speed is an open-source Firefox/Firebug Add-on. Web masters and web developers can use Page Speed to evaluate the performance of their web pages and to get suggestions on how to improve them. I use Page Speed to optimize my websites.

Chrome: Speed Tracer

Speed Tracer is a tool to help you identify and fix performance problems in your web applications. It visualizes metrics that are taken from low level instrumentation points inside of the browser and analyzes them as your application runs. Speed Tracer is available as a Chrome extension and works on all platforms where extensions are currently supported (Windows and Linux).

Firefox: FireBug

Firebug integrates with Firefox allowing you to edit, debug, and monitor CSS, HTML, and JavaScript live in any web page.

Chrome: Firebug Lite

Firebug team also creates extension for Chrome. So far I have not been able to use firebug in chrome. I am running Google Chrome 5.0.307.11 Beta under Ubuntu Karmic 9.10

Saturday, August 13, 2011

Top 50 Sites For CSS3 Example and Downloads


1- CSS3 Dropdown Menu


Best CSS3 Examples

2- Pure CSS3 Download Button


Best CSS3 Examples

3- CSS3 Gets a New Logo


Best CSS3 Examples

4- Advanced CSS3 Menu


Best CSS3 Examples

5- Amazing CSS3 Template


Best CSS3 Examples

6- css3 web design examples


Best CSS3 Examples

7- CSS3 jQuery Album Selection


Best CSS3 Examples

8- CSS3 Minimalistic Navigation Menu


Best CSS3 Examples

9- Accordian Effect Using CSS


Best CSS3 Examples

10- Use CSS3 to Create a Dynamic Stack of Index Cards


Best CSS3 Examples

11- CSS3 Generator


Best CSS3 Examples

12- Subtle Rounded Corners and Shadow


Best CSS3 Examples

13- Pictos font and CSS3


Best CSS3 Examples

14- Creating a Fun Animated Navigation Menu With Pure CSS


Best CSS3 Examples

15- Sweet CSS3 Buttons


Best CSS3 Examples

16- Animated Navigation Menu with CSS3


Best CSS3 Examples

Windows7 Start Menu CSS3


Best CSS3 Examples

18- Rounded Corners


Best CSS3 Examples

19- Rotating Images With CSS3


Best CSS3 Examples

20- CSS3 tyle Sliders


Best CSS3 Examples

21- My Notes With Html5 CSS3 jQuery


Best CSS3 Examples

22- Create a CSS3 Menu Using moz border radius


Best CSS3 Examples

23- CSS3 popup links


Best CSS3 Examples

24- Contextual Slideout Tips CSS3


Best CSS3 Examples

25- A Fresh Bottom Slide Out Menu with jQuery CSS3


Best CSS3 Examples

26- CSS3 Drop Down Menu With Integrated Forms


Best CSS3 Examples

27- Animation Using CSS Transforms


Best CSS3 Examples

28- Trippy Spinning Column of Fun CSS3


Best CSS3 Examples

29- CSS3 Lightbox Gallery With jQuery


Best CSS3 Examples

30- Easily Turn Your Images Into Polaroids with CSS3


Best CSS3 Examples

31- Leaves CSS3


Best CSS3 Examples

32- Star Wars Crawl CSS3

 

Best CSS3 Examples

33- Rotating One Large Image CSS3


Best CSS3 Examples

34- Rotating Multiple Large Images CSS3


Best CSS3 Examples

35- Alternatives CSS3


Best CSS3 Examples

37- CSS3 jQuery Tickets Machine


Best CSS3 Examples

38- Awesome Cufonized CSS3


Best CSS3 Examples

39- Relying on CSS3


Best CSS3 Examples

40- Map Pins CSS3


Best CSS3 Examples

41- Export Rotated Image Instead CSS3


Best CSS3 Examples

42- CSS3 Thumbs


Best CSS3 Examples

43- How to Build a Kick Butt CSS3


Best CSS3 Examples

44- CSS3 Button Maker


Best CSS3 Examples

45- CSS3 Menu Creator


Best CSS3 Examples

46- Fading Transition


Best CSS3 Examples

47- CSS3 Style Maker


Best CSS3 Examples

48- Sweet Tabbed Navigation Using CSS3


Best CSS3 Examples

49- CSS3 Multi Column Generator


Best CSS3 Examples

50- Create a Slick Menu Using CSS3


Best CSS3 Examples

51- The Cross Browser CSS3 Rule Generator


Best CSS3 Examples