Tuesday, July 31, 2012

Android Video Tutorial

I found an excellent video tutorial about android development on Youtube. And i am sharing that beautiful video tutorial with you.


Thanks


AJAY

Java Video Tutorial for Beginners

I am sharing you a series of java tutorials which is uploaded on Youtube uploaded by AllTutorials4U.

Topics covered in Tutorial 1:

System.out.println()
Defining & using variables
Doing basic math operations
how to get user input 
If concept
How to use methods
while loop
how to use the built-in java random number generator



Topics covered in Tutorial 2:

Basic GUI Popup Windows
Array
Strings 
Basic introduction to Applets
How to write an Applet that displays lines and text
Simple bubble sort on an array of integers



Topics covered in Tutorial 3:

How to write information generated in a java program into a .txt file




Thanks


AJAY

Sunday, July 29, 2012

Git Based Wiki Implementation

A wiki implementation based on the Git, a Distributed Version Control System, is the academic project done by me during my MCA. It is a completely open source tools oriented wiki engine that has many powerful capabilities. 

We know, a wiki is a collection of various articles contributed by various writers around the world. There may be chances of updating an article with unwanted or abusing data. So we may need to revert the modified article to its previous state. We generally use a version control management system for that purpose. I used Git in my project for that purpose.

As Git is a powerful DVCS (Distributed Version Control System), the wiki engine is more efficient to keep track of the versions. Git is a open source tool that is  developed by the Linux developer team. Its more efficient with its powerful commands.


I am using SQLite3 as the database. Webpy is the framework used here. HTML and CSS is used for the user interface. Python is the language used to write the wiki engine. Markdown style is used for writing the articles. The project is completely developed under Linux platform.

Here is some screen shots of my project.










You can read following articles regarding my project.


Thanks

AJAY 

Saturday, July 28, 2012

Python Lessons - Khan Academy


There are many useful resources around the web that will be helpful to every computer geeks. I am sharing some of such useful amazing video resources here. 

Khan Academy is a website that gives such video lessons about different topics. Here i am sharing computer related video lessons, mostly related to Python. You can view and download them at free of cost.

  1. Introduction to Programs Data Types and Variables
  2. Binary Numbers
  3. Python Lists
  4. For Loops in Python
  5. While Loops in Python
  6. Fun with Strings
  7. Writing a Simple Factorial Program. (Python 2)
  8. Stepping Through the Factorial Program
  9. Flowchart for the Factorial Program
  10. Python 3 Not Backwards Compatible with Python 2
  11. Defining a Factorial Function
  12. Diagramming What Happens with a Function Call
  13. Recursive Factorial Function
  14. Comparing Iterative and Recursive Factorial Functions
  15. Exercise - Write a Fibonacci Function
  16. Iterative Fibonacci Function Example
  17. Stepping Through Iterative Fibonacci Function
  18. Recursive Fibonacci Example
  19. Stepping Through Recursive Fibonacci Function
  20. Exercise - Write a Sorting Function
  21. Insertion Sort Algorithm
  22. Insertion Sort in Python
  23. Stepping Through Insertion Sort Function
  24. Simpler Insertion Sort Function


Thanks

AJAY

Linux Tutorials - Unix Edition


We know, Linux is a Unix like system. For more advanced reference purpose on Linux, and for mastering the Vi editor, i am giving you the Unix edition of Linux tutorials. Enjoy the free download.

  1. Unix Programming Tools
  2. UNIX System Administration
  3. Shell Programming for System Administrators
  4. Mastering VI Editor

Thanks

AJAY

Friday, July 27, 2012

Linux Tutorials - RedHat Edition

I think you have enjoyed my Linux tutorial download links for beginners. Now i am giving you the tutorials for Red Hat distribution of Linux.

  1. Red Hat Linux (Second Edition)
  2. Red Hat Linux Unleashed - David Pitts
  3. Red Hat Linux Unleashed

Thanks

AJAY

Wednesday, July 25, 2012

Dreamweaver Tutorial

Adobe Dreamweaver (formerly Macromedia Dreamweaver) is a proprietary web development application originally created by Macromedia. It is now developed by Adobe Systems,

Here i am giving you excellent tutorials to master this tool.

  1. The Essential Guide to Dreamweaver CS3 Basic
  2. The Essential Guide to Dreamweaver CS3 Advanced

Thanks

AJAY

Monday, July 23, 2012

ActionScript Tutorial

ActionScript is an object-oriented language originally developed by Macromedia Inc. (now owned by Adobe Systems). It is a dialect of ECMAScript (meaning it is a superset of the syntax and semantics of the language more widely known as JavaScript), and is used primarily for the development of websites and software targeting the Adobe Flash Player platform, used on Web pages in the form of embedded SWF files. The language itself is open-source in that its specification is offered free of charge  and both an open source compiler (as part of Adobe Flex) and open source virtual machine (Mozilla Tamarin) are available.

I am giving you a best tutorial for learning ActionScript. Download it here,


Thanks 

AJAY

Sunday, July 15, 2012

AJAX Tutorial

Ajax, an acronym for Asynchronous JavaScript and XML, is a group of interrelated web development techniques used on the client-side to create asynchronous web applications. With Ajax, web applications can send data to, and retrieve data from, a server asynchronously (in the background) without interfering with the display and behavior of the existing page.

You can download a good tutorial for AJAX here.


Thanks

AJAY

Friday, July 13, 2012

Silverlight Tutorial

Microsoft Silverlight is an application framework for writing and running rich Internet applications, with features and purposes similar to those ofAdobe Flash.While early versions of Silverlight focused on streaming media, current versions support multimedia, graphics and animation, and give developers support for CLI languages and development tools. Silverlight is also one of the two application development platforms for Windows Phone. You can download the MS Silverlight with ASP.Net tutorial from here.


Thanks

AJAY

Sunday, July 8, 2012

ASP Tutorials for all

Here you can download 7 ASP tutorial e-books of various writers and publishers. It will be helpful to beginners and the professionals. Here is the direct download links. 
Thanks

AJAY