yDoc - Javadoc™ UML Extension

ProgrammingSoftware

yDoc is a powerful Javadoc™ extension that adds UML diagrams and a number of other impressive features to the generation process of Java API documentation.

Read More

Tags: ,

هک کردن

Useful Info

برای هک کردن ایمیل  یا ایدی یاهو باید آدرس ایمیل طرف را داشته باشیم

شما با فرستادن این ایمیل به سرور یا همون ربات سرور حمله می کنید… که این کار روبات سرور رو از کار میندازه و هنگ میکنه و بعدش هر چیزی که بخواینن بهتون میده که خیلی عالی میشه

هر گونه مسئولیتی در قبال بدست آوردن پسوورد دیگران به عهده خود شخص است.

Read More

Tags:

Dot Matrix Display

Electronics

This is tutorial to explain how the Dot Matrix Display works

led-display-scrolling-sign-24x8-aff

 

Read More

Tags: ,

Assert

Programming

Many compilers offer an assert() macro. The assert() macro returns TRUE if its parameter evaluates TRUE and takes some kind of action if it evaluates FALSE. Many compilers will abort the program on an assert() that fails; others will throw an exception

Read More

Download Accelerator Plus (DAP)

Software

Download Accelerator Plus (DAP) provides an automatic Mirroring Speed Boost that delivers super fast downloads. It also includes Premium RapidShare acceleration and simple integration to Twitter.

Other softwares: video downloader and accelerator

Read More

Recovering Deleted Files

Software

 This article explains how to restore deleted files no longer in the Recycle Bin.Restore deleted files that are no longer in the Recycle Bin! When a file is deleted from your computer, its contents aren’t immediately destroyed. Its hard drive space is made available for use, but until that space is overwritten, your old data is usually intact.

Read More

How to set up a restricted personal home web server

Web Designing

The following article discuss about configuring a server to restrict access by creating a .htaccess file.

Read More

Tags:

50 COMMON INTERVIEW QUESTIONS AND ANSWERS

Useful Info

 

Very Important Please Don’t Miss it.
Review these typical interview questions and think about how you would answer them. Read the questions listed; you will also find some strategy suggestions with it.

 

image002

Read More

Configuring and Using Apache Tomcat with SOAP

Web Designing

This document describes the steps of installing Apache-Tomcat (Jakarta) and Apache-SOAP server. You can also download a pre-configured version of the Apache-Tomcat.

 

 

Read More

HTML-Kit - HTML Editor and Validator

ProgrammingSoftwareWeb Designing

HTML-Kit is a full-featured editor designed to help HTML, XHTML and XML authors to edit, format, lookup help, validate, preview and publish web pages. Despite its name and the light download size, HTML-Kit is a multi-purpose tool that has support for several scripting and programming languages. Read More

Image Galleries for website

Web Designing

 Lightbox is a simple, unobtrusive script used to overlay images on the current page. It’s a snap to setup and works on all modern browsers.

Highslide JS is an open source image, media and gallery viewer written in JavaScript. These are some of its advantages

Read More

JQuery

Web Designing

jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery is designed to change the way that you write JavaScript.

Read More

Mathematics for Programming

AlgorithmMathematicsProgramming

Mathematics for programming

Reference
Read More

Dijkstra’s algorithm

Algorithm

Dijkstra’s algorithm, conceived by Dutch computer scientist Edsger Dijkstra in 1959,[1] is a graph search algorithm that solves
the single-source shortest path problem for a graph with non negative edge path costs, outputting a shortest
path tree. This algorithm is often used in routing.


What are Sitemaps?

Web Designing

Sitemaps are an easy way for webmasters to inform search engines about pages on their sites that are available for crawling. In its simplest form, a Sitemap is an XML file that lists URLs for a site along with additional metadata about each URL (when it was last updated, how often it usually changes, and how important it is, relative to other URLs in the site) so that search engines can more intelligently crawl the site.

Read More

Building and Running a Web Application

ProgrammingWeb Designing

This tutorial demonstrate how you can use the rich set of tools and APIs that comes with the Web Tools Platform Project. This first tutorial will give you a step by step tour of using some the tools for web development. For this purpose we will build and run a J2EE web application using WTP tools and Apache Tomcat.

The rest of this article is available to premium members only.
Login or Become a member

[Guarded by Membership Site Software: Wordpress Membership Site Plugin - MemberWing - membership site plugin]

Tags:

BBPress, WordPress MU, BuddyPress

Web Designing

Installation and Integration process

The rest of this article is available to premium members only.
Login or Become a member

[Guarded by Membership Site Software: Wordpress Membership Site Plugin - MemberWing - membership site plugin]

Tags:

yEd Graph Editor

Software

yEd is a graph editor application that is based upon the yFiles for Java library. It acts as a technology demo and exhibits many of the features that are available in yFiles. Read More

HTML5

Web Designing

HTML5 is more than just a collection of new markups. Its intended use is for web applications, and it introduces a series of new functionalities such as APIs for offline data storage, drag and drop, geolocation and easier embedding of videos and audios. CSS3, on the other hand, supports new options like rounded corners, text shadow, opacity and image borders.

We have a great introductory post on HTML5 in our blog.

Tags:

Java Animation Tutorials

Programming

Fun with Java: Sprite Animation, Part 1

This program animates a group of colored spherical sea creatures swimming around in a fish tank.  A screen shot of the output produced by this program is shown in Figure 1.

Read More

Tags:

Vector vs. LinkedList in C++

Programming

Vectors are inefficient at removing or inserting elements other than at the end. Such operations have O(n) complexity compared with O(1) for linked-lists. This is offset by the speed of access - access to a random element in a vector is of complexity O(1) compared with O(n) for general linked-lists and O(log n) for link-trees.

Read More

Tags:

INI files

Programming

In the world of windows, The INI file format is a common format for configuration files. INI files are simple text files with a basic structure. They are commonly associated with Microsoft Windows, but are also used on other platforms. The use of the “INI file” has been deprecated in Windows and corresponding data should be placed in the registry. The name “INI file” comes from the filename extension usually used, “.INI”, that stands for “initialization”. Sometimes files using the INI file format will use a different extension, such as “.CFG”, “.conf”, or “.TXT”.
Read More

Build your PC from Scratch

Useful Info

With a custom build you can do fun stuff like overclock your CPU and get more bang for your buck, or install OS X where it was never intended to run. An article breaks down exactly what parts you’d want for one of three levels of computer: Budget Box, Hot RodGod Box Read More

Tags:

how to hack java files

Programming

This brief article shows how to access and open java class files.


The rest of this article is available to premium members only.
Login or Become a member

[Guarded by Membership Site Software: Wordpress Membership Site Plugin - MemberWing - membership site plugin]

Tags: ,

DJ Java Decompiler

ProgrammingSoftware

DJ Java Decompiler is Windows decompiler and disassembler for Java that reconstructs the original source code from the compiled binary CLASS files (for example Java applets).(Download old vertion 3.9 for free here). DJ Java Decompiler is able to decompile complex Java applets and binaries, producing accurate source code. DJ Java Decompiler is a stand-alone Windows application; it doesn’t require having Java installed. DJ Java Decompiler is not just Java decompiler and disassembler but it is also a fully featured Java editor using the graphic user interface with syntax-coloring.

Version 3.11.11.95 adds annotation support, new search tool “Search for files inside compressed archives” (JAR, ZIP, WAR, EAR, APK), Imports Viewer and Methods Viewer with sorting capabilities.

Tags:

Java Server Progamming (JSP)

Web Designing

Java Server Progamming (JSP) functions, codes and examples:

Reference: from the jsp examples of Apache Tomcat

Read More

Computer Science and Engineering Databases

References

Computer science

Also search the multidisciplinary databases as they cover a wide range of academic topics

Electronic engineering

Also search the multidisciplinary databases as they cover a wide range of academic topics

Engineering

Also search the multidisciplinary databases as they cover a wide range of academic topics

setup home web server

Web Designing

This article explains some of the steps to create a Home web server. Read More

Tags:

Web Applications using Apache Maven, Java and JSP

ProgrammingWeb Designing

In order to create Web Applications you nee:

Read More

Tags: ,

Configure Apache Server, MySQL, PHP, and phpmyadmin

Web Designing

This tutorial explains how to install and Configure Apache Server, MySQL, PHP, and phpmyadmin

 The material of this tutorial is obtained from the book of Foundation PHP 5 for Flash by David Powers, friendsofed

Read More

Statcounter

Web Designing

StatCounter is a free web traffic analysis service, which provides summary stats on all your traffic and a detailed analysis of your last 500 page views. This limit can be increased by subscribing to their paid service.

Google page rank

Web Designing

Google PageRank is Google’s way of assessing the relative quality of a Web site or Web page on the Internet. PageRank is measured on a scale of 0 to 10. The stronger the PageRank of a given Web page, the higher the corresponding score on the scale. My Google PageRank allows Webmasters to view their site’s PageRank online. In addition, Webmasters can use the provided code from the My Google Page Rank tool to display their site’s PageRank to their visitors.

Another way to check your website’s Ranking is the Alexa.com website

Useful Plugins

Web Designing

  • IntenseDebate Comments
  • Yet Another Related Posts Plugin
  • Hello Dolly
  • Easy AdSense
  • Stream News Live
  • BumpIn
  • MyBlogLog

Read More

Tags:

Integrating bbPress with WordPress

Web Designing

How to integrate bbPress with WordPress?

Read More

Tags: