Автор: Стефанов С.
Издательство: Символ-Плюс
Год издания: 2011
isbn: 978-5-93286-208-7, 978-0-596-80675-0
Количество страниц: 272
Язык: русский
Формат: DJVU
Эта книга адресуется всем, кто хочет научиться быстро и эффективно решать задачи веб-мастеринга и стать специалистом по созданию веб-порталов профессионального уровня. В книге описываются все средства, которые входят в арсенал настоящего веб-мастера, - языки HTML, javascript, PHP, AJAX и Perl, дается введение в базы данных MySQL, а также излагаются основные приемы работы с системами управления содержимым сайта (CMS) Joomla! и Drupal. С помощью этих средств вы сможете создавать полноценные веб-сайты любого назначения, например интерактивные интернет-магазины или непрерывно обновляемые новостные порталы. Наконец, рассказывается о проверке работоспособности созданного веб-сайта, излагаются методы и рекомендации по размещению сайта на платных и бесплатных хостингах, способы его раскрутки и регистрации в поисковиках и каталогах. Прочитав эту книгу, вы станете настоящим веб-мастером, готовым к работе над любыми проектами.
Автор: Shelley Powers
Издательство: Oreilly
Количество страниц: 560
Язык: english
Формат: PDF
Why reinvent the wheel every time you run into a problem with javascript? This cookbook is chock-full of code recipes that address common programming tasks, as well as techniques for building web apps that work in any browser. Just copy and paste the code samples into your project — you’ll get the job done faster and learn more about javascript in the process.
You’ll also learn how to take advantage of the latest features in ECMAScript 5 and HTML5, including the new cross-domain widget communication technique, HTML5′s video and audio elements, and the drawing canvas. You’ll find recipes for using these features with javascript to build high-quality application interfaces.
* Create interactive web and desktop applications * Work with javascript objects, such as String, Array, Number, and Math * Use javascript with Scalable Vector Graphics (SVG) and the canvas element * Store data in various ways, from the simple to the complex * Program the new HTML5 audio and video elements * Implement concurrent programming with Web Workers * Use and create jQuery plug-ins * Use ARIA and javascript to create fully accessible rich internet applications
Автор: Вячеслав Понамарев
Издательство: БХВ-Петербург
Год издания: 2003
Количество страниц: 304
Язык: русский
Формат: DJVU
Данное пособие посвящено интегрированной среде разработки JBuilder с использованием языка программирования Java. Приводится краткое описание Java, обсуждается объектно-ориентированный подход к программированию, рассматривается работа с потоками. Описывается интегрированная среда разработки, использование мастеров, технология компиляции и отладки проекта. Рассматривается процесс разработки интерфейса пользователя в приложениях, создаваемых в среде JBuilder. Приведен полноценный пример создания простого текстового редактора. В книге представлено описание отличий последних версий JBuilder 5, 6 и 7, сведения об ошибках и исключительных ситуациях, возникающих в процессе создания приложений.
Автор: Бондарев В.М.
Год издания: 2003
Количество страниц: 296
Язык: русский
Формат: PDF
В истории программирования нет другого языка, популярность которого росла так же быстро, как росла популярность Java. Не прошло пяти лет с момента появления Java, как он стал обязательной частью фундаментального образования программиста и предметом для изучения в вузах и техникумах. Множество программистов, ранее писавших программы на Бейсике, Паскале, C++, захотели изучить его и связать с ним свое программистское будущее.
Автор: Wilhelm Burger, Mark James Burge
Издательство: Springer
Год издания: 2007
isbn: 1846283795
Количество страниц: 566
Язык: english
Формат: DJVU
"This will be one of my continuing reference books for some time to come." Steve Cunningham, PhD, Past President of SIGGRAPH "An excellent resource for the users of ImageJ." Wayne Rasband, author of ImageJ This modern, self-contained, textbook explains the fundamental algorithms of digital image processing through practical examples and complete Java implementations. Available for the first time in English, Digital Image Processing is the definitive textbook for students, researchers, and professionals in search of critical analysis and modern implementations of the most important algorithms in the field. • Practical examples and carefully constructed chapter-ending exercises drawn from the authors' years of experience teaching this material • Real implementations, concise mathematical notation, and precise algorithmic descriptions designed for programmers and practitioners • Easily adaptable Java code and completely worked out examples for easy inclusion in existing, and rapid prototyping of new, applications • Self-contained chapters and additional online material suitable for a flexible one- or two- semester course • Uses ImageJ, the image processing system developed, maintained, and freely distributed by the U.S. National Institutes of Health (NIH) • A comprehensive Website (www.imagingbook.com) with complete Java source code, test images, and additional instructor materials This comprehensive, reader-friendly introduction is ideal for foundation courses as well as eminently suitable for self-study. Wilhelm Burger is the director of the Digital Media degree programs at the Upper Austria University of Applied Sciences at Hagenberg. Mark J. Burge is a program director at the National Science Foundation (NSF) and a principal at Noblis (Mitretek) in Washington, D.C.
Автор: Jerry Lee Ford, Jr.
Издательство: Thomson Course Technology PTR
Год издания: 2005
isbn: 1592007317
Количество страниц: 520
Язык: english
Формат: PDF
If you are new to programming with Microsoft WSH and VBScript and are looking for a solid introduction, this is the book for you. Developed by computer science professors, books in the for the absolute beginner series teach the principles of programming through simple game creation. You will acquire the skills that you need for more practical WSH and VBScript programming applications and will learn how these skills can be put to use in real-world scenarios. Best of all, by the time you finish this book, you will be able to apply the basic principles you've learned to the next programming language you tackle.
Автор: Sally A. Goldman, Kenneth J. Goldman
Издательство: Chapman and Hall/CRC
Год издания: 2007
isbn: 978-1-8488-455-2
Количество страниц: 990
Язык: english
Формат: PDF
Although traditional texts present isolated algorithms and data structures, they do not provide a unifying structure and offer little guidance on how to appropriately select among them. Furthermore, these texts furnish little, if any, source code and leave many of the more difficult aspects of the implementation as exercises. A fresh alternative to conventional data structures and algorithms books, A Practical Guide to Data Structures and Algorithms using Java presents comprehensive coverage of fundamental data structures and algorithms in a unifying framework with full implementation details. Recognizing that software development is a top-down process, this applications-centered book provides careful guidance to students and practitioners. Complete and thoroughly integrated Java implementations expose key differences among a wide range of important data structures, including many useful abstract data types not provided in standard Java libraries. Fundamental algorithms appear within the context of their supporting data structures. Case studies, examples, decision trees, and comparison charts throughout the stylized presentation illustrate and support an efficient methodology for the careful selection and application of data structures and algorithms. Appendices summarize major features of the Java programming language, introduce asymptotic notation and complexity analysis, and discuss design patterns applied in the book. A true marriage of theory and practice, this book sets a new standard as a comprehensive practical guide to data structures and algorithms. Practitioners and students will reach for this book often to quickly identify the best data structure or algorithm for their applications.
Автор: Kathryn Hagen
Издательство: Addison Wesley;
Год издания: 2011
isbn: 0132149184
Количество страниц: 832
Язык: english
Формат: PDF
Java Software Solutions teaches a foundation of programming techniques to foster well-designed object-oriented software. Heralded for its integration of small and large realistic examples, this worldwide best-selling text emphasizes building solid problem-solving and design skills to write high-quality programs.
Автор: Adam Myatt
Издательство: Apress
Год издания: 2008
isbn: 1590598954
Количество страниц: 522
Язык: english
Формат: PDF (scan)
Pro NetBeans IDE 6 Rich Client Platform Edition focuses on enabling the reader to rapidly develop Java-based Rich Client Platforms (RCP) or graphical user interface (GUI) front-ends for standalone or Web applications using API buttons, functions, and features available in the open source agile NetBeans IDE (Integrated Development Environment) platform. NetBeans IDE 6 is mostly based on Java SE 6, Sun’s Java client platform (This is entirely different from the NetBeans IDE 5.5 Enterprise Edition plug-ins or add-on packs that are mostly based on Java EE 5, Sun’s Java enterprise edition. Just as Java SE 6 is different from Java EE 5, so is NetBeans 6 different from NetBeans 5.5. NetBeans 6 is not a direct upgrade from NetBeans 5.5). Moreover, Pro NetBeans IDE 6 Rich Client Platform Edition discusses the plug-in options available for RCP development, including JSF (JavaServer Faces) as well as the new Struts Action Framework 2.0 and JRuby for bringing Ruby on Rails feature set to Java via NetBeans development.
Автор: Joyce Farrell
Издательство: Cengage Learning
Год издания: 2011
isbn: 1111529442
Количество страниц: 978
Язык: english
Формат: PDF
JAVA PROGRAMMING, Sixth Edition provides the beginning programmer with a guide to developing applications using the Java programming language. Java is popular among professional programmers because it can be used to build visually interesting GUI and Web-based applications. Java also provides an excellent environment for the beginning programmer - students can quickly build useful programs while learning the basics of structured and object-oriented programming techniques.