Практические занятия по JavaScript для начинающих

21 ноября 2010
Эта книга уникальна. Она написана специально для вас, если вы чувствуете необходимость реализовать на создаваемых вами Web-страницах собственные сценарии.Показать полностьюЭта книга уникальна. Она написана специально для вас, если вы чувствуете необходимость реализовать на создаваемых вами Web-страницах собственные сценарии. Пусть у вас мало свободного времени, а детальное изучение используемых для этого языков не представляется вам лучшим способом включиться в работу. Хорошо, если вы уже имеете некотрый опыт создания Web-страниц, знакомы с HTML и можете разобраться в HTML-кодах. В этом случае книга, которую вы держите в руках — это именно то, что вам нужно.
автор новостиroot разделВычислительная техника Просмотров: 145 Коментариев: 0

The Visibooks Guide to PHP Basics

21 ноября 2010
The Visibooks Guide to PHP Basics helps beginners learn how to create interactive Web sites using the PHP programming language. It provides a firm foundation in the fundamentals of computer programming.
автор новостиroot разделВычислительная техника Просмотров: 111 Коментариев: 0

php|architect’s Guide to PHP Security

21 ноября 2010
With the number of security flaws and exploits discovered and released every day constantly on the rise, knowing how to write secure and reliable applications is become more and more important every day.Показать полностьюWith the number of security flaws and exploits discovered and released every day constantly on the rise, knowing how to write secure and reliable applications is become more and more important every day. Written by Ilia Alshanetsky, one of the foremost experts on PHP security in the world, php|architect’s Guide to PHP Security focuses on providing you with all the tools and knowledge you need to both secure your existing applications and writing new systems with security in mind. This book gives you a step-by-step guide to each security-related topic, providing you with real-world examples of proper coding practices and their implementation in PHP in an accurate, concise and complete way. Provides techniques applicable to any version of PHP, including 4.x and 5.x Includes a step-by-step guide to securing your applications Includes a comprehensive coverage of security design Teaches you how to defend yourself from hackers Shows you how to distract hackers with a “tar pit” to help you fend off potential attacks
автор новостиroot разделВычислительная техника Просмотров: 111 Коментариев: 0

Professional PHP4

21 ноября 2010
This resource offers a simple and universal cross-platform solution for e-commerce, complex web, and database-driven applications to working PHP developers who want to take their skills to the next level.
автор новостиroot разделВычислительная техника Просмотров: 106 Коментариев: 0

Core PHP Programming, Third Edition

21 ноября 2010
Core PHP Programming, Third Edition is the authoritative guide to the new PHP 5 for experienced developers. Top PHP developer Leon Atkinson and PHP 5 contributor/Zend Engine 2 co-creator Zeev Suraski cover every facet of real-world PHP 5 development, from basic syntax to advanced object--oriented development-even design patterns! It’s all here: networking, data structures, regular expressions, math, configuration, graphics, MySQL/PostgreSQL support, XML, algorithms, debugging, optimization...and 650 downloadable code examples, with a Foreword by PHP 5 contributor and Zend Engine 2 co-creator Andi Gutmans!
автор новостиroot разделВычислительная техника Просмотров: 117 Коментариев: 0

PHP 5 Recipes: A Problem-solution Approach

21 ноября 2010
What you hold in your hands is the answer to all your PHP 5 needs. We have written PHP 5 Recipes with a number of purposes in mind. First, this book is a source of instant solutions, including countless pieces of useful code that you can just copy and paste into your own applications, giving you answers fast and saving you hours of coding time. Second, this book is a useful reference to the most important aspects of the PHP 5 language, including the vital functions you know and love from previous versions of PHP, as well as the functions introduced in PHP 5. Finally, this book explains the new PHP 5 functionality in detail, including the vastly improved object-oriented capabilities and the new MySQLi database extension. We are confident PHP 5 Recipes will be a useful and welcome companion throughout your PHP journey, keeping you on the cutting edge of PHP development, ahead of the competition, and giving you all the answers you need, when you need them.
автор новостиroot разделВычислительная техника Просмотров: 92 Коментариев: 0

Beginning PHP4

21 ноября 2010
This book assumes some familiarity with HTML and the mechanics of the web, but is for people new to PHP who want to start developing web applications. This includes HTML users, ASP and ColdFusion developers looking to learn a new platform and web development managers wanting to move development to Linux.
автор новостиroot разделВычислительная техника Просмотров: 97 Коментариев: 0

PHP5 and MySQL bible

21 ноября 2010
* This comprehensive tutorial and reference covers all the basics of PHP 5, a popular open source Web scripting language, and MySQL 4.012, the most popular open source database engine * Explores why users need PHP and MySQL, how to get started, how to add PHP to HTML, and how to connect HTML Web pages to MySQL * Offers an extensive tutorial for developing applications with PHP and MySQL * Includes coverage of how to install, administer, and design MySQL databases independently of PHP; exception and error handling; debugging techniques; PostgreSQL database system; and PEAR database functions * The authors provide unique case studies of how and where to use PHP drawn from their own extensive Web experience.
автор новостиroot разделВычислительная техника Просмотров: 198 Коментариев: 0

Advanced PHP for Web Professionals

21 ноября 2010
In this concise, hands-on tutorial, PHP expert Christopher Cosentino delivers dozens of powerful new techniques for building serious Web applications.Показать полностьюIn this concise, hands-on tutorial, PHP expert Christopher Cosentino delivers dozens of powerful new techniques for building serious Web applications. Through professional-quality examples drawn from his six years as a PHP developer, Cosentino walks you through building friendlier, more usable sites; improving user authentication; generating dynamic graphics; parsing XML documents; building database-independent Web applications; and much more!
автор новостиroot разделВычислительная техника Просмотров: 109 Коментариев: 0

Learning PHP and MySQL

21 ноября 2010
he PHP scripting language and MySQL open source database are quite effective independently, but together they make a simply unbeatable team. When working hand-in-hand, they serve as the standard for the rapid development of dynamic, database-driven websites.Показать полностьюhe PHP scripting language and MySQL open source database are quite effective independently, but together they make a simply unbeatable team. When working hand-in-hand, they serve as the standard for the rapid development of dynamic, database-driven websites. This combination is so popular, in fact, that it’s attracting many programming newbies who come from a web or graphic design background and whose first language is HTML. If you fall into this ever-expanding category, then this book is for you. Learning PHP and MySQL starts with the very basics of the PHP language, including strings and arrays, pattern matching and a detailed discussion of the variances in different PHP versions. Next, it explains how to work with MySQL, covering information on SQL data access for language and data fundamentals like tables and statements. Finally, after it’s sure that you've mastered these separate concepts, the book shows you how to put them together to generate dynamic content. In the process, you'll also learn about error handling, security, HTTP authentication, and more. If you're a hobbyist who is intimidated by thick, complex computer books, then this guide definitely belongs on your shelf. Learning PHP and MySQL explains everything — from basic concepts to the nuts and bolts of performing specific tasks — in plain English. Part of O'Reilly’s bestselling Learning series, the book is an easy-to-use resource designed specifically for newcomers. It’s also a launching pad for future learning, providing you with a solid foundation for more advanced development.
автор новостиroot разделВычислительная техника Просмотров: 113 Коментариев: 0

Extending and Embedding PHP

21 ноября 2010
In just a few years PHP has rapidly evolved from a small niche language to a powerful web development tool. Now in use on over 14 million Web sites, PHP is more stable and extensible than ever.Показать полностьюIn just a few years PHP has rapidly evolved from a small niche language to a powerful web development tool. Now in use on over 14 million Web sites, PHP is more stable and extensible than ever. However, there is no documentation on how to extend PHP; developers seeking to build PHP extensions and increase the performance and functionality of their PHP applications are left to word of mouth and muddling through PHP internals without systematic, helpful guidance. Although the basics of extension writing are fairly easy to grasp, the more advanced features have a tougher learning curve that can be very difficult to overcome. This is common at any moderate to high-traffic site, forcing the company hire talented, and high-priced, developers to increase performance. With Extending and Embedding PHP, Sara Golemon makes writing extensions within the grasp of every PHP developer, while guiding the reader through the tricky internals of PHP.
автор новостиroot разделВычислительная техника Просмотров: 125 Коментариев: 0

PHP/MySQL Programming for the Absolute Beginner

21 ноября 2010
With this guide, you will acquire skills necessary for practical programming applications and will learn how these skills can be put to use in real world scenarios and apply them to the next programming language you tackle.
автор новостиroot разделВычислительная техника Просмотров: 101 Коментариев: 0

PHP Hacks

21 ноября 2010
Programmers love its flexibility and speed; designers love its accessibility and convenience. When it comes to creating web sites, the PHP scripting language is truly a red-hot property.Показать полностьюProgrammers love its flexibility and speed; designers love its accessibility and convenience. When it comes to creating web sites, the PHP scripting language is truly a red-hot property. In fact, PHP is currently used on more than 19 million web sites, surpassing Microsoft’s ASP .NET technology in popularity. Not surprisingly, this surge in usage has resulted in a number of PHP books hitting the market. Only one, though, takes the language beyond traditional Web programming and into mapping, graphing, multimedia, and beyond: PHP Hacks.
автор новостиroot разделВычислительная техника Просмотров: 95 Коментариев: 0

Spring Into PHP 5

21 ноября 2010
Spring Into is a new series of fast-paced tutorials from Addison-Wesley. Each book in the series is designed to bring you up-to-speed quickly. Complex topics and technologies are reduced to their core components, and each component is treated with remarkable efficiency in one- or two-page spreads.Показать полностьюSpring Into is a new series of fast-paced tutorials from Addison-Wesley. Each book in the series is designed to bring you up-to-speed quickly. Complex topics and technologies are reduced to their core components, and each component is treated with remarkable efficiency in one- or two-page spreads. Just the information you need to begin working...now! And because the books are example-rich and easy to navigate, you'll find that they make great on-the-job references after you've mastered the basics.
автор новостиroot разделВычислительная техника Просмотров: 129 Коментариев: 0

PHP Developer’s Cookbook

21 ноября 2010
PHP is an open source, server-side, HTML-embedded scripting language used to create dynamically generated Web pages. With an easy-to-use syntax and a large, extensible library of modules, PHP makes it fast and easy to create powerful data-driven Web sites for e-commerce, community portals, and other Web-based applications. The PHP Developer’s Cookbook is a task-based reference designed to give developers easy-to-follow solutions to common problems they might encounter.Показать полностьюPHP is an open source, server-side, HTML-embedded scripting language used to create dynamically generated Web pages. With an easy-to-use syntax and a large, extensible library of modules, PHP makes it fast and easy to create powerful data-driven Web sites for e-commerce, community portals, and other Web-based applications. The PHP Developer’s Cookbook is a task-based reference designed to give developers easy-to-follow solutions to common problems they might encounter. Each solution provides complete code listings along with an in-depth explanation of how and why a particular solution was used.
автор новостиroot разделВычислительная техника Просмотров: 101 Коментариев: 0

PHP-Nuke Garage

21 ноября 2010
Enter your PHP-Nuke Garage... where you master the most powerful, cheap (and/or free) Web content system ever created, then use it to build great Web sites, portals, or communities...Показать полностьюEnter your PHP-Nuke Garage... where you master the most powerful, cheap (and/or free) Web content system ever created, then use it to build great Web sites, portals, or communities... hands-on, step-by-step. PHP-Nuke is remarkably capable and reliable, but until now, it’s been poorly documented. This book fills the gap. Best of all, you can use it even if you have no experience with PHP, databases, coding, or hosting. Drawing on practical examples from a live example site, top IT author/trainer Don Jones illuminates every facet of working with PHP-Nuke: installation, configuration, customization, security, day-to-day administration, and much more. Topics include: content delivery, design and themes, forums, journals, downloads, member lists, news/reviews, personalization, RSS, archiving, FAQs, feedback, statistics, surveys, pay sites, AvantGo mobile content, Amazon e-commerce links, and more. Jones even shows how to find a PHP-Nuke hosting service to handle the infrastructure for you — so you can focus on content, not technology. Organized into 66 easy modules, designed for rapid learning, and based on real examples, PHP-Nuke Garage will help you create the interactive site you've always wanted — faster than you ever thought possible.
автор новостиroot разделВычислительная техника Просмотров: 97 Коментариев: 0

Web Database Application with PHP and MySQL

21 ноября 2010
This new edition has been redesigned around the rich offerings of PEAR. Several of these, including the Template package and the database-independent query API, are fully integrated into examples and thoroughly described in the text.Показать полностьюThis new edition has been redesigned around the rich offerings of PEAR. Several of these, including the Template package and the database-independent query API, are fully integrated into examples and thoroughly described in the text. In addition, through a complex sample application--Hugh and Daves Wine Store--all the important techniques of dynamic content are introduced. Good design is emphasized, such as dividing logic from presentation. The book introduces PHP 5 and MySQL 4.1 features, while providing techniques that can be used on older versions of the software that are still in widespread use.
автор новостиroot разделВычислительная техника Просмотров: 86 Коментариев: 0

Programming PHP

21 ноября 2010
PHP is far more than a cult language or open-source icon. It’s a remarkably capable language that’s well integrated with lots of technologies — notably mSQL and MySQL database servers — and quite easy to learn.Показать полностьюPHP is far more than a cult language or open-source icon. It’s a remarkably capable language that’s well integrated with lots of technologies — notably mSQL and MySQL database servers — and quite easy to learn. Programming PHP helps you up the PHP learning curve, very nearly guaranteeing that you'll find in its pages an example that illustrates every fundamental aspect of the language and its most important extension modules. Plus, there’s some cool advanced stuff, like recipes for manipulating images, working with Extensible Markup Language (XML) content, and generating Adobe Acrobat (PDF) files. Rasmus Lerdorf invented PHP and quarterbacks its ongoing evolution, so there’s little question of the content’s authority. The authors use a Talmudic style to explore PHP’s capabilities and explain them to their readers, meaning that they like to present code and commentary in close formation, with each enhancing the other. Typically, they'll present a capability generically and show the relevant code. Then they'll dig into variations on the theme, calling attention to required code alterations as they go. This is a book about PHP itself, so practically no attention is paid to PHP Builder or other development tools. Regardless, this book will help you solve programming challenges with PHP, and enable you to write efficient, attractive code.
автор новостиroot разделВычислительная техника Просмотров: 98 Коментариев: 0

Pro PHP GTK

21 ноября 2010
Pro PHP-GTK acts as both a definitive reference and a hands-on tutorial to the PHP-GTK extension. The book couples the extension’s key topics with practical examples to guide you through a real-world project: developing a database-driven client-side inventory manager.Показать полностьюPro PHP-GTK acts as both a definitive reference and a hands-on tutorial to the PHP-GTK extension. The book couples the extension’s key topics with practical examples to guide you through a real-world project: developing a database-driven client-side inventory manager. You also learn how to integrate this feature with other emerging technologies like SOAP and RSS, and how to generate XML-based interfaces.
автор новостиroot разделВычислительная техника Просмотров: 96 Коментариев: 0

Sams Teach Yourself PHP MySQL and Apache All in One

21 ноября 2010
You own your own business. You have also created a website for your business that details the products or services that you offer, but it doesn't allow potential customers to purchase anything online.Показать полностьюYou own your own business. You have also created a website for your business that details the products or services that you offer, but it doesn't allow potential customers to purchase anything online. Don't risk losing business-learn to create a dynamic online environment using only three programs. PHP, MySQL and Apache are three popular open-source tools that can work together to help you create a dynamic website, such as an online shopping experience. Sams Teach Yourself PHP, MySQL and Apache All in One is a complete reference manual for all three development tools. Learn how they work individually and more importantly, how they work together to create your dynamic website. Use the book and the included CD to create a simple website, as well as a mailing list, online address book, shopping cart and storefront. Open your website to limitless possibilities with Sams Teach Yourself PHP, MySQL and Apache All in One.
автор новостиroot разделВычислительная техника Просмотров: 107 Коментариев: 0
[ 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 ]