21.12.2007
Gratuit tool webmaster Mozclouds : créez vos nuages de mots clés Tag Clouds
Voila un outil trés pratique qui aidera efficacement les webmasters à determiner correctement les mots clés exploitables pour le referencement de leurs sites ou blogs.
Cet outil peut aussi servir à présenter un simple tag cloud dont vous pourrez montrer les mots clés que vous pouvez choisir en fonction du nombre de fois qu’ il sont présent dans votre site.
Simple et efficace Mozclouds c’est un outil gratuit qui vous sera trés utile ;-)
Mozclouds : créez vos nuages de mots clés (Tag Clouds) avec Mozbot
23:17 Publié dans ASTUCES , Blog , generator online , gratuit , Liens Tags Clouds , news actualites , utilitaires , utilitaires internet , utilitaires webmasters , Web | Lien permanent | Commentaires (0) | Envoyer cette note | Tags : gratuit, france, Web, Blog, utilitaires, webmasters, news
23.10.2007
Gratuit : Java tools the best list of
Good list of Java tools on this excellent site :
interviewjava.blogspot.com
Interview Questions On Java and Java EE
World of tricky Core Java Q&A Covering Object Oriented Analysis and Design,JVM Internals,Java Language Fundamentals(Datatypes,Keywords,Operators and Assignments,Identifies etc.,Declarations and Modifiers,Conversion,Casting and Promotion,Flow control,Assertions,Exception Handling and Garbage Collection,Objects and Classes),Basic Packages and their classes,JDBC,JFC Swing,Java Server Pages(JSP),Servlets,EJB,JMS,JNDI etc and Open source technologies like Struts,Hibernate,Spring etc
Learn : WHAT IS A JAVA ? :)
What is an Object?
What is a Class?
What is OOAD?
What is Data Abstraction ?
What is Data Encapsulation?
What is the difference between Data Abstraction and Information Hiding?
What is Inheritance and what are different types of it?
Why Java uses Singly rooted hierarchy?
Why does Java not support Multiple Inheritance?
Why is Java not 100% pure OOP language?
What is Early Binding?
What is Polymorphism/Late Binding?
What is method overloading?
What is method overriding?
How is Java different from C++?
What is UML and how is it useful in designing large systems?
Is UML useful for procedural programming ?
What are different notations used in UML ?
What is a Use case and an Actor?
How to identify an Actor?
What is Generalization?
What is Association and how it maps into a Java class?
What is Aggregation and how it maps into a Java class?
What is Composition and how it maps into a Java class?
What is Dependency and how it maps into a Java class?
What is the purpose of State machine diagrams?
What are different kinds of Structure diagrams?
What are different kinds of Interaction diagrams?
What are different kinds of Behavior diagrams?
Java Fundamentals
What is a Java Virtual Machine (JVM)?
What is a JVM consisted of?
What is a class loader and what is its responsibilities?
What is heap and stack?
How is your Java program executed inside JVM?
What is Java class file’s magic number?
How JVM performs Thread Synchronization?
How JVM performs Garbage Collection?
How to profile heap usage?
What will you do if VM exits while printing "OutOfMemoryError" and increasing max heap size doesn’t help?
Should one pool objects to help Garbage Collector?Should one call System.gc() periodically?
An application has a lot of threads and is running out of memory, why?
If your program is I/O bound or running in native methods, do these activities engage JVM?
What is the difference between interpreted code and compiled code?
Why Java based GUI intensive program has performance issues?
What is 64 bit Java ?
What is the difference between JVM and JRE?
What are different primitive datatypes in Java?
What are expressions,statements and blocks in Java?
What is a transient variable?
What is the difference between the ’&’ operator and the ’&&’ operator?
Why main method of Java has public static void?
If you have static block, constructor and main method in Java file then what will be the sequence of method calls?
What are the command line arguments?
Does Java support multi dimensional arrays?
What are the restrictions for static method?
Why a abstract method cannot be static?
Is ’sizeof’ a keyword?
What is the precedence of operators in Java?
How is an argument passed in Java methods?
What is the difference between class variable, member variable and automatic(local) variable?
When are static and non static variables of a class initialized?
Can shift operators be applied to float types?
What are different Java declarations and their associated rules?
What are Java Modifiers?
Explain final modifier.
Can you change the reference of the final object?
Can abstract class be instantiated?
When does the compiler insist that the class must be abstract?
Where can static modifiers be used?
What is static initializer code?
Can an anonymous class implement an interface and extend a class at the same time?
What are volatile variables?
Can protected or friendly features be accessed from different packages?
How many ways can one write an infinite loop?
When do you use ’continue’ and ’break’ statements?
What is the difference between ’while’ and ’do while’ loop?
What is an Assertion and why using assertion in your program is a good idea ?
Explain Assertions with a code exmaple.
How many forms of assertions we have?
When assertions should be avoided?
What situations are best suitable for implementing assertions?
What is Exception ?
What is a user-defined exception?
What do you know about the garbage collector?
Why Java does not support pointers?
Does garbage collection guarantee that a program will not run out of memory?
What is finally in Exception handling?
What can prevent the execution of the code in finally block?
Explain ’try’,’catch’ and ’finally’ blocks?
Define Checked and Unchecked exception.
What is the difference between an abstract class and an interface?
What is the use of interface?
What is serializable interface?
Does a class inherit constructors from its superclass?
What’s the difference between constructors and other methods?
If the method to be overridden has access type ’protected’, can subclass have the access type as ’private’?
If you use super() or this() in a constructor where should it appear in the constructor?
What modifiers may be used with an inner class that is a member of an outer class?
Can an inner class be defined inside a method?
What is an anonymous class?
What is a thread?
What is the difference between process and threads?
What are two types of multitasking?
What are two ways of creating threads in Java and why so?
How does multithreading take place on a computer with a single CPU?
How a Java object be locked for exclusive use by a given thread?
What is Synchronization?
Explain wait(),notify(), and notifyAll() methods?
What is a Daemon thread?
How a dead thread can be started?
What is the difference between String and StringBuffer?
How is ’==’ different from .equals() method in case of String objects?
Explain StreamTokenizer?
What is Collection?
Explain List,Set and Map.
What is the serialization?
What is the difference between Serializable and Externalizable interface?
What is memory leak?
Difference between ArrayList and Vector class?
What is the difference between Hashtable and HashMap?
What is JFC?
What is the difference between JFC Swing and AWT?
What is the base class for all swing components?
What are lightweight and heavyweight components ?
How can a GUI component handle its own events?
What is a Layout Manager and what are its different types and their advantages?
How are the elements of a GridBagLayout organized?
What are the problems faced by Java programmers in absence of layout managers?
Where the CardLayout is used?
What is the difference between GridLayout and GridBagLayout?
How will you add a panel to a frame?
What is the difference between Application and Applet?
Explain Lifecycle of the Applet and what is the order of method invocation in an applet?
What is the difference between Java class and bean?
What is difference between trusted and untrusted applet?
How do you set Java Library path programmatically?(new)
Explain the usage of java.util.Date and more classes and APIs for date handling in Java?(new)
JDBC
What is JDBC ?
What are four drivers available in JDBC?
How do you establish database connection using JDBC?
What are the different types of Statements?
What is PreparedStatement and how is different from Statement?
What is the difference between executeQuery () and execute() ?
What is the difference between executeQuery () and executeUpdate()?
How do you call a stored procedure in Java?
What are new features from JDBC2.0 onwards?
How can a cursor move in scrollable result sets?
Differentiate TYPE_SCROLL_INSENSITIVE and TYPE_SCROLL_SENSITIVE?
How will you differentiate the following two ways of loading a database driver?
How can you display a particular web page from an applet?(new)
How can you get the hostname on the basis of IP addres ?(new)
How can you get an IP address of a machine from its hostname?(new)
How do you know who is accessing your server?(new)
What are different socket options?(new)
What should I use a ServerSocket or DatagramSocket in my applications?(new)
Interview Questions On Java,Java EE: Java Tools
15:15 Publié dans utilitaires webmasters | Lien permanent | Commentaires (0) | Envoyer cette note | Tags : gratuit, blog, france, liste, outils, java, webmasters
03.10.2007
Gratuit scripts formulaires de contact web 2.0 ajax
lien kontactr.com
22:40 Publié dans ASTUCES , Blog , gratuit , utilitaires , utilitaires internet , utilitaires webmasters , Web , WEB 2.0 | Lien permanent | Commentaires (0) | Envoyer cette note | Tags : gratuit, blog, webmasters, web 2.0, services, scripts, formulaire de contact
25.05.2007
gratuit : free Zookoda is an email marketing application
Oh...did we mention - it’s all FREE!
Zookoda enables you to:
Zookoda
15:04 Publié dans gratuit , WEB 2.0 , Blog , utilitaires internet , utilitaires webmasters , Web | Lien permanent | Commentaires (0) | Trackbacks (0) | Envoyer cette note | Tags : gratuit, web 2.0, freewares, blogging, tools, webmasters, application
21.01.2007
gratuit : free Web Rank Checker pour webmasters
18:45 Publié dans WEB 2.0 , utilitaires , utilitaires webmasters , Web | Lien permanent | Commentaires (0) | Trackbacks (0) | Envoyer cette note | Tags : gratuit, free, referencement, Web Rank Checker, webmasters
14.01.2007
Gratuit : Free Quick Maps for webmasters
19:30 Publié dans WEB 2.0 , ASTUCES , utilitaires internet , utilitaires webmasters | Lien permanent | Commentaires (0) | Trackbacks (0) | Envoyer cette note | Tags : free, gratuit, maps, services, webmasters
06.01.2007
Advertisers webmasters Publishers voici Invideo Beta
Features:
- *Fully customizable video player, easy-to-use, and 100% free
- *Brand your videos with your own custom logo "watermark"
- *"Split-screen" ads engage users without interrupting viewing experience
- *Sharing features promote your site when your videos get "viral"
- *Earn money from your videos, even when they’re embedded into other peoples’ Web sites
Advertisers
Targeted text ads bought in the AdBrite marketplace appear in relevant websites and videos.
Publishers
AdBrite InVideo is currently available to publishers only by special invitation. If you’re interested in an invitation, click the link below.
AdBrite InVideo - In Video Ads Beta
22:07 Publié dans ASTUCES , utilitaires , utilitaires internet , utilitaires webmasters , Web | Lien permanent | Commentaires (0) | Trackbacks (0) | Envoyer cette note | Tags : advertiser, publishers, webmasters, new video adbrite, Invideo Beta
01.12.2006
Gratuit : Suite Logicielle webmasters sonneries mp3 et gestion drivers
23:42 Publié dans gratuit , WEB 2.0 , utilitaires , utilitaires internet , utilitaires webmasters | Lien permanent | Commentaires (0) | Trackbacks (0) | Envoyer cette note | Tags : Gratuit, suite Logicielle, webmasters, sonneries, mp3, gestion drivers
02.09.2006
Rentabilisez votre site web avec Oxado

Rentabilisez votre site web avec Oxado
Votre site web peut engendrer des revenus en accueillant des espaces publicitaires. Le contenu de vos pages s’enrichit et dans le même temps, vous générez des bénéfices.
A la suite d’une inscription en ligne, simple et gratuite, Oxado s’occupe de tout: pertinence des annonces, renouvellement en temps réel, gestion automatisée... Nos régies publicitaires représentent 60 000 annonceurs en Europe dont 24 000 en France: dans ces conditions, difficile de ne pas trouver des affichages adaptés à votre site!
Créez votre site web, Oxado se charge de le rentabiliser.
Oxado en toute précision
Oxado adapte les annonces en scannant le contenu de votre site.
Quel que soit le type de campagne publicitaire, Oxado optimise la pertinence des affichages sur chacune de vos pages, vous permettant d’engendrer davantage de revenus.
Oxado en toute transparence
A l’aide d’un login et d’un mot de passe créés lors de votre inscription, vous pouvez accéder à tout moment à votre compte Oxado: statistiques complètes et détaillées du trafic réalisé sur votre site web, montant de vos rémunérations, échéances des règlements...
Vos rémunérations en toute simplicité
Dès votre affiliation à Oxado, vous choisissez votre mode de rémunération: par virement (pays de l’Union Européenne uniquement) ou par Moneybookers.com
Oxado s’engage auprès de ses affiliés à reverser les gains du mois écoulé sous 30 jours.
Oxado engage les règlements à partir d’un gain minimum de 100 euros.
Parrainage et parrainage automatique
Vous gagnez 10% des revenus des éditeurs qui s’inscrivent en suivant l’un de vos liens de parrainage. Encore mieux: ça marche aussi pour les liens "Oxado" dans vos bannières.
Les atouts de l’affiliation Oxado
- Gratuité totale
- Forte rémunération grâce à des partenariats exclusifs avec les plus importantes régies « cost per clic » du monde : Overture, Espotting, FindWhat, Mirago, etc.
- Votre site web n’est pas tenu de réaliser un trafic minimum pour s’inscrire
- Un paiement mensuel
- Une publicité pertinente, non intrusive et utile pour vos visiteurs
- Intégration facile dans tous les environnements web
- Palette de formats variés pour une meilleure adaptation à votre site
- Plus de 2 millions d’annonces couvrant la France, la Belgique, l’Angleterre, l’Allemagne, l’Espagne, l’Italie ou encore les Etats-Unis et le Canada
- Une sélection automatique des annonces
- Une diffusion immédiate des annonces sur votre site
- La disponibilité de statistiques détaillées
- L’alternance des publicités
- La qualité des annonceurs
- La diversité des thèmes d’annonces, des grandes banques aux entreprises locales en passant par les compagnies d’assurance
- L’accès à des réseaux de milliers d’annonceurs
Webmasters, gagnez de l’argent en affichant des bannières contextuelles Oxado
15:30 Publié dans ASTUCES | Lien permanent | Commentaires (0) | Envoyer cette note | Tags : webmasters, revenus, affiliation, gratuit
14.08.2006
Free programming and computer science books, ebooks and lecture notes
Throughout this site, other terms are used to refer to a book, such as text, textbook, document or note.
None. All the books listed in this site are available for free, as they are hosted on websites that belong to the authors or the publishers. Note that each author and publisher has their own terms and conditions in the forms of free documentation licenses or other specific ones.
Of course, you are most welcome to view, download and print the books for your own private use at no charge.
FreeTechBooks.com - Free programming and computer science books, ebooks and lecture notes
21:50 Publié dans utilitaires webmasters | Lien permanent | Commentaires (0) | Envoyer cette note | Tags : free books, webmasters, utilities, programming






