تبليغاتX
مجله مجله

این کتاب درباره ساخت سایت با سیستم مدیریت محتوای جوملا میباشد .

Building Websites with Joomla!

Building Websites with Joomla!
Packt Publishing | ISBN: 1904811949 | 340 pages | February 22, 2006 | PDF | 7 Mb


This book is a fast paced tutorial to creating a website using Joomla!. If you’ve never used Joomla!, or even any web content management system before, then this book will walk you through each step in a friendly and accessible way. From installation, to initial set up and content entry and then on to customization for your own look and feel, this book will get you to a stable and working Joomla! based web site fast. You don’t have to be an experienced web developer or designer to get a great looking site with a full set of functions using this book and Joomla! This book will guide through every step.

Joomla! is a fully featured web content management system and was created in Summer 2005 as a fork from the hugely popular Mambo CMS with many of the original Mambo developers moving their efforts to Joomla! While still in its first release, it is supported by an active and well organized open source development team and community. Joomla! is both easy to use at the entry level for creating basic websites, whilst having the power and flexibility to support complex web applications. Joomla! implements the core requirements of a full-featured CMS. It has a powerful and extensible templating system with the ability to upload and manage many different data types. User access control, content approval, rich administrative control, and content display scheduling are all built-in. New features and extensions are constantly added to the core system, with many more being available and supported by the community.

The book begins by introducing Joomla! and concepts behind content management. Then the installation of Joomla!, and its supporting software [Apache/MySQL/PHP] is covered clearly and simply. Once you have the installation up and running, we then take a tour of Joomla! as it appears out of the box, to familiarize ourselves with how it works and what is what. As you take the tour, your own ideas for what you need in your new website begin to crystallize around what you can see Joomla! is capable of. We then build our web application, using only the features of Joomla! we really need. Once we have a base version of our site up, we then learn how to change its appearance and feature set to suit our particular requirements, including bringing it into line with an established corporate identity. At the end of the book we show how you can add your own extensions to Joomla!.

This book focuses on taking you through the essential tasks to create a Joomla! site as fast as possible. These essential tasks are explained clearly, with well structured step-by-step instructions. The book does not aim to cover every feature of Joomla! nor is it a comprehensive guide to extending Joomla!. Almost everything in the book is accomplished without recourse to the underlying PHP code in which Joomla! is written. The book is very readable and the author has a particularly chatty and engaging writing style.

+ نوشته شده توسط محمود در چهارشنبه نهم اسفند 1385 و ساعت 13:33 |

Total Telecom Magazine

 November 2006

Total Telecom Magazine | November 2006

2.1 Mb
 
از هرکدام از لینکهای زیر میتوانید دریافت کنید :
 
 




+ نوشته شده توسط محمود در دوشنبه سی ام بهمن 1385 و ساعت 19:7 |

Learning Mambo: A Step-by-Step Tutorial to Building Your Website

Douglas Paterson, «Learning Mambo: A Step-by-Step Tutorial to Building Your Website»
Packt Publishing | ISBN-10: 1904811620 | December 21, 2006 | 324 Pages | PDF | 7.5 MB
 
+ نوشته شده توسط محمود در سه شنبه بیست و چهارم بهمن 1385 و ساعت 23:49 |

International PHP Magazine 

January 2007 Issue

International PHP Magazine - January 2007 Issue | PDF | 45 Pages | 1.8 Mb



In this issue:

- Non-Invasive Surgery for PHP By Stefan Priebsch: When we read our own code after a while, we sometimes have a hard time figuring out what the code actually does. When it comes to other people's code, things can get really tough. Luckily, Xdebug is a great tool that can help to understand and analyze PHP code in a non-invasive way.

- Beginner’s Guide to PHP By Marc Isikoff: Over the last three issues, I've dealt with the basics of PHP, to provide you with a good background of PHP syntax, variables and processing loguc. In this issue we'll look into a practical PHP to HTML program so you can put all the knowledge you've gained to make web pages. We will see what PHP can do and how you can write code to make PHP render wonderful web pages.

- AJAX Growing Up – Part II By Robert-Jan de Vries: Since AJAX has become a mainstream technology for a “richer” Internet, most programmers have successfully implemented it or have at least experimented with the possibilities. As the complexity of AJAX-based web applications grows, so does the need for reliability. In this second (and last) part, I will discuss how to sculpt your AJAX environment to optimize feedback to the user when an (unexpected) error occurs.

- Web 2.0 Security: Back to the Basics By Kang Meng Chow: The new buzzword these days is ‘Web 2.0’. While the definition of Web 2.0 may vary amongst individuals, we all agree that it is no longer the yesterday’s one-to-many Internet that we have somehow accustomed to. Blogging (as in Windows Live Spaces), Video-sharing (as in YouTube.com, or Windows Live SoapBox), Music-sharing (as in MySpace.com), Photo-sharing (as in Flickr.com), Podcasting, Instant Messaging (as in Live Messenger), Real Simple Syndication (RSS), Wiki, and the list go on. Today’s Web is highly interactive, complex, and interconnected; a system that provides for fast changing many-to-many interactions, allowing anyone to actively contribute to its contents using an assortment of mobile and wireless devices rather than just consuming them previously from a fixed wired desktop computer. Such is the Web 2.0 era, creating many new business opportunities while bringing Internet to the next stage of its evolution.

Download file from mirrors:


rapidshare

depositfiles
filefactory
rapidshare

+ نوشته شده توسط محمود در یکشنبه بیست و دوم بهمن 1385 و ساعت 20:8 |

International PHP Magazine

 December 2006 Issue

International PHP Magazine - December 2006 Issue | PDF | 51 Pages | 1.5 Mb



In this issue:

- PHP – A Language Implementer’s Perspective By Graeme Johnson and Zoë Slattery: In this article we will describe some experimental work in building a PHP engine from existing virtual machine components. We were interested in seeing if we could reuse high performance VM components to create a high performance PHP implementation. We will talk about the process that we went through and what we learned about PHP along the way.

- Service Component Architecture for PHP By Matthew Peters: In this article we will survey some of what Service Component Architecture (SCA) for PHP offers the programmer. We have high hopes that the combination of reusable components, which can be called either locally, or remotely via Web Services, with the same interface will be of interest, and that anyone who works with Web Services may be interested in the ease with which an SCA component can be deployed as a Web Service: a simple matter of adding annotations and dropping the component under the web server’s document root.

- AJAX Growing Up – Part I By Robert-Jan de Vries: Since AJAX has become a mainstream technology for a ‘richer’ Internet, most programmers have successfully implemented it or have at least experimented with its possibilities. As the complexity of AJAX-based applications grows, so does the need for reliability. This article is divided into two parts, each part aiming to hand you a practical solutions to a problem that you are likely to run into on your quest for a reliable web application.

Download file from mirrors:



rapidshare


depositfiles
filefactory
icefile
rapidshare

+ نوشته شده توسط محمود در یکشنبه بیست و دوم بهمن 1385 و ساعت 20:3 |

Java Developer's Journal 

2007 January

Java Developer's Journal - 2007 January
PDF | English | 16.95 Mb


http://www.ftp2share.com/file/24228/Java Developers Journal - 2007 January.html

+ نوشته شده توسط محمود در پنجشنبه پنجم بهمن 1385 و ساعت 16:55 |

Java Performance Tuning (2nd Edition) by Jack Shirazi

ava Performance Tuning (2nd Edition) by Jack Shirazi
Publisher: O'Reilly Media; 2 edition (January 2003) | ISBN-10: 0596003773 | CHM | 1 Mb | 600 pages
 
 
 
 
 
 
ASP in a Nutshell
ASP in a Nutshell
O'Reilly; 1 edition | ISBN: 1565924908 | February 1, 1999 | 426 pages | PDF
 
 
 
 
 
 
Java In A Nutshell, 5th Edition by David Flanagan
Java In A Nutshell, 5th Edition by David Flanagan
Publisher: O'Reilly Media; 5 edition (March 15, 2005) | ISBN-10: 0596007736 | CHM | 3,5 Mb | 1224 pages
 
 
 
 
 
Java Examples in a Nutshell, 3rd Edition by David Flanagan
Publisher: O'Reilly Media; 3 edition (January 1, 2004) | ISBN-10: 0596006209 | CHM | 1,4 Mb | 720 pages
 
+ نوشته شده توسط محمود در جمعه بیست و نهم دی 1385 و ساعت 22:46 |

DOT NET Developer's Journal

 (December 2006)

DOT NET Developer's Journal (December 2006)
PDF | English | 8.5 Mb


http://www.ftp2share.com/file/17163/DOT NET Developer's Journal - December 2006.html

+ نوشته شده توسط محمود در سه شنبه نوزدهم دی 1385 و ساعت 22:2 |

Java Pro Magazine, 2006 Vol.10 No.2

Java Pro Magazine: The guide to Enterprise Java

دریافت فایل

+ نوشته شده توسط محمود در دوشنبه هجدهم دی 1385 و ساعت 21:43 |

Developing Games in Java

Developing Games in Java
New Riders Games | ISBN 1592730051 | August 14, 2003 | CHM | 4 Mb | 1008 Pages

http://www.ftp2share.com/file/5646/NRDGJ.rar.html

 

 

 

+ نوشته شده توسط محمود در شنبه نهم دی 1385 و ساعت 21:35 |

Java Puzzlers

زبان جاوه را چه قدر خوب بلد هستید؟ آیا شما هم خودتان را یكی از آن خوره‌های برنامه‌نویسی به حساب می‌آورید؟ آیا ساعت‌ها و روزهای خود را صرف پیدا كردن غلط‌های برنامه نویسی‌های خود در جاوه می‌كنید؟ آیا از معما خوش‌تان می‌آید؟ با این حساب، این كتاب مخصوص شما نوشته شده است! در این كتاب ده‌ها مثال و تمرین برنامه‌نویسی جاوه را خواهید دید كه در هر كدام از آن‌ها یك اشكال نامریی وجود دارد كه شما باید كشف شان كنید. اما اگر زورتان نرسید، كافی است شرح حل مسئله و جزییات كامل آن را در ادامه‌ی همان مطلب بخوانید.

 

Java Puzzlers

 

این كتاب كه در قطع chm و 300 صفحه حدود یك مگابایت حجم دارد، یكی از بهترین منابع عمیق آموزش زبان برنامه‌نویسی جاوه است .



download

Java Puzzlers

+ نوشته شده توسط محمود در چهارشنبه ششم دی 1385 و ساعت 19:23 |