Showing posts with label Web. Show all posts
Showing posts with label Web. Show all posts

Beginning PHP and MySQL E-Commerce - Second Edition

19 November 2009 |



Welcome to the second edition of Beginning PHP and MySQL E-Commerce: From Novice to Professional! This book is a practical, step-by-step PHP and MySQL tutorial that teaches you real-world development practices. Guiding you through every step of the design and build process, this tutorial will teach you how to create high-quality, fully featured, extendable e-commerce web sites.

Over the course of this book, you will develop the necessary skills to get your business up on the Web and available to a worldwide audience. In each chapter, you will implement and test new features of your e-commerce web site, and you will learn the theoretical foundations required to understand the implementation details. The features are presented in increasing complexity as you advance throughout this book, so that your journey will be as pleasant and painless as possible. By the end, you’ll understand the concepts, and you’ll have the knowledge to create your own powerful web sites. Owners of the first edition will find that a large part of the book has been rewritten and many features have been added, as a result of the advances in the web development scene and the extensive feedback we’ve received from the readers of the first edition.

Now, you’ll find the book teaches you AJAX techniques, how to implement search engine optimization and product attributes, and many other exciting features...

Download full article: http://www.megaupload.com/?d=BG36DK0Y

Creating Shockwave Web Pages

9 August 2009 |


A good roller coaster moves fast, goes high, and has lots of unexpected twists and hills. After a while, all the rides seem to be the same because they can't get bigger or faster or higher for safety reasons. What did the roller coaster creators do to distinguish the latest and greatest "Bloody Devil III" from the boring old "Fire Bomber"? They couldn't do much more with motion, so they added flashing lights and dark tunnels. Then they added music and screaming sound effects. Then they added water guns to spray the riders. Soon globs of blue slime ooze from the hand rails. The roller coasters affect the riders' senses through movement, but also through sight, sound, and touch.

Amusement parks aren't the only place where this has happened. Students don't write many papers anymore; they do presentations. Though writing still has a very important place in education, it can be limiting to certain people. By adding pictures, a whole new spectrum is added for individuals who learn better by seeing rather than reading. Presenting the information orally benefits those people who learn through listening. Adding tangibleobjects, sounds, video, diagrams, interaction, and other elements ensures that the presentation reaches every possible audience with the greatest impact.

This is true in business. Meetings may have overhead projectors, slides, video, computers, physical objects, and so on. By reaching more than one sense (sight, sound, touch, and so on), the presenter is sure that he or she is most effectively reaching the audience and holding its attention.

Of course, the driving force behind many of these enhancements is theadvancement of technology-more options available to more people for less money. The point here is that technology has expanded our communication and experiences to reach more than one sense simultaneously. Instead of choosing to read, listen, or see, we have the option of doing all three at once. The buzzword referring to this is "multimedia."

Multimedia in the computer sense most often refers to the development of the CD-ROM. A "multimedia computer" will have a CD-ROM player, sound card and speakers, and a color video display. The CD-ROMs often containaudio, video, pictures, text, and other elements that can be experienced.However, the computer has taken multimedia further than television or other presentation devices. It has made a very powerful addition: interactivity. By making software interactive, the user can make choices that affect the presentation. Instead of waiting through a series of videos, pictures, or text, the user can choose what to view. He or she can make decisions that affect how the information is presented. The multimedia viewer enters a completely dif-ferent world that they control and experience...

Download full article: http://www.megaupload.com/?d=4MVB3AHN

PHP Manual

4 August 2009 |


What is PHP?

PHP (recursive acronym for "PHP: Hypertext Preprocessor") is a widely-used Open Source general-purpose scripting language that is especially suited for Web development and can be embedded into HTML.

What distinguishes PHP from something like client-side JavaScript is that the code is executed on the server. If you were to have a script similar to the above on your server, the client would receive the results of running that script, with no way of determining what the underlying code may be. You can even configure your web server to process all your HTML files with PHP, and then there's really no way that users can tell what you have up your sleeve.

The best things in using PHP are that it is extremely simple for a newcomer, but offers many advanced features for a professional programmer. Don't be afraid reading the long list of PHP's features. You can jump in, in a short time, and start writing simple scripts in a few hours...

Download full article: http://www.megaupload.com/?d=IJFWZ7U5

Content Syndication with RSS

20 May 2009 |



Originally developed by Netscape in 1999, RSS (which can stand for RDF Site Summary, Rich Site Summary, or Really Simple Syndication) is an XML-based format that allows web developers to describe and syndicate web site content. Content Syndication with RSS offers webloggers, developers, and the programmers who support them a thorough explanation of syndication in general and RSS in particular. Written for web developers who want to offer XML-based feeds of their content, as well as developers who want to use the content that other people are syndicating, the book explores and explains metadata interpretation, different forms of content syndication, and the increasing use of web services in this field. If you're interested in producing your own RSS feed, this step-by-step guide to implementation is the book you'll want in hand.

This book is about RSS, the massively popular content-syndication technology. From distributing headlines across web sites and delivering complete content to specialist applications, to providing the building blocks of the Semantic Web, RSS is one of the Internet's fastest growing technologies.

Download full article: http://www.megaupload.com/?d=H91XGB1C

HTML & Web Design - Tips & Techniques

18 May 2009 |



Analysts now estimate that across the Internet, over 100 million domain names are in use (for Internet statistics, visit http://www.nua.com/surveys). With fast DSL and cable-modem connections available to the masses, and with companies offering low-cost Web hosting, tens of millions of users are now creating personal Web sites. Further, with the estimates of online users now exceeding 500 million (and with that number growing at a rate of 7 percent per month!), Web developers must find ways to exploit new technologies to attract and capture the attention of users as they “surf” the Web.

Throughout this book’s chapters, you will learn ways to put Web technologies immediately to use on your Web pages. Each chapter presents ways you can quickly integrate a technology, such as dynamic content, security, database access, as well as client-side and server-side processing. You will first learn a technology’s fundamentals and the best ways to exploit the technology within your Web pages. Then, you can take advantage of ready-to-use solutions you can simply cut-and-paste into your Web pages. Finally, you will examine behind-the-scenes settings and techniques you can use to unlock your Web site’s full potential.

If a fast, state-of-the-art, eye-catching Web site is your goal, this book will help you achieve it...

Download full article: http://www.megaupload.com/?d=GPBOO9WC

Effective XML: 50 Specific Ways to Improve Your XML

4 May 2009 |



"This is an excellent collection of XML best practices: essential reading for any developer using XML. This book will help you avoid common pitfalls and ensure your XML applications remain practical and interoperable for as long as possible."
Edd Dumbill, Managing Editor, XML.com and Program Chair, XML Europe

"A collection of useful advice about XML and related technologies. Well worth reading before, during, and after XML application development."
Sean McGrath, CTO, Propylon

If you want to become a more effective XML developer, you need this book. You will learn which tools to use when in order to write legible, extensible, maintainable and robust XML code...

Download full article: http://www.megaupload.com/?d=FE8H6QZ3

Sams Teach Yourself JavaServer Pages™ 2.0 with Apache Tomcat in 24 Hours

|



In just 24 lessons of one hour or less, you will be able to build dynamic Web sites using JavaServer Pages. Using a straightforward, step-by-step approach, each lesson builds on the previous ones, enabling you to learn the essentials of JavaServer Pages 2.0 from the ground up. The book includes Apache Tomcat, Sun's reference implementation of JSP, so you can start developing applications immediately...

Download full article: http://www.megaupload.com/?d=6PDPZRU1

Jakarta Struts for Dummies

16 March 2009 |



Welcome to Jakarta Struts For Dummies, your plain-English guide to the Java programming framework that everyone is talking about. In this book, we explain how to use Struts to support your Java-based Web development. Jakarta Struts For Dummies gives you all the information you need to start using Jakarta Struts — so that you can create better code right away.

As if you didn’t know, Jakarta Struts For Dummies covers Jakarta Struts, the popular, open-source framework for creating Web applications in Java...

Download full article: http://www.megaupload.com/?d=Q6OWTHZ0

Special Edition Using® Macromedia® Studio 8

6 March 2009 |



Macromedia Studio 8 users, look no further! Special Edition Using Macromedia Studio MX is the ultimate comprehensive reference book for users of Macromedia's suite of web design and development tools. Updated to include all new features of the new release, you will focus on the integration of the suite of software programs. This will assit you in enhancing your productivity by choosing the correct tool or combination of tools for each and every task you are out to complete.

The book includes in-depth coverage of wireframing web sites and creating vector-based art with Freehand; creating and editing graphics with Fireworks; using Flash to create useful interfaces and exceptional animations; working with ActionScript; using ColdFusion to generate reports and serve as a back-end for dynamic web sites; building data-driven Web sites with Dreamweaver; and truly integrating the elements of the suite into a productive workflow. A series of exercises at the end of each chapter will provide you with experience in using each of the applications in tandem to create a web site. You'll also be able to practice with the supplemental materials and references on the included CD-ROM, including an ActionScript reference, sample files, plus trial versions of software...

Download full article: http://www.megaupload.com/?d=2GVZAAU3

Macromedia Studio MX 2004 All In One Desk Reference for Dummies

|



Macromedia has always been known as a leading-edge design company. Since it introduced Director more than a decade ago, Macromedia has shrewdly developed products (like Fireworks and Dreamweaver) and acquired products (such as Flash and FreeHand) geared toward turning artists into developers. With its acquisition of Allaire, Macromedia added a powerful technology platform to its suite of design-oriented products. Macromedia Studio MX 2004 represents the natural evolution and integration of the Macromedia products into a single set of Web development tools. The result? We’ve worked in Web development since its inception, and we can honestly say that there’s never been a product that is as user friendly, powerful, and complete as Macromedia Studio MX 2004...

Download full article: http://www.megaupload.com/?d=R2D01DL3

WordPress Theme Design

25 February 2009 |



The goal of this title is to explain the basic steps of creating a WordPress theme. This book focuses on the development, creation, and enhancement of WordPress themes, and therefore does not cover general 'how to' information about WordPress and all its many features and capabilities. This title assumes you have some level of understanding and experience with the basics of the WordPress publishing platform. The WordPress publishing platform has excellent online documentation, which can be found at http://codex.wordpress.org. This title does not try to replace or duplicate that documentation, but is intended as a companion to it.

My hope is to save you some time inding relevant information on how to create and modify themes in the extensive WordPress codex, help you understand how WordPress themes work, and show you how to design and build rich, in-depth WordPress themes yourself. Throughout the book, wherever applicable, I'll point you to the relevant WordPress codex documentation along with many other useful online articles and sites...

Download full article: http://www.megaupload.com/?d=JODV7A6F

Macromedia ColdFusion MX 7 Web Application Construction Kit

2 July 2008 |



By Ben Forta, Raymond Camden, Leon Chalnick, Angela Buraglia

With more than 75 of the Fortune 100 companies using it (and more than 10,000 organizations employing it worldwide), it's pretty much a given that if you're developing applications for the Web, you're going to need to know ColdFusion at some point! Not to worry: Macromedia ColdFusion MX 7 Web Application Construction Kit provides everything you need to start creating Web-based applications immediatelyincluding the latest version of the ColdFusion Web Application Server and development environment. Author and ColdFusion master Ben Forta starts by covering the fundamentals of Web-based database design and then proceeds to show you how to do everything from create data-driven pages to build complete applications, implement security mechanisms, integrate with e-mail, interact with Macromedia Flash, and more. From design and installation to application deployment and troubleshooting, this guide's got ColdFusion covered, including all the features new to the latest version: structured business reports, rich forms, Enterprise Manager (which lets users cluster multiple ColdFusion servers on a single machine), and more!...

Download full article: http://www.megaupload.com/?d=59PCCWQR

WordPress Complete

27 February 2008 |



WordPress is an open-source blog engine released under the GNU general public license. It allows users to easily create dynamic blogs with great content and many outstanding features. It is an ideal tool for developing blogs and though it is chiefly used for blogging, it can also be used as a complete CMS with very little effort. Its versality and ease of use have attracted a large, enthusiastic, and helpful community of users.

If you want to create powerful, fully featured blogs in no time, this book is for you. This book will help you explore WordPress showing you what it offers and how to go about building your blog with the system...

Download full article: http://www.megaupload.com/?d=4EKJZWVP

Professional Search Engine Optimization with PHP

4 February 2008 |



Welcome to Professional Search Engine Optimization with PHP: A Developer’s Guide to SEO!

Search engine optimization has traditionally been the job of a marketing staff. With this book, we examine search engine optimization in a brand new light, evangelizing that SEO should be done by the programmer as well.

For maximum efficiency in search engine optimization efforts, developers and marketers should work together, starting from a web site’s inception and technical and visual design and moving throughout its development lifetime. We provide developers and IT professionals with the information they need to create and maintain a search engine–friendly web site and avoid common pitfalls that confuse search engine spiders. This book discusses in depth how to facilitate site spidering and discusses the various technologies and services that can be leveraged for site promotion.

Download full article: http://www.megaupload.com/?d=4OBGS0IL

Learn XML Easiest Way

14 January 2008 |



It's easy to get lost when talking about XML. It has grown into a huge topic, inspiring so many technologies and branching into new areas. Anywhere there is information, you'll find XML, or at least hear it scratching at the door. So priority number one is to get a broad view, ask the big questions, so that you can find your way through the dense jungle of standards and concepts.

There are a few questions that come to mind. What is XML? We will attack this from different angles. It's more than the next generation of HTML. It's a general-purpose information storage system. It's a markup language toolkit. It's an open standard. It's a collection of standards. It's a lot of things, as you'll see.

Where did it come from? It's good to have a historical perspective. You'll see how XML evolved out of preceding efforts like SGML, HTML, and the earliest presentational markup.

What can I do with XML? A practical question, again with several answers: store and retrieve data, ensure document integrity, format documents, and support many cultural localizations. And the following section answers the other question, what can't I do with XML? You need to know about the limitations, in case it isn't a good fit with your problem.

How do I get started? Without any hesitation, I hope. I'll describe the tools you need to get going with XML and test the examples in this book. From authoring, validating, checking well-formedness, transforming, formatting, and writing programs, you'll have a lot to play with.

So now, let us dive into the big questions. At the end, you should know enough to decide where to go from here. Future chapters will describe topics in more detail, such as core markup, quality control, style and presentation, programming interfaces, and internationalization...

4 Contents of this file:
Learning XML
XML Bible
The XML CD Bookshelf
XML Tutorial


Download full article: http://www.megaupload.com/?d=H5FG9VNP

XML for Dummies

12 December 2007 |



Welcome to the latest frontier of Web technology. In XML For Dummies, 4th Edition, we introduce you to the mysteries of eXtensible Markup
Language (XML). XML is helping developers capture, manipulate, and exchange all kinds of documents and data, ranging from news feeds to financial transactions. In fact, many experts believe XML represents a kind of “lingua franca” that can represent information in just about any imaginable form, more accessibly than ever before — not only to human readers, but also to all kinds of computer applications and services.

We take a practical and straightforward approach to telling you about XML and what it can do for your data and document capture, management, and exchange efforts. We try to keep the amount of technobabble to a minimum and stick to plain English as much as possible. We also try to keep the focus on practical applications of XML technology, including desktop applications such as Office 2003. We have carefully chosen what we feel are the most relevant XML technologies for developers today. Besides plain talk about XML — and the many special-purpose applications that XML supports for document designers and authors, graphics developers, and many other communities of technical and business interests — we include lots of sample markup to help you put XML to work in your organization, business, or personal life. (No personal life is quite complete without a little XML.)...

Download full article: http://www.megaupload.com/?d=RRIYKFHZ

Apache Server 2 Bible

1 August 2007 |



Mohammed J. Kabir

Welcome to Apache Server 2.0. Chances are that you already have heard about Apache server. In fact, more than 60 percent of all Web administrators use Apache. Apache is the most powerful, open-source, Web-server platform in the world.

As a practicing Web developer, researcher, and administrator, I find Apache to be the perfect fit for most Web sites. Apache 2.0 is a major revision of Apache server. Apache Group originally created a highly configurable Web server in the first version, which became popular very fast; in version 2, Apache Group focused on scalability, reliability, and performance. Major code revisions were done to create a very scalable Apache architecture.

Today, Apache stands tall as the most widely used Web platform. Every day an increasing number of corporations accept this open-source marvel into their IT infrastructure. Many large IT companies, such as IBM, have embraced Apache in their product offerings. The future of Apache looks great. Whether you’re new to Apache or are already a practicing Apache administrator, now is the perfect time to get started with Apache 2.0. This book will help you do just that...

Download full article: http://www.megaupload.com/?d=FLTRHMOW

Apache based WebDAV Server with LDAP and SSL

|



Saqib Ali

The Objective of this document in to Setup a Apache + mySQL + PHP + WebDAV based Web Application Server, that uses LDAP for Authentication. The documentation will also provide details on the encrypting LDAP transactions...

Download full article: http://www.megaupload.com/?d=OZD1AETS

Apache Compile HOWTO

|



First I would thank all those people who send questions and suggestions that made a further development of this document possible. It shows me, sharing knowledge is the right way. I would encourage you to send me more suggestion, just write me an email, luc at delouw.ch

All Linux distributions I tested had a non−optimal default setup of Apache. Additionally all major distributions don't have current versions of Apache.

Finally most commercial Unix are delivered without pre−installed Apache, or using a very strange setup.

Since I am installing a lot of customized webservers on different Unixes therefor I wrote a plaintext document and placed it on my website so I can access it at work. Later a friend posted the URL to a mailinglist, and the first questions arrived. So I decided to put more information on the page.

After a lot of people requested the document as an »official« HOWTO written in SGML, I decided to prepare it to be one...

Download full article: http://www.megaupload.com/?d=MBBOH4PA

Apache+DSO+mod_ssl+mod_perl+php+mod_auth_nds

|



Ray Van Dolson, rayvd@firetail.org

This document outlines the process used to install Apache & modules onto the web−server at Walla Walla College (www.wwc.edu). While it will be, for the most part, system specific−−hopefully it can serve as a useful reference for performing other installations.

This document will attempt to outline the exact process used to install the server. Notes will be made when things should have been gone about differently, but the original steps will be given (assuming they worked)...

Download full article: http://www.megaupload.com/?d=E0DQ0626