Programming Microsoft Visual C# 2008: The Language

image

توضیحات:

Get the in-depth reference and pragmatic, real-world insights you need to exploit the enhanced language features and core capabilities in Visual C# 2008. Programming expert Donis Marshall deftly helps you build your proficiency with language features such as classes, structs, and other fundamentals, and helps you advance your expertise with more-advanced topics such as debugging, threading, and memory management. Combining an incisive reference with code samples and best practices, this developer reference focuses on details of the C# language you need to build innovative solutions.
Key Book Benefits:
Delves into the core, must-know topics for developers working with Visual C# 2008, and advances their mastery with essential skills

Thoroughly explicates language features such as generics, code snippets, and anonymous methods, while also providing updated information about classic features such as namespaces and metadata

Provides code samples to illustrate concepts and build skills mastery

About the Author
Donis Marshall is a trainer, a consultant and an author with 20 years of development experience and an in-depth background on Microsoft .NET technologies. He is the author of several books, including .NET Security Programming. Donis teaches classes on .NET programming, debugging, security, and design and architecture. In addition, he is the president of DebugNow.

 

Download

http://rapidshare.com/files/152041802/0735625409.rar

منتشرشده در:  on ژانویه 25, 2009 at 12:15 ب.ظ نوشتن دیدگاه

Microsoft C# Programming for the Absolute Beginner

image

توضیحات:

Using game creation as a teaching tool, this book not only teaches C#, it also teaches the fundamental programming concepts you need to grasp in order to learn any computer language. You will be able to take the skills learned in this book and then apply them to your own situation. Microsoft C# Programming for the Absolute Beginner is a unique book aimed at the novice programmer. Developed by computer science instructors, this series is the ideal tool for anyone with little to no programming experience.

Download

http://rapidshare.com/files/106458229/SpunkinsUpProgramming__Beginner.rar

منتشرشده در:  on at 12:07 ب.ظ نوشتن دیدگاه

Web Application Developer’s Guide

The Web Application Developer’s Guide presents some of the technologies available for developing web-based multi-tier applications. A web application is a collection of HTML/XML documents, web components (servlets and JavaServer Pages), and other resources in either a directory structure or archived format known as a web archive (WAR) file. A web application is located on a central server and provides service to a variety of clients.

This book details how these technologies are surfaced in JBuilder and how you work with them in the IDE and the editor. It also explains how these technologies fit together in a web application.

: Download

http://rapidshare.com/files/167149400/Web_Application_Developer_s_Guide.rar

منتشرشده در:  on ژانویه 6, 2009 at 9:50 ق.ظ نوشتن دیدگاه

Introduction to Javascript

This course will NOT be dealing with programming fundamentals, or rigorous programming structures within JavaScript. That topic is far too broad for a two-hour introduction to JavaScript.

It’s important to understand the difference between Java and JavaScript. Java is a full programming language developed by Sun Microsystems with formal structures, etc. JavaScript is a scripting language developed by Netscape that is used to modify web pages. Most JavaScript must be written in the HTML document between <SCRIPT> tags. You open with a <SCRIPT> tag, write your JavaScript, and write a closing </SCRIPT> tag. Sometimes, as an attribute to script, you may add “Language=JavaScript” because there are other scripting languages as well as JavaScript that can be used in HTML. We’ll go through some examples to demonstrate the syntax of JavaScript.

To understand the workings of JavaScript, it is essential to understand a few basic programming concepts. JavaScript is object-oriented. An Object in JavaScript is a resource that has specific characteristics known as properties and provides several services known as methods and events. An example of an object is document, which represents the current web page and has properties such as location ( which stores the URL location of the document) and methods such as writeln , which writes dynamically created html text to the document

A variable stores a value. It can be thought of as a labeled box, with the name of the variable as the label and the value as the contents. The JavaScript statement:
var x= “hello”;
assigns to the variable named x the String value “hello”.
var x=1;

This line of JavaScript assigns to the variable x the integer value 1. As you can see, a JavaScript variable can refer to a value of any type; this can be integer, string, or even any type of object. You dont have to specify the type of variable before creating it. Note that object properties can be thought of as variables that belong to the object.

A method is basically a collection of statements that does something. For example, a method “writeln()” exists in the document object that can be used to write html to your document. Methods are predefined in JavaScript. It is possible for you to define functions, which can be thought of as methods you define outside of any object.

When you have the syntax object.method as you do with document.writeln, the method operates on the object given. In this case, the writeln method operates (the operation is writing) to the document (the browser window that you see). This syntactic structure is often used in JavaScript.

: Download

http://www.cit.cornell.edu/training/materials/students/js/mainhandout.pdf

منتشرشده در:  on at 9:38 ق.ظ نوشتن دیدگاه

Creating Web Pages for Dummies

توضیحات:
If the most exciting channel of communication is the Web, the means of communication is the Web page. Ordinary people demonstrate amazing energy and imagination in creating and publishing diverse Web home pages. And although ordinary people have a desire to create Web pages, businesses have a need to set up shop on the Web. So the rush to the Web continues, often with the same people expressing themselves personally on one Web page and commercially on another.
So you want to be there, too. “But,” you ask, “isn’t it difficult, expensive, and complicated?” Not any more. As the Web has grown, easy ways to get on the Web have appeared. And we discuss the best of them in the pages of this book.
Download:

http://rapidshare.com/files/180260399/Creating_Web_Pages_For_Dummies__8th_Edition.pdf

منتشرشده در:  on at 9:32 ق.ظ نوشتن دیدگاه
Tags:

Happy New Year

Dreamweaver CS4 for Dummies

توضیحات
When professional Web designers want to build a Web site, they nearly always pick Dreamweaver. With more than 80 percent of all designers using it, Dreamweaver is definitely the top dual-platform (PC and Mac) Web design software application on the market today. What makes Dreamweaver so great is the combo WYSIWYG (What You See Is What You Get) coding interface that allows you to build HTML files containing text, graphics, and other media, all the while seeing the page layout and its code as you create pages in Dreamweaver’s Design and Code views. Dreamweaver accurately generates all the HTML, CSS, and JavaScript source
code needed for Web developers to create HTML- and XHTML-compliant Web pages. No more sweating intricate coding issues such as merging table cells, creating rollover effects, and applying CSS to text. In addition, Dreamweaver integrates well with Fireworks, for roundtrip graphic editing,
and Contribute CS4, for Web site maintenance and the publishing of content changes by a nondesigner.
: Download
http://rapidshare.com/files/175283072/Dreamweaver_CS4_All-in-One_For_Dummies.rar

منتشرشده در:  on ژانویه 1, 2009 at 9:26 ق.ظ نوشتن دیدگاه
Tags:

Building Flash Web Sites for Dummies

:Building Flash Web Sites for Dummies

توضیحات:

So you want to be a Flash Web designer, but you can’t design Flash Web sites in a flash? It all takes time. And it also requires a modicum of knowledge, which is where this book comes in. If you’ve read other Flash how-to books, you know that they cover the sundry topics like how to create really cool animations with Flash. However, this book takes you to the next level and shows you how to create a Flash Web site from soup to nuts.

: Download

http://rapidshare.com/files/177461988/Building_Flash_Web_Sites_For_Dummies.pdf

منتشرشده در:  on دسامبر 29, 2008 at 7:40 ق.ظ نوشتن دیدگاه
Tags:

تبلیغ برای wordpress

این پست فقط جنبه تبلیغ دارد.

:WordPress Tutorial

توضیحات:

How To Build A WordPress Blog From Scratch, All By Yourself, Even If You Are A Complete Newbie

: Download

http://rapidshare.com/files/177755985/WordPress_Tutorial.pdf

منتشرشده در:  on at 7:25 ق.ظ نوشتن دیدگاه

Blogging for Dummies

Blogging for Dummies

توضیحات:
Everybody’s doing it! And while that logic never got far with your mother, it’s a fine reason to start blogging, especially if you have a business to build or a cause to promote. Well-run blogs do more than offer an outlet for your thoughts. They’ve actually influenced everything from a company’s image to the outcome of a local election.
Because the blogosphere is pretty crowded, it’s a good idea to find out a bit about the anatomy of a blog, what makes a good one, and what it takes to keep one going before you dive right in and start sharing with the world. Blogging For Dummies, 2nd Edition gives you all the basics so you can get a good start. And if you’ve been around the blog a few times and want to advance to the next level, Blogging For Dummies, 2nd Edition even takes a look at podcasting and videoblogging.
You’ll find out how to:

Make your blog stand out in a crowd, build an audience, and even make it pay
Choose the best software options, boost readership, and handle comments
Generate revenue from your blog with ads and sponsorships
Protect your privacy and your job
Deal with spam and the inappropriate comments from that guy who posts several times a day
Find your niche
Attract and keep readers
Use your blog to promote your business, cause, or organization
Add audio, video, cool widgets, and more

Ready? Get Blogging for Dummies and let’s get started!

From the Back Cover
Express yourself, build your business, or promote a cause

Make your blog stand out in a crowd, build an audience, and even make it pay

Whether you’re just finding out about blogs or you’ve been blogging for a while and are curious about podcasting or videoblogging, you can find answers in this book! Get the scoop on software options and how to boost readership, handle comments, make money with ads and sponsorships, add audio or video, and much more.

Discover how to:

Create and maintain a blog that draws readers
Protect your privacy and your job
Deal with spam and inappropriate comments
Find your niche
Use your blog to promote your business

Download:

http://rapidshare.com/files/115241708/Blogging_for_Dummies.rar

منتشرشده در:  on دسامبر 28, 2008 at 10:53 ق.ظ نوشتن دیدگاه
Tags: