Posts

Showing posts from 2013

How To Write A Simple Program in C

Image
I  am going to share that   How To Write A Simple Program in  C Program. In which you can easily understand that how   Write A Simple Program in  C.

User Interface Analysis and Design eBook(pdf)

Image
User interface design or user interface engineering is the design of websites, computers, appliances, machines, mobile communication devices, and software applications with the focus on the user's experience and interaction. The goal of user interface design is to make the user's interaction as simple and efficient as possible, in terms of accomplishing user goals—what is often called user-centered design. Good user interface design facilitates finishing the task at hand without drawing unnecessary attention to itself. Graphic design may be utilized to support its usability. The design process must balance technical functionality and visual elements (e.g., mental model) to create a system that is not only operational but also usable and adaptable to changing user needs. Interface design is involved in a wide range of projects from computer systems, to cars, to commercial planes; all of these projects involve much of the same basic human interactions yet also require some...

Download Learn HTML Free e-Book in urdu free

Image
HyperText Markup Language (HTML) is the main markup language for creating web pages and other information that can be displayed in a web browser. HTML is written in the form of HTML elements consisting of tags enclosed in angle brackets (like <html>), within the web page content. HTML tags most commonly come in pairs like <h1> and </h1>, although some tags represent empty elements and so are unpaired, for example <img>. The first tag in a pair is the start tag, and the second tag is the end tag (they are also called opening tags and closing tags). In between these tags web designers can add text, further tags, comments and other types of text-based content. The purpose of a web browser is to read HTML documents and compose them into visible or audible web pages. The browser does not display the HTML tags, but uses the tags to interpret the content of the page. HTML elements form the building blocks of all websites. HTML allows images and objects to be em...

Download Free Drive r Easy Software Full Version For Windows 7 and XP

Image
DriverEasy scans your system in search of all missing or outdated drivers, and lets you download those directly from the program's interface. The whole process hardly takes a few minutes (except for the download bit, of course) and it doesn't require any technical skills. To use DriverEasy, just hit the big, green Scan Now button in the middle of the window and wait for the program to complete its analysis. DriverEasy will then display a list of all the necessary drivers for your hardware and software configuration, including the installed, missing and outdated elements. If you want to fix them, simply click the Get drivers button and DriverEasy will display a list with direct download links for each one. DriverEasy is easy to use and works with all sorts of drivers (audio, video, network, USB, PCI and more). On the downside, you may find that it doesn't support specific hardware components. DriverEasy is a simple way to get all your software and hardware drivers fi...

Download Free Adobe Dreamweaver CS5 in Urdu Language e-Book

Image
Adobe Dreamweaver CS5 is a web design tool that will make easier the creation of your own webpage with a bit of help. You can try the free version or get the full one, according to your preferences.Adobe Dreamweaver is a site building and publishing tool appropriate for intermediate to advanced users that allows you to create and edit web pages and applications using a graphical interface and built-in advanced design and coding features. Adobe Dreamweaver is a proprietary web development tool developed by Adobe Systems. Dreamweaver was originally developed by Macromedia in 1997, and was maintained by them until Macromedia was acquired by Adobe Systems in 2005.Adobe Dreamweaver is available for both OS X and Windows.Following Adobe's acquisition of the Macromedia product suite, releases of Dreamweaver subsequent to version 8.0 and other leatest have been more compliant with W3C standards. Recent versions have improved support for Web technologies such as CSS, JavaScript, a...

Download Modern 3D Studio Max e-Book in Urdu language

Image
 Autodesk 3ds Max, formerly 3D Studio Max, is a 3D computer graphics program for making 3D animations, models, and images. It was developed and produced by Autodesk Media and Entertainment. It has modeling capabilities, a flexible plugin architecture and can be used on the Microsoft Windows platform. It is frequently used by video game developers, many TV commercial studios and architectural visualization studios. It is also used for movie effects and movie pre-visualization. In addition to its modeling and animation tools, the latest version of 3ds Max also features shaders (such as ambient occlusion and subsurface scattering), dynamic simulation, particle systems, radiosity, normal map creation and rendering, global illumination, a customizable user interface, and its own scripting language..  3d Studio Max is an industry leading application for design visualization, game development and visual effects. 3ds Max is powerful and flexible enough for professionals, but ...

Download Web-development using PHP and mySQL in Urdu language eBook

Image
Learn Web-development using PHP and mySQL in Urdu  language eBook  Few contents of Book...  01: What is PHP ?   02: What is mySQL ?  03: What is XAMPP ?  04: Installing out XAMPP on PC  05: Writing out your first PHP script  06: Working out with comments  07: About Variables in PHP  08: Working with Operators of PHP  09: Understanding types of Databases and their Uses  10: Decision structures and Loops in PHP  11: Important functions of PHP to work with Databases  12: Creating mySQL Database and Connecting to it  13: Performing SQL queries using PHP  14: Inserting, Deleting, Retrieving and Updating data in mySQL  databases using PHP  15: Beyond the basics, and Much more.... (Note:- If you don't know urdu language then you can't learn this.....) Click Here for Download PHP and mySQL in Urdu language eBook Book Name:  Learn Web-development using PHP and mySQL in...

How to Create Basic Structure of a C Program (HINDI)

Image
I  am going to share a Basic Structure of a C Program. In which you can easily understand that how  create a basic program in C.. Every full C program begins inside a function called "main". A function is simply a collection of commands that do "something".  The main function is always called when the program first executes. From main, we can call other functions, whether they be written by us or by others or use built-in language features. To access the standard functions that comes with your compiler, you need to include a header with the #include directive. What this does is effectively take everything in the header and paste it into your program. Let's look at a working program: Example:- #include <stdio.h> int main() {     printf( "I am alive!  Beware.\n" );     getchar();     return 0; }

How to make a factorial Program in C++?

Image
This program calculates the the factorial of an integer number entered by the user. The function uses for loop to calculate the factorial and returns the number. Program terminates if a non integer number is entered. This C language program uses for loop in just a single statement to calculates the factorial of integer number. #include<conio.h> #include<iostream.h> void main(void) { int a=1,n,fn=1;                            //Variable Decileration clrscr();                                    // // For Clear Screen cout<<"Enter Your Number = ";     //For Geting any OutPut cin>>n;                                    //For Geting any Input for(a=1; a<=n; a++)   ...

C++ E-book in Urdu Free Download

Image
C++ is a programming language which is used to create games, PC software, desktop applications and much more. It is an object oriented programming language. C++ is basically the advance version of C Language. There are many other languages are also used for... In the book "C++ Sikhiye", Mr. Zulqarnain has tried his best to explain the concept of C++ in Urdu language.If you want to learn C++ from beginning, then do not miss to download this book becuase this book is for you for free. Click On the Link Below for Download a C++ E-book.. Download a C++ E-Book in Urdu Language Free..

Download C++ Software for Windows 7 and XP Full version?

Image
A high-level programming language developed by Bjarne Stroustrup at Bell Labs. C++ adds object-oriented features to its predecessor, C. C++ is one of the most popular programming language for graphical applications, such as those that run in Windows and Macintosh environments. C++ is a programming language which is used to create games, PC software, desktop applications and much more. It is an object oriented programming language. C++ is basically the advance version of C Language. There are many other languages are also used for... Click Here For Download C++ Full Version.

Spot Flux Software Free Download

Image
Spot flux is a free encrypted VPN client that routes your Internet traffic through a series of secure servers that mask your actual IP and make it virtually impossible to trace the connection back to  your computer. Unlike some VPN clients, Spot flux is easy enough for anyone to use. Spot flux provides an easy to use solution to stay anonymous online and to protect your privacy and security. This small and easy to install client encrypts your internet connection, changes your ip address, and performs millions of real-time calculations in the cloud to eliminate malware and malicious trackers. Enjoy a clean and private internet experience with Spot flux. Spot flux is a free download and free install. Click Here For Download Soft Flex Software