Archive for the ‘E-Books’ Category

 

Outputs the time in seconds that it takes for a PHP page to load.

 <!--?php 
 
// Insert this block of code at the very top of your page: 
 
$time = microtime(); 
$time = explode(" ", $time); 
$time = $time[1] + $time[0]; 
$start = $time; 
 
// Place this part at the very end of your page 
 
$time = microtime(); 
$time = explode(" ", $time); 
$time = $time[1] + $time[0]; 
$finish = $time; 
$totaltime = ($finish - $start); 
printf ("This page took %f seconds to load.", $totaltime); 
 
?>  

Description :

This extraordinary book explains the engine that has catapulted the Internet from backwater to ubiquity—and reveals that it is sputtering precisely because of its runaway success. With the unwitting help of its users, the generative Internet is on a path to a lockdown, ending its cycle of innovation—and facilitating unsettling new kinds of control. IPods, iPhones, Xboxes, and TiVos represent the first wave of Internet-centered products that can’t be easily modified by anyone except their vendors or selected
(more…)

CSharp For Programmers | 521 Mb

Contents:

1.1 Introduction

1.1.1 Course Introduction
1.1.2 Course Prerequisites
1.1.3 Object-oriented Programming
1.1.4 Object-oriented Programming Concepts

(more…)

VTC (Virtual Training Company) | 581 Mb

In Real World PHP Programming: The Basics, VTC Author Mike Morton introduces PHP programming in a fashion that is immediately applicable to experienced programmers, and new programmers alike. This programming title does not focus on getting certified in PHP, but rather focuses on the application of PHP in everyday programming, including the proper terminology as well as learning PHP slang. Starting with the absolute basics of PHP types and statements, Mike progresses you through conditional and loops, MySQL, and into advanced topics such as functions and session management. With working examples, and application of what you are learning shown throughout, Mike makes learning PHP an easy and enjoyable endeavour.

(more…)

Facebook Cookbook

Posted: May 31, 2010 in E-Books, Facebook
Tags: ,

********************************************************************
INFO
********************************************************************
Title…………….: Facebook Cookbook
Type……………..: Ebook
Reader……………: PDF Reader
Size……………..: 8.62 MB

(more…)

VTC: AJAX

Posted: May 31, 2010 in Development, E-Books
Tags: ,

VTC: AJAX 168 Mb

Title: Ajax
Author: Steve Holzner
SKU: 33713
ISBN: 1-933736-41-0
Release Date: 2006-09-07
Duration: 7 hrs / 97 lessons

(more…)

From Java to C#

Posted: May 30, 2010 in E-Books, programming
Tags: , ,

Glenn Rowe, “From Java to C#” | 21.8 Mb
Addison Wesley | 2004 | ISBN: 0321155726 | Pages: 688 | PDF

(more…)

HOWTO Secure and Audit Oracle 10g and 11g | 6.45 Mb

Ron Ben-Natan | March 2009 | ISBN: 1420084127 | PDF | 472 pages | English

(more…)

Head First Object-Oriented Analysis and Design | 41.98 MB

Head First Object-Oriented Analysis & Design shows you how to analyze, design, and write serious object-oriented software: software that’s easy to reuse, maintain, and extend; software that doesn’t hurt your head; software that lets you add new features without breaking the old ones.

Inside you will learn how to:

  • Use OO principles like encapsulation and delegation to build applications that are flexible
  • Apply the Open-Closed Principle (OCP) and the Single Responsibility Principle (SRP) to promote reuse of your code
  • Leverage the power of design patterns to solve your problems more efficiently
  • Use UML, use cases, and diagrams to ensure that all stakeholders are communicating clearly to help you deliver the right software that meets everyone’s needs.

Download Links

Hotfile | Uploading | Depositfiles

OReilly: Head First C Sharp | 132.61 Mb

Head First C# (Brain-Friendly Guides) [ILLUSTRATED] (Paperback)
AUTHOR : by Andrew Stellman (Author), Jennifer Greene (Author)
PUBLISHER : O’Reilly Media publisher
ISBN : 0596514824
EDITION : 1st
PUB DATE : November 26, 2007
LANGUAGE : English
RLS DATE : 03/10/2008

(more…)