<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-3162430127756429172</id><updated>2011-11-27T17:11:14.192-08:00</updated><category term='c#'/><category term='cisco'/><category term='ldap'/><category term='dummies'/><category term='DNS'/><category term='javascript'/><category term='mysql'/><category term='python'/><category term='jumpstart'/><category term='php'/><category term='o&apos;reilly'/><category term='administration'/><category term='codeigniter'/><category term='microsoft'/><category term='.net'/><category term='DBA'/><category term='XML'/><category term='cookbook'/><category term='Apache'/><category term='networking'/><category term='javaBeans'/><category term='ASP.net'/><category term='oracle'/><category term='e-book'/><title type='text'>E-books Central</title><subtitle type='html'>e-books for everyone.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://e-bookscentral.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3162430127756429172/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://e-bookscentral.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>---Seed</name><uri>http://www.blogger.com/profile/18443544494362647128</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>13</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-3162430127756429172.post-1887015314605047322</id><published>2008-04-13T04:29:00.000-07:00</published><updated>2008-04-13T08:30:06.480-07:00</updated><title type='text'>N.F.A</title><content type='html'>No . Food . Available &lt;img src="http://images.multiply.com/common/smiles/omg.png"&gt;  &lt;!-- multiply:no_crosspost --&gt;&lt;p class='multiply:no_crosspost'&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3162430127756429172-1887015314605047322?l=e-bookscentral.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://e-bookscentral.blogspot.com/feeds/1887015314605047322/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3162430127756429172&amp;postID=1887015314605047322' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3162430127756429172/posts/default/1887015314605047322'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3162430127756429172/posts/default/1887015314605047322'/><link rel='alternate' type='text/html' href='http://e-bookscentral.blogspot.com/2008/04/nfa.html' title='N.F.A'/><author><name>---Seed</name><uri>http://www.blogger.com/profile/18443544494362647128</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3162430127756429172.post-3939557081433774251</id><published>2008-02-03T22:01:00.000-08:00</published><updated>2008-02-03T22:04:25.895-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='php'/><title type='text'>Learning PHP Data Objects</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://images.packtpub.com/images/full/1847192661.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 200px;" src="http://images.packtpub.com/images/full/1847192661.jpg" alt="" border="0" /&gt;&lt;/a&gt;PDO is lighter, faster, and more powerful than existing PHP data abstraction interfaces. PDO is a common interface to different databases that must be used with a database-specific PDO driver to access a particular database server: the PDO extension does not provide a database abstraction by itself; it doesn't rewrite SQL, emulate missing database features, or perform any database functions using by itself. It performs the same role as other classic database abstraction layers such as ODBC and JDBC: it's a query abstraction layer that abstracts the mechanism for accessing a database and manipulating the returned records; each database driver that implements the PDO interface can also expose database-specific features as regular extension functions. ¬ PDO ships with PHP 5.1, and is available as an extension for PHP 5.0; it requires the new object-oriented features of PHP 5, and cannot run with earlier versions of PHP.&lt;br /&gt;&lt;br /&gt;This book will teach you how to use the PDO, including its advanced features. Readers need to be aware of the basics of data abstraction and should be familiar with PHP.&lt;br /&gt;&lt;br /&gt;Rapidshare: &lt;a href="http://rapidshare.com/files/88991662/learning_php_data_objects.pdf"&gt;Learning PHP Data Objects&lt;/a&gt;&lt;br /&gt;Megaupload: &lt;a href="http://www.megaupload.com/?d=B0S9W30M"&gt;Learning PHP Data Objects&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="subheader"&gt;What you will learn from this book&lt;/span&gt;&lt;blockquote&gt;&lt;br /&gt;This book covers:&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;An overview of the technology&lt;/li&gt;&lt;li&gt;Getting started with PDO &lt;/li&gt;&lt;li&gt;Error handling, prepared statements, and handling rowsets &lt;/li&gt;&lt;li&gt;Advanced features, like getting column metadata and setting connection parameters with examples&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Chapter 1&lt;/span&gt; gives an overview of PDO along with a few features like single interface for creating a connection, connection strings, uniform statement methods, and use of exceptions and a singe system of error codes.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Chapter 2&lt;/span&gt; helps to get you started with PDO, by creating sample database and then by creating a connection object. It also introduces PDOStatement classes.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Chapter 3&lt;/span&gt; deals with various error handling processes and their uses.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Chapter 4&lt;/span&gt; is about prepared statements. It deals with using prepared statements without binding values, binding a variable and a parameter to a prepared statement, and using LOBs as streams.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Chapter 5&lt;/span&gt; talks about handling rowsets. It covers different ways to retrieve multiple rows. Scrollable cursors, and MySQL unbuffered queries and closing the cursor along with multiple queries, and rowsets are also explained.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Chapter 6&lt;/span&gt; talks about advanced uses of PDO, and includes setting connection parameters, transactions, and methods of PDO and PDOStatement class.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Chapter 7&lt;/span&gt; gives an example where creation of the method  part of MVC application is discussed.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Appendix&lt;/span&gt; explains the object-oriented features like inheritance, encapsulation, polymorphism, and exception handling.&lt;br /&gt;&lt;br /&gt;&lt;/blockquote&gt;     &lt;span class="subheader"&gt;Approach&lt;/span&gt;&lt;br /&gt;This book describes the topic first and then gives step-by-step instructions on how to go about a particular example.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3162430127756429172-3939557081433774251?l=e-bookscentral.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://e-bookscentral.blogspot.com/feeds/3939557081433774251/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3162430127756429172&amp;postID=3939557081433774251' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3162430127756429172/posts/default/3939557081433774251'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3162430127756429172/posts/default/3939557081433774251'/><link rel='alternate' type='text/html' href='http://e-bookscentral.blogspot.com/2008/02/learning-php-data-objects.html' title='Learning PHP Data Objects'/><author><name>---Seed</name><uri>http://www.blogger.com/profile/18443544494362647128</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3162430127756429172.post-6584178440620443301</id><published>2008-02-03T21:16:00.000-08:00</published><updated>2008-02-03T21:33:02.870-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='php'/><category scheme='http://www.blogger.com/atom/ns#' term='codeigniter'/><title type='text'>CodeIgniter for Rapid PHP Application Development</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://images.packtpub.com/images/full/1847191746.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 200px;" src="http://images.packtpub.com/images/full/1847191746.jpg" alt="" border="0" /&gt;&lt;/a&gt;CodeIgniter (CI) is a powerful open-source PHP framework with a very small footprint, built for PHP coders who need a simple and elegant toolkit to create full-featured web applications. CodeIgniter is an MVC framework, similar in some ways to the Rails framework for Ruby, and is designed to enable, not overwhelm.&lt;br /&gt;&lt;br /&gt;This book explains how to work with CodeIgniter in a clear logical way. It is not a detailed guide to the syntax of CodeIgniter, but makes an ideal complement to the existing online CodeIgniter user guide, helping you grasp the bigger picture and bringing together many ideas to get your application development started as smoothly as possible.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Rapidshare: &lt;a href="http://rapidshare.com/files/88991688/codeigniter_for_rapid_php_application_development.pdf"&gt;CodeIgniter for Rapid PHP Application Development&lt;/a&gt;&lt;br /&gt;Megaupload: &lt;a href="http://www.megaupload.com/?d=1DX8V0EA"&gt;CodeIgniter for Rapid PHP Application Development&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="subheader"&gt;What you will learn from this book&lt;/span&gt;&lt;blockquote&gt; &lt;ul&gt;&lt;li&gt;Setting up the CI package on your web server&lt;/li&gt;&lt;li&gt;Understanding the Model-View-Controller (MVC) pattern for organizing a dynamic website&lt;/li&gt;&lt;li&gt;Understanding the structure of a CI site&lt;/li&gt;&lt;li&gt;Designing better views and controllers&lt;/li&gt;&lt;li&gt;Object-oriented aspects of CI&lt;/li&gt;&lt;li&gt;Integrating databases such as MySQL and simplifying your database access&lt;/li&gt;&lt;li&gt;Making your site more robust and professional by using CI's built-in classes &lt;/li&gt;&lt;li&gt;Creating and validating HTML forms with CI form helpers&lt;/li&gt;&lt;li&gt;Handling files, images, and sessions with CI&lt;/li&gt;&lt;li&gt;Sending email from CI&lt;/li&gt;&lt;li&gt;Using CI for testing your code with error handling, unit testing, benchmarking, and profiling&lt;/li&gt;&lt;li&gt;Getting an XML-RPC server and client working&lt;/li&gt;&lt;li&gt;Generating Create, Update, Delete, and Read (C.R.U.D) entries on each database table&lt;/li&gt;&lt;/ul&gt; &lt;/blockquote&gt;     &lt;span class="subheader"&gt;Approach&lt;/span&gt;&lt;blockquote&gt; This book steps you through the main features of CodeIgniter in a systematic way, explaining them clearly with illustrative code examples. &lt;/blockquote&gt;     &lt;span class="subheader"&gt;Who this book is written for&lt;/span&gt;This book is for developers who are new to CodeIgniter. Basic skills in PHP and MySQL are required, but only rudimentary object-oriented knowledge is required.&lt;br /&gt;&lt;br /&gt;If you're looking for a better way to develop PHP applications, or want to find out more about the CodeIgniter framework as a viable option for one of your own projects, this book will help you.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3162430127756429172-6584178440620443301?l=e-bookscentral.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://e-bookscentral.blogspot.com/feeds/6584178440620443301/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3162430127756429172&amp;postID=6584178440620443301' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3162430127756429172/posts/default/6584178440620443301'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3162430127756429172/posts/default/6584178440620443301'/><link rel='alternate' type='text/html' href='http://e-bookscentral.blogspot.com/2008/02/codeigniter-for-rapid-php-application.html' title='CodeIgniter for Rapid PHP Application Development'/><author><name>---Seed</name><uri>http://www.blogger.com/profile/18443544494362647128</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3162430127756429172.post-4814579774000054293</id><published>2008-01-24T09:48:00.001-08:00</published><updated>2008-01-24T09:51:18.611-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='jumpstart'/><category scheme='http://www.blogger.com/atom/ns#' term='.net'/><category scheme='http://www.blogger.com/atom/ns#' term='microsoft'/><title type='text'>Microsoft .net jumpstart for systems administrator and developers</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.isbnonline.com/files/8/7/754/200/Microsoft-NET-Jumpstart-for-Systems-Administrators-and-Developers.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 200px;" src="http://www.isbnonline.com/files/8/7/754/200/Microsoft-NET-Jumpstart-for-Systems-Administrators-and-Developers.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;em&gt;Microsoft .NET&lt;/em&gt; is born out of a personal search for the Holy Grail of .NET for IT professionals. Unlike competing texts, it focuses on actual implementation and management issues critical to the success of an enterprise. Through Nigel Stanley’s active consulting practice, he has gathered essential information for integrating the far-ranging components which .NET touches without hype or superfluous programming details.&lt;div&gt;&lt;small&gt; &lt;p&gt;Microsoft .NET revolutionizes the development, deployment and support of business applications. It introduces new technologies and concepts which have to be understood by today’s IT professionals if they are to continue to be successful.&lt;/p&gt; &lt;p&gt;This book has:&lt;/p&gt; &lt;ul&gt;&lt;li&gt;Clear coverage of all the major .NET Enterprise Server products  &lt;/li&gt;&lt;li&gt;Introductions to important technologies such as SOAP, UDDI, and XML  &lt;/li&gt;&lt;li&gt;Experiences drawn from real life customer situations focusing on important  need-to-know material for the IT professional  &lt;/li&gt;&lt;li&gt;Appendix giving detailed specifications required to run the .NET Enterprise  Servers. &lt;/li&gt;&lt;/ul&gt;Rapidshare: &lt;a href="http://rapidshare.com/files/86101192/microsoft-net-jumpstart-for-systems-administrators-and-developers.chm"&gt;Download&lt;/a&gt;&lt;br /&gt;Meagupload: &lt;a href="http://rapidshare.com/files/86101192/microsoft-net-jumpstart-for-systems-administrators-and-developers.chm"&gt;Download&lt;/a&gt;&lt;br /&gt;&lt;/small&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3162430127756429172-4814579774000054293?l=e-bookscentral.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://e-bookscentral.blogspot.com/feeds/4814579774000054293/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3162430127756429172&amp;postID=4814579774000054293' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3162430127756429172/posts/default/4814579774000054293'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3162430127756429172/posts/default/4814579774000054293'/><link rel='alternate' type='text/html' href='http://e-bookscentral.blogspot.com/2008/01/microsoft-net-jumpstart-for-systems.html' title='Microsoft .net jumpstart for systems administrator and developers'/><author><name>---Seed</name><uri>http://www.blogger.com/profile/18443544494362647128</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3162430127756429172.post-8643965954216701699</id><published>2008-01-23T05:32:00.000-08:00</published><updated>2008-01-23T05:36:45.140-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='jumpstart'/><category scheme='http://www.blogger.com/atom/ns#' term='ASP.net'/><title type='text'>ASP.NET Developer's JumpStart</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.informit.com/ShowCover.aspx?isbn=0672323575&amp;amp;type=f"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 200px;" src="http://www.informit.com/ShowCover.aspx?isbn=0672323575&amp;amp;type=f" alt="" border="0" /&gt;&lt;/a&gt;The purpose of ASP.NET JumpStart is to show readers the practical applications of .NET and ASP.NET by illustrating how to build Web-based applications using Web Forms and Web Services. Emphasis will be on good programming standards and practices. The reader will be taken from an introduction of the VB .NET language to intermediate topics through a step-by-step approach, which gives the reader the opportunity to try out the practices presented in each chapter.&lt;br /&gt;&lt;div&gt;&lt;small&gt;&lt;br /&gt;The major benefit you will derive from reading this book is that you will be led, step by step, through the creation of a real-world-style business Web application that takes advantage of many of the new capabilities provided by the .NET platform. After reading this book, you will be able to program .NET applications using ADO.NET, Web Forms, and Web Services. Most of the books on the market do not address a real-world application, and most do not ever use a step-by-step approach. This book uses this approach so you can learn what you need in order to get your job done quicker and more efficiently. This will make your investment in this book pay off right from the beginning chapters. &lt;p&gt;This book is designed for anyone who wants to learn how to create a business application using ASP.NET, HTML, and Internet Information Services (IIS). Throughout this book, you will be introduced to the concepts of the Microsoft .NET Framework, how to create a Web application using SQL Server, ASP.NET, ADO.NET, and Web Services, as well as good programming principles.&lt;/p&gt;&lt;br /&gt;Rapidshare: &lt;/small&gt;&lt;a href="http://rapidshare.com/files/85949354/asp-net-developers-jumpstart.chm"&gt;&lt;b&gt;ASP.NET Developer's JumpStart&lt;/b&gt;&lt;/a&gt;&lt;br /&gt;&lt;small&gt;Megaupload: &lt;/small&gt;&lt;a href="http://www.megaupload.com/?d=UJ01CJRA"&gt;&lt;b&gt;ASP.NET Developer's JumpStart&lt;/b&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3162430127756429172-8643965954216701699?l=e-bookscentral.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://e-bookscentral.blogspot.com/feeds/8643965954216701699/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3162430127756429172&amp;postID=8643965954216701699' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3162430127756429172/posts/default/8643965954216701699'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3162430127756429172/posts/default/8643965954216701699'/><link rel='alternate' type='text/html' href='http://e-bookscentral.blogspot.com/2008/01/aspnet-developers-jumpstart.html' title='ASP.NET Developer&apos;s JumpStart'/><author><name>---Seed</name><uri>http://www.blogger.com/profile/18443544494362647128</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3162430127756429172.post-2930279104058427103</id><published>2008-01-23T05:28:00.001-08:00</published><updated>2008-01-23T05:31:48.305-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='jumpstart'/><category scheme='http://www.blogger.com/atom/ns#' term='DBA'/><category scheme='http://www.blogger.com/atom/ns#' term='oracle'/><title type='text'>Oracle 9i DBA Jumpstart</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.programatium.com/librosingles/images/P/0782141897.01.MZZZZZZZ.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 200px;" src="http://www.programatium.com/librosingles/images/P/0782141897.01.MZZZZZZZ.jpg" alt="" border="0" /&gt;&lt;/a&gt;Get Up to Speed for Oracle9i Administration Training Courses--Fast!&lt;br /&gt; Oracle9i DBA JumpStart gives you the solid grounding you need to approach Oracle certification with confidence:&lt;br /&gt; * Introduction to relational database concepts&lt;br /&gt; * Using basic SQL*Plus and iSQL*Plus commands&lt;br /&gt; * Understanding Oracle database functions&lt;br /&gt; * Using multiple tables&lt;br /&gt; * Restricting, sorting, and grouping data&lt;br /&gt; * Creating and maintaining a database&lt;br /&gt; * Using SQL*Plus reporting techniques&lt;br /&gt; * Creating and maintaining database objects&lt;br /&gt; * Setting up users and managing security&lt;br /&gt; * Configuring optimization&lt;br /&gt; * Creating backups&lt;br /&gt; * Troubleshooting&lt;br /&gt;&lt;br /&gt;Rapidshare: &lt;a href="http://rapidshare.com/files/85948740/oracle9i-dba-jumpstart.chm"&gt;Oracle 9i DBA Jumpstart&lt;/a&gt;&lt;br /&gt;Megaupload: &lt;a href="http://www.megaupload.com/?d=GQ2BG08D"&gt;Oracle 9i DBA Jumpstart&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3162430127756429172-2930279104058427103?l=e-bookscentral.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://e-bookscentral.blogspot.com/feeds/2930279104058427103/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3162430127756429172&amp;postID=2930279104058427103' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3162430127756429172/posts/default/2930279104058427103'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3162430127756429172/posts/default/2930279104058427103'/><link rel='alternate' type='text/html' href='http://e-bookscentral.blogspot.com/2008/01/oracle-9i-dba-jumpstart.html' title='Oracle 9i DBA Jumpstart'/><author><name>---Seed</name><uri>http://www.blogger.com/profile/18443544494362647128</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3162430127756429172.post-8299328712224156170</id><published>2008-01-23T03:35:00.000-08:00</published><updated>2008-01-23T03:36:44.522-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='cisco'/><category scheme='http://www.blogger.com/atom/ns#' term='jumpstart'/><category scheme='http://www.blogger.com/atom/ns#' term='networking'/><title type='text'>TCP/IP JumpStart: Internet Protocol Basics, 2nd Edition</title><content type='html'>&lt;h3 class="post-title entry-title"&gt; &lt;a href="http://moremovieclips.blogspot.com/2008/01/tcpip-jumpstart-internet-protocol.html"&gt;&lt;br /&gt;&lt;/a&gt; &lt;/h3&gt;   &lt;p&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://media.wiley.com/product_data/coverImage/13/07821410/0782141013.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 200px;" src="http://media.wiley.com/product_data/coverImage/13/07821410/0782141013.jpg" alt="" border="0" /&gt;&lt;/a&gt;TCP/IP is the de facto protocol of the Internet, and this protocol is supported by every major network operating system. As more organizations and individuals connect networks and computers to the Internet and one another, there is a growing demand for professionals to have a thorough understanding of this protocol suite. TCP/IP JumpStart Second Edition will explain the fundamentals of TCP/IP in simple terms with tangible examples. New for this edition: updates on Windows XP/2000, Dynamic DNS, CIDR, and subnetting.&lt;br /&gt;&lt;br /&gt;Rapidshare&lt;br /&gt;&lt;a href="http://rapidshare.com/files/85830413/Sybex_-_TCP-IP_Jumpstart._Internet_Protocol_Basics__2nd_Edition.pdf"&gt;TCP/IP JumpStart: Internet Protocol Basics&lt;/a&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3162430127756429172-8299328712224156170?l=e-bookscentral.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://e-bookscentral.blogspot.com/feeds/8299328712224156170/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3162430127756429172&amp;postID=8299328712224156170' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3162430127756429172/posts/default/8299328712224156170'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3162430127756429172/posts/default/8299328712224156170'/><link rel='alternate' type='text/html' href='http://e-bookscentral.blogspot.com/2008/01/tcpip-jumpstart-internet-protocol.html' title='TCP/IP JumpStart: Internet Protocol Basics, 2nd Edition'/><author><name>---Seed</name><uri>http://www.blogger.com/profile/18443544494362647128</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3162430127756429172.post-2754409305817692004</id><published>2008-01-08T17:18:00.000-08:00</published><updated>2008-01-17T07:44:20.353-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='o&apos;reilly'/><category scheme='http://www.blogger.com/atom/ns#' term='DNS'/><category scheme='http://www.blogger.com/atom/ns#' term='ASP.net'/><category scheme='http://www.blogger.com/atom/ns#' term='javaBeans'/><category scheme='http://www.blogger.com/atom/ns#' term='cookbook'/><category scheme='http://www.blogger.com/atom/ns#' term='python'/><category scheme='http://www.blogger.com/atom/ns#' term='XML'/><category scheme='http://www.blogger.com/atom/ns#' term='c#'/><category scheme='http://www.blogger.com/atom/ns#' term='ldap'/><category scheme='http://www.blogger.com/atom/ns#' term='Apache'/><title type='text'>O'reilly Books</title><content type='html'>&lt;a href="http://rapidshare.com/files/82169797/O_Reilly_-_DNS_and_BIND__4th_Edition.pdf" target="_blank" alt=""&gt;http://rapidshare.com/files/82169797/O_Reilly_-_DNS_and_BIND__4th_Edition.pdf&lt;/a&gt;&lt;br /&gt;&lt;a href="http://rapidshare.com/files/82169336/O_Reilly_-_Developing_JavaBeans_1997.pdf" target="_blank" alt=""&gt;http://rapidshare.com/files/82169336/O_Reilly_-_Developing_JavaBeans_1997.pdf&lt;/a&gt;&lt;br /&gt;&lt;a href="http://rapidshare.com/files/82169234/O_Reilly_-_CSharp_In_A_Nutshell.chm" target="_blank" alt=""&gt;http://rapidshare.com/files/82169234/O_Reilly_-_CSharp_In_A_Nutshell.chm&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.blogger.com/post-create.g?blogID=3162430127756429172" target="_blank" alt=""&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://rapidshare.com/files/82168774/O_Reilly_-_Apache_Definitive.pdf" target="_blank" alt=""&gt;http://rapidshare.com/files/82168774/O_Reilly_-_Apache_Definitive.pdf&lt;/a&gt;&lt;br /&gt;&lt;a href="http://rapidshare.com/files/82168539/O_Reilly_-_Apache_Cookbook__2003_.chm" target="_blank" alt=""&gt;http://rapidshare.com/files/82168539/O_Reilly_-_Apache_Cookbook__2003_.chm&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.blogger.com/post-create.g?blogID=3162430127756429172" target="_blank" alt=""&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.blogger.com/post-create.g?blogID=3162430127756429172" target="_blank" alt=""&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://rapidshare.com/files/82168274/O_Reilly-XML_schema.pdf" target="_blank" alt=""&gt;http://rapidshare.com/files/82168274/O_Reilly-XML_schema.pdf&lt;/a&gt;&lt;br /&gt;&lt;a href="http://rapidshare.com/files/82168033/O_Reilly_-_Python_Pocket_Reference_2nd_Ed_2001_.chm" target="_blank" alt=""&gt;http://rapidshare.com/files/82168033/O_Reilly_-_Python_Pocket_Reference_2nd_Ed_2001_.chm&lt;/a&gt;&lt;br /&gt;&lt;a href="http://rapidshare.com/files/82168001/O_Reilly_-_Learning_Python_1999_.chm" target="_blank" alt=""&gt;http://rapidshare.com/files/82168001/O_Reilly_-_Learning_Python_1999_.chm&lt;/a&gt;&lt;br /&gt;&lt;a href="http://rapidshare.com/files/82167910/O_Reilly_-_Ldap_System_Administration.chm" target="_blank" alt=""&gt;http://rapidshare.com/files/82167910/O_Reilly_-_Ldap_System_Administration.chm&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.blogger.com/post-create.g?blogID=3162430127756429172" target="_blank" alt=""&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://rapidshare.com/files/82167678/O_Reilly_-_DNS_on_Windows_Server_2003_2004_.chm" target="_blank" alt=""&gt;http://rapidshare.com/files/82167678/O_Reilly_-_DNS_on_Windows_Server_2003_2004_.chm&lt;/a&gt;&lt;br /&gt;&lt;a href="http://rapidshare.com/files/82167516/O_Reilly_-_ASP_NET_in_a_Nutshell_Second_Edition.chm" target="_blank" alt=""&gt;http://rapidshare.com/files/82167516/O_Reilly_-_ASP_NET_in_a_Nutshell_Second_Edition.chm&lt;/a&gt;&lt;br /&gt;&lt;a href="http://rapidshare.com/files/82167364/O_Reilly_-_Essential_SNMP_2001.chm" target="_blank" alt=""&gt;http://rapidshare.com/files/82167364/O_Reilly_-_Essential_SNMP_2001.chm&lt;/a&gt;&lt;br /&gt;&lt;a href="http://rapidshare.com/files/82167248/OReilly_CSharp_Cookbook_2004.chm" target="_blank" alt=""&gt;http://rapidshare.com/files/82167248/OReilly_CSharp_Cookbook_2004.chm&lt;/a&gt;&lt;br /&gt;&lt;a href="http://rapidshare.com/files/82167169/Oreilly.Security.Warrior.eBook-DDU.chm" target="_blank" alt=""&gt;http://rapidshare.com/files/82167169/Oreilly.Security.Warrior.eBook-DDU.chm&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.megaupload.com/?d=NSO6L81N"&gt;http://www.megaupload.com/?d=NSO6L81N&lt;/a&gt;&lt;br /&gt;the definitive guide to java swing third edition.pdf&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.megaupload.com/?d=RX4Y9OIZ"&gt;http://www.megaupload.com/?d=RX4Y9OIZ&lt;/a&gt;&lt;br /&gt;php and mysql web development second edition.pdf&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.megaupload.com/?d=HMHPJPR4"&gt;http://www.megaupload.com/?d=HMHPJPR4&lt;/a&gt;&lt;br /&gt;php and mysql web development.pdf&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.megaupload.com/?d=LYKMQL96"&gt;http://www.megaupload.com/?d=LYKMQL96&lt;/a&gt;&lt;br /&gt;PHP and MySQL Everyday Apps For Dummies.pdf&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.megaupload.com/?d=LYKMQL96"&gt;http://www.megaupload.com/?d=LUG1G3Z1&lt;/a&gt;&lt;br /&gt;javascript for dummies quick reference.pdf&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.megaupload.com/?d=QXN9ON71"&gt;http://www.megaupload.com/?d=QXN9ON71&lt;/a&gt;&lt;br /&gt;javascript bible.pdf&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.megaupload.com/?d=8KSYILGH"&gt;http://www.megaupload.com/?d=8KSYILGH&lt;/a&gt;&lt;br /&gt;javascript manual of style.pdf&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.megaupload.com/?d=IHE7MA8H"&gt;http://www.megaupload.com/?d=IHE7MA8H&lt;/a&gt;&lt;br /&gt;java a beginners guide third edition.pdf&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.megaupload.com/?d=16W9GEEH"&gt;http://www.megaupload.com/?d=16W9GEEH&lt;/a&gt;&lt;br /&gt;dhtml and javascript.pdf javascript&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.megaupload.com/?d=WLQ4CNBD"&gt;http://www.megaupload.com/?d=WLQ4CNBD&lt;/a&gt;&lt;br /&gt;beginning ajax programmer to programmer.pdf ajax&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.megaupload.com/?d=6JD1RBYJ"&gt;http://www.megaupload.com/?d=6JD1RBYJ&lt;/a&gt;&lt;br /&gt;the photoshop cs2 speed clinic automating photoshop to get twice the work done in half the time.chm&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.megaupload.com/?d=A2R288PW"&gt;http://www.megaupload.com/?d=A2R288PW&lt;/a&gt; sams teach yourself javascript in 24 hours 4th edition.chm&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.megaupload.com/?d=F4VJNH3Z"&gt;http://www.megaupload.com/?d=F4VJNH3Z &lt;/a&gt;&lt;br /&gt;sams teach yourself ajax in 10 minutes.chm&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.megaupload.com/?d=NOLWHSM8"&gt;http://www.megaupload.com/?d=NOLWHSM8&lt;/a&gt;&lt;br /&gt;professional xml programmer to programmer.chm&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.megaupload.com/?d=8Y58KFDH"&gt;http://www.megaupload.com/?d=8Y58KFDH&lt;/a&gt;&lt;br /&gt; javascript the definitive guide.chm&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.megaupload.com/?d=POT7FBSP"&gt;http://www.megaupload.com/?d=POT7FBSP&lt;/a&gt;&lt;br /&gt;javascript by example.chm&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.megaupload.com/?d=GIWMWT61"&gt;http://www.megaupload.com/?d=GIWMWT61&lt;/a&gt;&lt;br /&gt; java garage.chm&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.megaupload.com/?d=PU8BSBBA"&gt;http://www.megaupload.com/?d=PU8BSBBA &lt;/a&gt;&lt;br /&gt;javascript bible.pdf&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.megaupload.com/?d=LWFZ41XH"&gt;http://www.megaupload.com/?d=LWFZ41XH&lt;/a&gt;&lt;br /&gt; network security fundamentals.chm&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3162430127756429172-2754409305817692004?l=e-bookscentral.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://e-bookscentral.blogspot.com/feeds/2754409305817692004/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3162430127756429172&amp;postID=2754409305817692004' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3162430127756429172/posts/default/2754409305817692004'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3162430127756429172/posts/default/2754409305817692004'/><link rel='alternate' type='text/html' href='http://e-bookscentral.blogspot.com/2008/01/oreilly-books.html' title='O&apos;reilly Books'/><author><name>---Seed</name><uri>http://www.blogger.com/profile/18443544494362647128</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3162430127756429172.post-36427052781292055</id><published>2007-12-06T18:27:00.000-08:00</published><updated>2007-12-06T18:42:40.679-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='cisco'/><title type='text'>Cisco E-books</title><content type='html'>&lt;a href="http://rapidshare.com/files/74823403/cisco_press_-_cisco_lan_switching_fundamentals.chm" target="_blank" alt=""&gt;cisco press - cisco lan switching fundamentals&lt;/a&gt;&lt;br /&gt;http://rapidshare.com/files/74823403/cisco_press_-_cisco_lan_switching_fundamentals.chm&lt;br /&gt;&lt;a href="http://rapidshare.com/files/74822894/cisco_press_-_lan_switching_first-step.chm" target="_blank" alt=""&gt;cisco press - lan switching first-step&lt;/a&gt;&lt;br /&gt;http://rapidshare.com/files/74822894/cisco_press_-_lan_switching_first-step.chm&lt;br /&gt;&lt;a href="http://rapidshare.com/files/74822631/cisco_press_-_cisco_wireless_lan_security.chm" target="_blank" alt=""&gt;cisco press - cisco wireless lan security&lt;/a&gt;&lt;br /&gt;http://rapidshare.com/files/74822631/cisco_press_-_cisco_wireless_lan_security.chm&lt;br /&gt;&lt;a href="http://rapidshare.com/files/74822107/Cisco_Network_Essentials.pdf" target="_blank" alt=""&gt;Cisco Network Essentials&lt;/a&gt;&lt;br /&gt;http://rapidshare.com/files/74822107/Cisco_Network_Essentials.pdf&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3162430127756429172-36427052781292055?l=e-bookscentral.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://e-bookscentral.blogspot.com/feeds/36427052781292055/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3162430127756429172&amp;postID=36427052781292055' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3162430127756429172/posts/default/36427052781292055'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3162430127756429172/posts/default/36427052781292055'/><link rel='alternate' type='text/html' href='http://e-bookscentral.blogspot.com/2007/12/cisco-e-books.html' title='Cisco E-books'/><author><name>---Seed</name><uri>http://www.blogger.com/profile/18443544494362647128</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3162430127756429172.post-1153545089576683824</id><published>2007-12-03T08:10:00.000-08:00</published><updated>2007-12-03T08:19:40.305-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='dummies'/><category scheme='http://www.blogger.com/atom/ns#' term='e-book'/><title type='text'>E-books for dummies</title><content type='html'>&lt;a href="http://rapidshare.com/files/74024323/Linux.For.Dummies.pdf"&gt;Linux For Dummies&lt;/a&gt;&lt;br /&gt;http://rapidshare.com/files/74024323/Linux.For.Dummies.pdf&lt;br /&gt;&lt;br /&gt;&lt;a href="http://rapidshare.com/files/74024235/BlackBerry_For_Dummies__2006_.pdf"&gt;BlackBerry For Dummies&lt;/a&gt;&lt;br /&gt;http://rapidshare.com/files/74024235/BlackBerry_For_Dummies__2006_.pdf&lt;br /&gt;&lt;br /&gt;&lt;a href="http://rapidshare.com/files/74023806/Beginning_Programming_for_Dummies_3rd_Edition.pdf"&gt;Beginning Programming for Dummies 3rd Edition&lt;/a&gt;&lt;br /&gt;http://rapidshare.com/files/74023806/Beginning_Programming_for_Dummies_3rd_Edition.pdf&lt;br /&gt;&lt;br /&gt;&lt;a href="http://rapidshare.com/files/73475933/Building_a_Web_Site_for_Dummies__2nd_Edition.pdf"&gt;Building a Web Site for Dummies 2nd Edition&lt;br /&gt;&lt;/a&gt;http://rapidshare.com/files/73475933/Building_a_Web_Site_for_Dummies__2nd_Edition.pdf&lt;br /&gt;&lt;br /&gt;&lt;a href="http://rapidshare.com/files/73471690/ASP.NET_2.0_Everyday_Apps_for_Dummies.pdf"&gt;ASP.NET 2.0 Everyday Apps for Dummies&lt;br /&gt;&lt;/a&gt;http://rapidshare.com/files/73471690/ASP.NET_2.0_Everyday_Apps_for_Dummies.pdf&lt;br /&gt;&lt;br /&gt;&lt;a href="http://rapidshare.com/files/73468517/Wiley_-_VoIP_for_Dummies.pdf"&gt;Wiley - VoIP for Dummies&lt;br /&gt;&lt;/a&gt;http://rapidshare.com/files/73468517/Wiley_-_VoIP_for_Dummies.pdf&lt;br /&gt;&lt;br /&gt;&lt;a href="http://rapidshare.com/files/73467691/SQL_For_Dummies.pdf"&gt;SQL For Dummies&lt;br /&gt;&lt;/a&gt;http://rapidshare.com/files/73467691/SQL_For_Dummies.pdf&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3162430127756429172-1153545089576683824?l=e-bookscentral.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://e-bookscentral.blogspot.com/feeds/1153545089576683824/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3162430127756429172&amp;postID=1153545089576683824' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3162430127756429172/posts/default/1153545089576683824'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3162430127756429172/posts/default/1153545089576683824'/><link rel='alternate' type='text/html' href='http://e-bookscentral.blogspot.com/2007/12/e-books-for-dummies.html' title='E-books for dummies'/><author><name>---Seed</name><uri>http://www.blogger.com/profile/18443544494362647128</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3162430127756429172.post-7935458524951229450</id><published>2007-11-30T09:37:00.000-08:00</published><updated>2007-11-30T09:42:00.223-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='javascript'/><category scheme='http://www.blogger.com/atom/ns#' term='e-book'/><title type='text'>javascript e-books</title><content type='html'>&lt;a href="http://rapidshare.com/files/71404866/javascript-the-definitive-guide.chm"&gt;javascript the definitive guide&lt;/a&gt;&lt;br /&gt;http://rapidshare.com/files/71404866/javascript-the-definitive-guide.chm&lt;br /&gt;&lt;br /&gt;&lt;a href="p://rapidshare.com/files/71406315/sams-teach-yourself-javascript-in-24-hours-4th-edition.chm"&gt;sams teach yourself javascript in 24 hours 4th edition&lt;/a&gt;&lt;br /&gt;http://rapidshare.com/files/71406315/sams-teach-yourself-javascript-in-24-hours-4th-edition.chm&lt;br /&gt;&lt;br /&gt;&lt;a href="http://rapidshare.com/files/71400607/dhtml-and-javascript.pdf"&gt;dhtml and javascript&lt;/a&gt;&lt;br /&gt;http://rapidshare.com/files/71400607/dhtml-and-javascript.pdf&lt;br /&gt;&lt;br /&gt;&lt;a href="http://rapidshare.com/files/71401125/javascript_manual_of_style.pdf"&gt;javascript manual of style&lt;/a&gt;&lt;br /&gt;http://rapidshare.com/files/71401125/javascript_manual_of_style.pdf&lt;br /&gt;&lt;br /&gt;&lt;a href="http://rapidshare.com/files/71402866/javascript-for-dummies-quick-reference.pdf"&gt;javascript for dummies quick reference&lt;/a&gt;&lt;br /&gt;http://rapidshare.com/files/71402866/javascript-for-dummies-quick-reference.pdf&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3162430127756429172-7935458524951229450?l=e-bookscentral.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://e-bookscentral.blogspot.com/feeds/7935458524951229450/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3162430127756429172&amp;postID=7935458524951229450' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3162430127756429172/posts/default/7935458524951229450'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3162430127756429172/posts/default/7935458524951229450'/><link rel='alternate' type='text/html' href='http://e-bookscentral.blogspot.com/2007/11/javascript-e-books.html' title='javascript e-books'/><author><name>---Seed</name><uri>http://www.blogger.com/profile/18443544494362647128</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3162430127756429172.post-510981156677059244</id><published>2007-11-30T09:28:00.000-08:00</published><updated>2007-11-30T09:35:00.679-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='e-book'/><category scheme='http://www.blogger.com/atom/ns#' term='ldap'/><category scheme='http://www.blogger.com/atom/ns#' term='administration'/><title type='text'>LDAP e-books</title><content type='html'>&lt;a href="ldap-programming-management-and-integration."&gt;LDAP System Administration&lt;/a&gt;&lt;br /&gt;http://rapidshare.com/files/71604560/LDAP_System_Administration.chm&lt;br /&gt;&lt;br /&gt;&lt;a href="ldap-programming-management-and-integration."&gt;o'reilly- ldap system administration&lt;/a&gt;&lt;br /&gt;http://rapidshare.com/files/71604804/o_reilly_-_ldap_system_administration.chm&lt;br /&gt;&lt;br /&gt;&lt;a href="http://rapidshare.com/files/71604984/ldap-programming-management-and-integration.9781930110403.25890.pdf"&gt;ldap programming management and integration.&lt;/a&gt;&lt;br /&gt;http://rapidshare.com/files/71604984/ldap-programming-management-and-integration.9781930110403.25890.pdf&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3162430127756429172-510981156677059244?l=e-bookscentral.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://e-bookscentral.blogspot.com/feeds/510981156677059244/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3162430127756429172&amp;postID=510981156677059244' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3162430127756429172/posts/default/510981156677059244'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3162430127756429172/posts/default/510981156677059244'/><link rel='alternate' type='text/html' href='http://e-bookscentral.blogspot.com/2007/11/ldap-e-books.html' title='LDAP e-books'/><author><name>---Seed</name><uri>http://www.blogger.com/profile/18443544494362647128</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3162430127756429172.post-6911326772530777270</id><published>2007-11-30T08:37:00.000-08:00</published><updated>2007-11-30T08:44:14.688-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='mysql'/><category scheme='http://www.blogger.com/atom/ns#' term='e-book'/><category scheme='http://www.blogger.com/atom/ns#' term='php'/><title type='text'>PHP and MySQL E-books</title><content type='html'>&lt;a href="http://rapidshare.com/files/71702984/Linux_Web_Solution_-_php_-_mySql_-_Apache.pdf" target="_blank" alt=""&gt;Linux Web Solution - php - mySql - Apache&lt;/a&gt;&lt;br /&gt;http://rapidshare.com/files/71702984/Linux_Web_Solution_-_php_-_mySql_-_Apache.pdf&lt;br /&gt;&lt;br /&gt;&lt;a href="http://rapidshare.com/files/71703751/MySQL-PHP.pdf" target="_blank" alt=""&gt;MySQL PHP&lt;/a&gt;&lt;br /&gt;http://rapidshare.com/files/71703751/MySQL-PHP.pdf&lt;br /&gt;&lt;br /&gt;&lt;a href="http://rapidshare.com/files/71704124/MySQL-PHP_Database_Applications.pdf" target="_blank" alt=""&gt;MySQL PHP Database Applications&lt;/a&gt;&lt;br /&gt;http://rapidshare.com/files/71704124/MySQL-PHP_Database_Applications.pdf&lt;br /&gt;&lt;br /&gt;&lt;a href="http://rapidshare.com/files/71706162/PHP5_and_MySQL_Bible_-_2004_-_Wiley.pdf" target="_blank" alt=""&gt;PHP5 and MySQL Bible - Wiley&lt;/a&gt;&lt;br /&gt; http://rapidshare.com/files/71706162/PHP5_and_MySQL_Bible_-_2004_-_Wiley.pdf&lt;br /&gt;&lt;br /&gt;&lt;a href="http://rapidshare.com/files/71707677/PHP5_MySQL.pdf" target="_blank" alt=""&gt;PHP5 MySQL&lt;/a&gt;&lt;br /&gt;  http://rapidshare.com/files/71707677/PHP5_MySQL.pdf&lt;br /&gt;&lt;br /&gt;&lt;a href="http://rapidshare.com/files/71709076/PHP_-_SAMS_-_PHP_and_MySQL_Web_Development.pdf" target="_blank" alt=""&gt; SAMS - PHP and MySQL Web Development&lt;/a&gt;&lt;br /&gt;   http://rapidshare.com/files/71709076/PHP_-_SAMS_-_PHP_and_MySQL_Web_Development.pdf&lt;br /&gt;&lt;br /&gt;&lt;a href="http://rapidshare.com/files/71709838/PHP_and_MySQL_-_MySQL_Bible.pdf" target="_blank" alt=""&gt;PHP and MySQL - MySQL Bible&lt;/a&gt;&lt;br /&gt;http://rapidshare.com/files/71709838/PHP_and_MySQL_-_MySQL_Bible.pdf&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3162430127756429172-6911326772530777270?l=e-bookscentral.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://e-bookscentral.blogspot.com/feeds/6911326772530777270/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3162430127756429172&amp;postID=6911326772530777270' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3162430127756429172/posts/default/6911326772530777270'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3162430127756429172/posts/default/6911326772530777270'/><link rel='alternate' type='text/html' href='http://e-bookscentral.blogspot.com/2007/11/php-and-mysql-e-books.html' title='PHP and MySQL E-books'/><author><name>---Seed</name><uri>http://www.blogger.com/profile/18443544494362647128</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
