More About Me...

Lorem ipsum dolor sit amet, nisl elit viverra sollicitudin phasellus eros, vitae a mollis. Congue sociis amet, fermentum lacinia sed, orci auctor in vitae amet enim. Ridiculus nullam proin vehicula nulla euismod id. Ac est facilisis eget, ligula lacinia, vitae sed lorem nunc. Orci at nulla risus ullamcorper arcu. Nunc integer ornare massa diam sollicitudin.

Another Tit-Bit...

Lorem ipsum dolor sit amet, nisl elit viverra sollicitudin phasellus eros, vitae a mollis. Congue sociis amet, fermentum lacinia sed, orci auctor in vitae amet enim. Ridiculus nullam proin vehicula nulla euismod id. Ac est facilisis eget, ligula lacinia, vitae sed lorem nunc.

Pro WPF with VB 2008: Windows Presentation Foundation with, .NET 3.5 (Pro)

Pro WPF with VB 2008: Windows Presentation Foundation with, .NET 3.5 (Pro)




Microsoft Windows Presentation Foundation provides the foundation for
building applications and high-quality user experiences in Windows
Vista. WPF blends application user interface, documents, and media
content to provide richer control, design, and development of the visual
aspects of Windows programs. Author Matthew MacDonald shows you how WPF
really works. His no-nonsense, practical advice will get you building
high-quality WPF applications quickly and easily. MacDonald will take
you through a thorough investigation of the more advanced aspects of
WPF, and its relation to other elements of the WinFX stack and the .NET
Framework 3.5, to complete your understanding of WPF and VB 2008. WPF's
functionality extends to support for Tablet PCs and other forms of input
device, and provides a more modern imaging and printing pipeline,
accessibility and UI automation infrastructure, data-driven UI and
visualization, as well as the integration points for weaving the
application experience into the Windows shell.
What you'll learn:

- WPF basics: XAML, layout, control essentials, and data flow
- WPF applications: Navigation, commands, localization, and deployment
- Advanced controls: Custom controls, menus, toolbars, and trees
- WPF documents: Text layout, printing, and document packaging
- Graphics and multimedia: Drawing shapes, sound and video, animation,
geometric transformations, and imaging


Download

MySQL in a Nutshell, Second Edition (In a Nutshell (O'Reilly))

MySQL in a Nutshell, Second Edition (In a Nutshell (O'Reilly))




When you need to find the right SQL keyword or MySQL client command-line
option right away, turn to this convenient reference, known for the same
speed and flexibility as the system it covers so thoroughly. MySQL is
packed with so many capabilities that the odds of remembering a
particular function or statement at the right moment are pretty slim.
With MySQL in a Nutshell, you get the details you need, day in and day
out, in one concise and extremely well organized book. The new
edition contains all the commands and programming information for
version 5.1, including new features and language interfaces. It's ideal
for anyone using MySQL, from novices who need to get up to speed to
advanced users who want a handy reference. Like all O'Reilly Nutshell
references, it's easy to use and highly authoritative, written by the
editor of the MySQL Knowledge Base at MySQL AB, the creator and owner of
MySQL. Inside, you'll find:

- A thorough reference to MySQL statements, functions, and
administrative utilities
- Several tutorial chapters to help newcomers get started
- Programming language APIs for PHP, Perl, and C
- Brief tutorials at the beginning of each API chapter to help anyone,
regardless of experience level, understand and master unfamiliar
territory
- New chapters on replication, triggers, and stored procedures
- Plenty of new examples of how MySQL is used in practice
- Useful tips to help you get through the most difficult subjects
Whether you employ MySQL in a mission-critical, heavy-use environment or
for applications that are more modest, this book puts a wealth of
easy-to-find information at your fingertips, saving you hundreds of
hours of trial and error and tedious online searching. If you're ready
to take advantage of everything MySQL has to offer, MySQL in a Nutshell
has precisely what it takes.


Download

Core Java Volume II–Advanced Features, Eighth Edition

Core Java Volume II–Advanced Features, Eighth Edition

Image

Book description
This is the eBook version of the printed book. If the print book includes a CD-ROM, this content is not included within the eBook version.

The revised edition of the classic Core Java™, Volume II–Advanced Features, covers advanced user-interface programming and the enterprise features of the Java SE 6 platform. Like Volume I (which covers the core language and library features), this volume has been updated for Java SE 6 and new coverage is highlighted throughout. All sample programs have been carefully crafted to illustrate the latest programming techniques, displaying best-practices solutions to the types of real-world problems professional developers encounter.

Volume II includes new sections on the StAX API, JDBC 4, compiler API, scripting framework, splash screen and tray APIs, and many other Java SE 6 enhancements. In this book, the authors focus on the more advanced features of the Java language, including complete coverage of


  • Streams and Files
  • Networking
  • Database programming
  • XML
  • JNDI and LDAP
  • Internationalization
  • Advanced GUI components
  • Java 2D and advanced AWT
  • JavaBeans
  • Security
  • RMI and Web services
  • Collections
  • Annotations
  • Native methods


Download

Sams Teach Yourself Django in 24 Hours / PDF Version

Sams Teach Yourself Django in 24 Hours / PDF Version

Image

Book Description

In just 24 lessons of one hour or less, you will be able to build full-featured production websites using Django, the powerful web development framework based on Python.



Designed for experienced website developers who have at least some familiarity with the Python programming language, this book uses a straightforward, step-by-step approach. Each lesson builds on the previous ones, enabling you to learn the essentials of implementing the Django framework on a website from the ground up.



Step-by-step instructions carefully walk you through the most common Django tasks.



Q&As, quizzes, and exercises at the end of each lesson help you test your knowledge.



Notes and tips point out shortcuts and solutions.



Learn how to…

* Install and configure the Django web development framework
* Cleanly separate data, logic, and view layers
* Implement site interfaces with build templates and views
* Utilize templates and views to store, access, and retrieve data
* Use the Django forms library
* Define custom tags and filters to minimize coding
* Secure sites with registration, authorization, logins, and permissions
* Manage sessions and cookies
* Implement middleware for request and response handling
* Create sitemaps to inform search engines of your content
* Internationalize your site
* Optimize performance with caching
* Deploy Django in multiple configurations
* Maintain sites with Django’s administrator interface



Introduction 1



Part I: Creating the Website Framework

Hour 1: Understanding Django 7

Hour 2: Creating Your First Website 19

Hour 3: Adding Models and Objects to Your Website 37

Hour 4: Creating the Initial Views 63

Part II: Implementing the Website Interface

Hour 5: Using Data from the Database in Views 81

Hour 6: Configuring Web Page Views 103

Hour 7: Implementing Django Templates to Create Custom Views 117

Hour 8: Using Built-in Template Tags to Enhance Views 139

Hour 9: Using Built-in Template Filters to Enhance Views 155

Hour 10: Adding Forms to Views 185

Hour 11: Using Views to Add and Update Data in the Database 209

Hour 12: Utilizing Generic Views 231

Hour 13: Advanced View Configurations 269

Part III: Implementing a Full-Featured Website

Hour 14: Managing Site Users 295

Hour 15: Adding Website Security 313

Hour 16: Managing Sessions and Cookies 333

Hour 17: Customizing Models in the Admin Interface 347

Hour 18: Customizing the Admin Interface 365

Part IV: Implementing Advanced Website Components

Hour 19: Implementing Middleware 383

Hour 20: Internationalization and Localization 407

Hour 21: Creating Sitemaps 423

Hour 22: Implementing Multiple Websites 437

Hour 23: Configuring Caching 451

Hour 24: Deploying Django 465

Appendixes

Appendix A: Django Resources 477

Appendix B: Django Form Field Objects 481

Appendix C: Formatting Dates and Times 491



Index 493






About the Author

Brad Dayley is a senior software engineer in Novell’s Product Development Group. He has 16 years of experience in designing, developing, and implementing software from the kernel level through web development. He is the author of several books on server and network management as well as programming languages. When he is not developing software or writing books, he can be found biking, hiking, and/or Jeeping somewhere in the remote regions of the western United States with his wife, DaNae, and four sons.
Product Details

* Paperback: 528 pages
* Publisher: Sams; 1 edition (March 3, 2008)
* Language: English
* ISBN-10: 067232959X
* ISBN-13: 978-0672329593

Code:

Download

C# in Depth: What you need to master C# 2 and 3 (Paperback)

C# in Depth: What you need to master C# 2 and 3 (Paperback)




C# in Depth is a completely new book designed to propel existing C#
developers to a higher level of programming skill. One simple principle
drives this book: explore a few things deeply rather than offer a
shallow view of the whole C# landscape. If you often find yourself
wanting just a little more at the end of a typical chapter, this is the
book for you. Expert author Jon Skeet dives into the C# language,
plumbing new C# 2 and 3 features and probing the core C# language
concepts that drive them. This unique book puts the new features into
context of how C# has evolved without a lengthy rehearsal of the full C#
language. C# in Depth briefly examines the history of C# and the .NET
framework and reviews a few often-misunderstood C# 1 concepts that are
very important as the foundation for fully exploiting C# 2 and 3.
Because the book addresses C# 1 with a light touch, existing C#
developers don't need to pick through the book in order to find new
material to enhance their skills. This book focuses on the C# 2 and 3
versions of the language, but clearly explains where features are
supported by changes in the runtime (CLR) or use new framework classes.
Each feature gets a thorough explanation, along with a look on how you'd
use it in real life applications. C# in Depth is both a vehicle for
learning C# 2 and 3 and a reference work. Although the coverage is
in-depth, the text is always accessible: You'll explore pitfalls that
can trip you up, but you'll skip over gnarly details best left to the
language specification. The overall effect is that readers become not
just proficient in C# 2 and 3, but comfortable that they truly
understand the language.


Download

Pro PHP: Patterns, Frameworks, Testing and More (Pro) (Paperback)

Pro PHP: Patterns, Frameworks, Testing and More (Pro) (Paperback)




Taking care to focus solely on those topics that will have the most
impact on experienced PHP developers, Pro PHP is written for readers
seeking to take their understanding of both PHP and sound software
development practices to the next level. Advanced object-oriented
features, documentation, debugging, software patterns, and the Standard
PHP Library are just a few of the topics covered in extensive detail.
Author and noted PHP expert Kevin McArthur also examines emerging
practices and trends such as the MVC architecture as applied to PHP,
with special emphasis placed upon the increasingly popular Zend
Framework. With Ajax and web services crucial to the success of todays
web applications, the book concludes with several chapters covering
JSON, the SOAP extension, and advanced web services topics. If youre
seeking to go beyond the basics, Pro PHP is the book for you.


Download

Web Design and Marketing Solutions for Business Websites



Image
Image
Author: Kevin Potts
Paperback: 400 pages
Publisher: friends of ED (August 29, 2007)
Language: English
ISBN-10: 1590598393
ISBN-13: 978-1590598399
Format: pdf
Details:
The best business websites serve their readers with strong content, well-architected design, and a focus on usability, readability, and accessibility. This book covers the fundamental aspects of building a website that works for the company, not against it. It covers the essentials of strong copywriting, and then dedicates several chapters to designing user-centric About, Products and Services, and Support sections.
Your visitors come to your site because they are interested in your business and are therefore potential customers. This book covers taking advantage of that traffic by expanding the companys story through a corporate blog and using testimonials, case studies, and other third-party validation to reinforce the marketing message. With this knowledge you will be able to create and maintain a highly professional, polished business site.
While a pleasing website is essential for any modern business, creating it is only a small piece of the online strategy. This book also discusses search engine optimization, using e-mail and RSS to communicate with customers and prospects, and advertising the corporate domain with paid search placement, online banners, text links, and more. The primary theme is using your corporate website to market the business effectively, from designing intelligent product pages to writing compelling e-mail newsletters. This book explores those ideas and offers compelling advice on how to take full advantage of the Web as a marketing medium.

Download