<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" version="2.0">

<channel>
	<title>eBookTM - Great eBook, share ebook, download ebook</title>
	
	<link>http://www.ebooktm.com</link>
	<description>Best Websites To Download Free eBooks!</description>
	<lastBuildDate>Wed, 28 Jul 2010 06:16:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/ebooktmdotcom" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="ebooktmdotcom" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><image><link>http://feeds.feedburner.com/ebooktmdotcom</link><url>http://www.ebooktm.com/wp-content/themes/ebooktm/images/logo.jpg</url><title>Free eBook Download</title></image><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">ebooktmdotcom</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Django 1.1 Testing and Debugging</title>
		<link>http://www.ebooktm.com/open-source/django-1-1-testing-and-debugging.html</link>
		<comments>http://www.ebooktm.com/open-source/django-1-1-testing-and-debugging.html#comments</comments>
		<pubDate>Wed, 28 Jul 2010 06:16:12 +0000</pubDate>
		<dc:creator>mr.sea</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Applications]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[Django]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.ebooktm.com/?p=664</guid>
		<description><![CDATA[Product Description Building rigorously tested and bug-free Django applications Develop Django applications quickly with fewer bugs through effective use of automated testing and debugging tools. Ensure your code is accurate and stable throughout development and production by using Django&#8217;s test framework. Understand the working of code and its generated output with the help of debugging [...]]]></description>
			<content:encoded><![CDATA[<div class="wpbuzzer_button" style="float: right"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="normal-count" data-url="http://www.ebooktm.com/open-source/django-1-1-testing-and-debugging.html" data-imageurl=""></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div><p></p><p><img class="alignleft" src=http://ecx.images-amazon.com/images/I/519oX3d6K%2BL._BO2,204,203,200_PIsitb-sticker-arrow-click,TopRight,35,-76_AA300_SH20_OU01_.jpg width="220" height="220" title="Django 1.1 Testing and Debugging" alt="519oX3d6K%2BL. BO2,204,203,200 PIsitb sticker arrow click,TopRight,35, 76 AA300 SH20 OU01  Django 1.1 Testing and Debugging" /></p>
<h3>Product Description</h3>
<div>Building rigorously tested and bug-free Django applications</p>
<ul>
<li>Develop Django applications quickly with fewer bugs through effective use of automated testing and debugging tools.</li>
<li>Ensure your code is accurate and stable throughout development and production by using Django&#8217;s test framework.</li>
<li>Understand the working of code and its generated output with the help of debugging tools.</li>
<li>Packed with detailed working examples that illustrate the techniques and tools for debugging</li>
</ul>
<p><strong>In Detail</strong><br />
Bugs  are a time consuming burden during software development. Django&#8217;s  built-in test framework and debugging support help lessen this burden.  This book will teach you quick and efficient techniques for using Django  and Python tools to eradicate bugs and ensure your Django application  works correctly.</p>
<p>This book will walk you step by step through  development of a complete sample Django application. You will learn how  best to test and debug models, views, URL configuration, templates, and  template tags. This book will help you integrate with and make use of  the rich external environment of test and debugging tools for Python and  Django applications.<span id="more-664"></span></p>
<p>The book starts with a basic overview of  testing. It will highlight areas to look out for while testing. You  will learn about different kinds of tests available, and the pros and  cons of each, and also details of test extensions provided by Django  that simplify the task of testing Django applications. You will see an  illustration of how external tools that provide even more sophisticated  testing features can be integrated into Django&#8217;s framework.</p>
<p>On  the debugging front, the book illustrates how to interpret the  extensive debugging information provided by Django&#8217;s debug error pages,  and how to utilize logging and other external tools to learn what code  is doing.</p>
<p><strong>What you will learn from this book</strong></p>
<ul>
<li>Build a complete application in manageable pieces that can be written, tested, and debugged individually.</li>
<li>Come to grips with the nuances of testing and the pros and cons of each type of test.</li>
<li>Simplify the task of testing web applications by using specific test extensions provided by Django.</li>
<li>Integrate other test tools into Django&#8217;s framework to obtain test coverage information and more easily test forms.</li>
<li>Analyze the copious debug information provided by Django&#8217;s debug error pages.</li>
<li>Write your own add-on debugging aids.</li>
<li>Easily acquire enormous and important information with the help of external tools such as the Django debug toolbar.</li>
<li>Decipher code behavior by using logging and effectively debug problems in production, when debug error pages are not available.</li>
<li>Learn what your code and other library support code actually does by skilled use of a debugger.</li>
<li>Tackle problems external to your code with available fixes.</li>
<li>Debug common problems that arise during the move from development to production.</li>
</ul>
<p><strong>Approach</strong><br />
This  book teaches by example. It walks in detail through development of a  sample application, illustrating each step via complete working code and  either screenshots or console snippets. The cumbersome and time  consuming task of debugging will be a cake walk with this book.</p>
<p><strong>Who this book is written for</strong><br />
If  you are a Django application developer who wants to create robust  applications quickly that work well and are easy to maintain in the long  term, this book is for you. This book is the right pick if you want to  be smartly tutored to make best use of Django&#8217;s rich testing and  debugging support and make testing an effortless task.</p>
<p>Basic  knowledge of Python, Django, and the overall structure of a  database-driven web application is assumed. However, the code samples  are fully explained so that even beginners who are new to the area can  learn a great deal from this book.</p>
</div>
<h3>About the Author</h3>
<p><strong>Karen M. Tracey</strong><br />
Karen has a PhD in Electrical/Computer  Engineering from the University of Notre Dame. Her research there  focused on distributed operating systems, which led to work in industry  centered on communications protocols and middleware. Outside of work she  has an interest in puzzles, which led her to take up crossword  construction. She has published nearly 100 puzzles in The New York  Times, The Los Angeles Times syndicate, The New York Sun, and USA Today.  She amassed a database of thousands of puzzles to aid in constructing  and cluing her own puzzles. The desire to put a web frontend on this  database is what led her to Django. She was impressed by the framework  and its community, and became an active core framework contributor.  Karen is one of the most prolific posters on the Django users mailing  list. Her experience in helping hundreds of people there guided her in  choosing the best and most useful material to include in this book.</p>
<h2>Product Details</h2>
<ul>
<li><strong>Paperback:</strong> 436 pages</li>
<li><strong>Publisher:</strong> Packt Publishing; 1st New edition edition (April 20, 2010)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 1847197566</li>
<li><strong>ISBN-13:</strong> 978-1847197566Note: There is a file embedded within this post, please visit this post to download the file.</li>
</ul>
<img src="http://feeds.feedburner.com/~r/ebooktmdotcom/~4/U29VrHcb7MI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.ebooktm.com/open-source/django-1-1-testing-and-debugging.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress and Flash 10x Cookbook</title>
		<link>http://www.ebooktm.com/open-source/wordpress-and-flash-10x-cookbook.html</link>
		<comments>http://www.ebooktm.com/open-source/wordpress-and-flash-10x-cookbook.html#comments</comments>
		<pubDate>Wed, 28 Jul 2010 06:11:56 +0000</pubDate>
		<dc:creator>mr.sea</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.ebooktm.com/?p=662</guid>
		<description><![CDATA[Product Description Over 50 simple but incredibly effective recipes to take control of dynamic Flash content in WordPress Learn how to make your WordPress blog or website stand out with Flash Embed, encode, and distribute your video content in your WordPress site or blog Build your own .swf files using various plugins Develop your own [...]]]></description>
			<content:encoded><![CDATA[<div class="wpbuzzer_button" style="float: right"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="normal-count" data-url="http://www.ebooktm.com/open-source/wordpress-and-flash-10x-cookbook.html" data-imageurl=""></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div><p></p><p><img class="alignleft" src=http://ecx.images-amazon.com/images/I/51BymUZKTiL._BO2,204,203,200_PIsitb-sticker-arrow-click,TopRight,35,-76_AA300_SH20_OU01_.jpg width="220" height="220" title="WordPress and Flash 10x Cookbook" alt="51BymUZKTiL. BO2,204,203,200 PIsitb sticker arrow click,TopRight,35, 76 AA300 SH20 OU01  WordPress and Flash 10x Cookbook" /></p>
<h3>Product Description</h3>
<div>Over 50 simple but incredibly effective recipes to take control of dynamic Flash content in WordPress</p>
<ul>
<li>Learn how to make your WordPress blog or website stand out with Flash</li>
<li>Embed, encode, and distribute your video content in your WordPress site or blog</li>
<li>Build your own .swf files using various plugins</li>
<li>Develop your own Flash audio player using audio and podcasting plugins</li>
<li>Filled  with many useful and efficient recipes with many screenshots and well  explained code to ensure that if you open any recipe in the book you  will be able to follow it without going through the previous recipes</li>
</ul>
<p><strong>In Detail</strong></p>
<p>WordPress  is much more than just a blogging platform now. This flexible CMS is  the power behind millions of URLs, including blue-chip companies, small  business, and personal websites. Flash is a world-famous multimedia  platform. This book will show you the best of the proven and popular  strategies and techniques to deliver rich multimedia content, which will  let you sail through the world of Flashy WordPress with ease.<span id="more-662"></span></p>
<p>This  book will take you through clear well-formed and comprehensive recipes,  through the most essential and useful Flash multimedia tools for  WordPress available today including plugins for images, audio and video,  as well as projects you can do yourself in Flash. It helps you to  create a WordPress website full of Flash content. We show the big  picture by providing context, best practices and strategies. Detailed  instructions are provided for each section.</p>
<p>This book provides  you with the shortlist of the most essential Flash tools for creating a  dynamic and media-rich website or blog, and shows you how to implement  these on your site. The sections on Flash are intended to give you the  option to create custom .swf files, giving you an alternative to plugins  that already exist. The book will show you how to configure Flash  content in your WordPress site/blog for maximum SEO, introduce Flash  content to your WordPress with and without plugins, import image feeds,  use lightbox effects, and much more.</p>
<p>Easy-to-follow recipes  showing you how to use WordPress, plugins, and Flash animations to  create a complete user experience, including: audio, video, slideshows,  image galleries, and more</p>
<p><strong>What you will learn from this book</strong></p>
<ul>
<li>Embed SWF files with the Kimili plugin</li>
<li>Add Flash Detection when you embed a SWF without a plugin</li>
<li>Configure WordPress and maximize search engine optimization</li>
<li>Use the Flickr plugin and WordPress Multibox plugin for your images</li>
<li>Create your own effects, watermarks, image gallery, and slideshow from scratch with Flash</li>
<li>Use the NextGen Gallery plugin for image thumbnails, watermarking, and galleries</li>
<li>Embed FLV files in WordPress</li>
<li>Set up video blogging using WebTV Plugin and the Free WP Tube Theme</li>
<li>Encode video files with the Adobe Media Encoder</li>
<li>Use the audio plugins WPAudio Player, µAudio, and PodPress</li>
<li>Add sound effects to a button and the timeline in Flash</li>
<li>Stream sound and create/code your own On/Off music button and an MP3 player</li>
<li>Using preset Flash skins</li>
<li>Create a Custom Quote Rotator using XML and ActionScript in Flash</li>
<li>Use  and configure these plugins: WP-Cumulus Plugin, Tagnetic Poetry Plugin,  Flexi Quote Rotator Plugin, WP sIFR Plugin, XML Google Maps Plugin,  Datafeedr Random Ads Plugin, and WP Flash Feed Scroll Reader Plugin</li>
<li>Customize WordPress themes</li>
<li>Create animations and buttons in Flash</li>
</ul>
<p><strong>Approach</strong></p>
<p>This  book consists of a series of easy-to-follow recipes. Each recipe stands  on its own, so you can open the book to any recipe and complete it  without going through the previous recipes. You can work through the  book from start to end or just choose the recipes most applicable to  your needs and situation. The book presents recipes of varying  difficulty levels so that there is something for everyone from a  beginner to an advanced WordPress user. Detailed screenshots, code  examples, and links to additional resources supplement the concise  instructions.</p>
<p><strong>Who this book is written for</strong></p>
<p>If  you are a WordPress user interested in creating multimedia-rich websites  and blogs using Flash then this book is perfect for you. This book  caters for site administrators and web developers, who have experience  using Flash aand WordPress.</p>
</div>
<h3>About the Author</h3>
<p><strong>Peter Spannagle</strong></p>
<p>Peter Spannagle is a WordPress Consultant  and technology trainer, specializing in client-side coding, design using  the Adobe Creative Suite, and online marketing. He is based in Oakland,  California and works with clients in the San Francisco Bay Area,  statewide, nationally, and internationally. In over 12 years of  consulting experience he has enjoyed working with small businesses,  non-profits, green businesses, artists, and independent professionals.  He invites you to contact him for help with your next WordPress project.</p>
<p><strong>Sarah Soward</strong></p>
<p>Sarah Soward develops the  curriculum for and teaches the Adobe Creative Suite and design theory at  the Bay Area Video Coalition. She has 5 years experience as a  technology trainer and is Adobe Certified. She specializes in creating  web and print collateral for small businesses and non-profits. She is  the Art Director for The Pagan Alliance, a non-profit organization, and a  working fine artist (oil painting and drawing). In addition to teaching  Flash, she is also an expert in the use of Dreamweaver, Fireworks,  Photoshop, Illustrator, and InDesign.</p>
<h2>Product Details</h2>
<ul>
<li><strong>Paperback:</strong> 268 pages</li>
<li><strong>Publisher:</strong> Packt Publishing; 1st New edition edition (April 20, 2010)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 1847198821</li>
<li><strong>ISBN-13:</strong> 978-1847198822Note: There is a file embedded within this post, please visit this post to download the file.</li>
</ul>
<img src="http://feeds.feedburner.com/~r/ebooktmdotcom/~4/ffrbKJL0I0U" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.ebooktm.com/open-source/wordpress-and-flash-10x-cookbook.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Theme Design: A complete guide to creating professional WordPress themes</title>
		<link>http://www.ebooktm.com/open-source/wordpress-theme-design-a-complete-guide-to-creating-professional-wordpress-themes.html</link>
		<comments>http://www.ebooktm.com/open-source/wordpress-theme-design-a-complete-guide-to-creating-professional-wordpress-themes.html#comments</comments>
		<pubDate>Wed, 28 Jul 2010 06:11:31 +0000</pubDate>
		<dc:creator>mr.sea</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[ThickBox]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[wordpress theme]]></category>

		<guid isPermaLink="false">http://www.ebooktm.com/?p=660</guid>
		<description><![CDATA[Product Description In Detail This title will take you through the ins and outs of creating sophisticated professional themes for the WordPress personal publishing platform. It will walk you through clear, step-by-step instructions to build a custom WordPress theme. From development tools and setting up your WordPress sandbox, through design tips and suggestions, to setting [...]]]></description>
			<content:encoded><![CDATA[<div class="wpbuzzer_button" style="float: right"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="normal-count" data-url="http://www.ebooktm.com/open-source/wordpress-theme-design-a-complete-guide-to-creating-professional-wordpress-themes.html" data-imageurl=""></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div><p></p><p><img class="alignleft" src=http://ecx.images-amazon.com/images/I/51M1qMas0nL._BO2,204,203,200_PIsitb-sticker-arrow-click,TopRight,35,-76_AA300_SH20_OU01_.jpg width="220" height="220" title="WordPress Theme Design: A complete guide to creating professional WordPress themes" alt="51M1qMas0nL. BO2,204,203,200 PIsitb sticker arrow click,TopRight,35, 76 AA300 SH20 OU01  WordPress Theme Design: A complete guide to creating professional WordPress themes" /></p>
<h3>Product Description</h3>
<div>
<p><strong>In Detail</strong></p>
<p>This title will take you through the ins  and outs of creating sophisticated professional themes for the WordPress  personal publishing platform. It will walk you through clear,  step-by-step instructions to build a custom WordPress theme. From  development tools and setting up your WordPress sandbox, through design  tips and suggestions, to setting up your theme&#8217;s template structure,  coding markup, testing and debugging, to taking it live it reviews the  best practices. The last three chapters are dedicated to additional  tips, tricks and various cookbook recipes for adding popular site  enhancements to your WordPress theme designs using third-party plugins.</p>
<p>Whether  you&#8217;re working with a pre-existing theme or creating a new one from the  ground up, WordPress Theme Design will give you the know-how to  understand how themes work within the WordPress blog system, enabling  you to take full control over your site&#8217;s design and branding.</p>
<p><strong>What you will learn from this book?</strong></p>
<ul>
<li>Set up a basic workflow and development environment for WordPress theme design</li>
<li>Create detailed designs and code them up</li>
<li>Enhance your sites by choosing the right color schemes and graphics</li>
<li>Debug and validate your theme using W3C&#8217;s XHTML and CSS validation tools<span id="more-660"></span></li>
<li>Customize and tweak your theme&#8217;s layout</li>
<li>Set up dynamic drop-down menus, AJAX/dynamic and interactive forms</li>
<li>Download and install useful plug-ins and widgetize your theme</li>
<li>Improve post and page content using jQuery and ThickBox</li>
<li>Add interactivity to your themes using Flash</li>
<li>Includes  a reference guide to WordPress 2.0&#8242;s template hierarchy, markup, styles  and template tags, as well as include and loop functions</li>
</ul>
<p><strong>Approach</strong></p>
<p>Theme  design can be approached from two angles. The first is simplicity;  sometimes it suits the client and/or the site to go as bare-bones as  possible. In that case, it&#8217;s quick and easy to take a very basic,  pre-made theme and modify it.</p>
<p>The second is &#8220;Unique and  Beautiful&#8221;. Occasionally, the site&#8217;s theme needs to be created from  scratch so that everything displayed caters to the specific kind of  content the site offers. This book is going to take you through the  Unique and Beautiful route with the idea that once you know how to  create a theme from scratch, you&#8217;ll be more apt at understanding what to  look for in other WordPress themes.</p>
<p><strong>Who this book is written for?</strong></p>
<p>This  book can be used by WordPress users or visual designers (with no  server-side scripting or programming experience) who are used to working  with the common industry-standard tools like PhotoShop and Dreamweaver  or other popular graphic, HTML, and text editors.</p>
<p>Regardless  of your web development skill-set or level, you&#8217;ll be walked through the  clear, step-by-step instructions, but familiarity with a broad range of  web development skills and WordPress know-how will allow you to gain  maximum benefit from this book.</p>
</div>
<h3>About the Author</h3>
<p><strong>Tessa Blakeley Silver</strong></p>
<p>Tessa Blakeley Silver&#8217;s  background is in print design and traditional illustration. She evolved  over the years into web and multi-media development, where she focuses  on usability and interface design. Prior to starting her consulting and  development company hyper3media (pronounced hyper-cube media)  hyper3media.com, Tessa was the VP of Interactive Technologies at  eHigherEducation, an online learning and technology company developing  compelling multimedia simulations, interactions, and games that met  online educational requirements like 508, AICC, and SCORM. She has also  worked as a consultant and freelancer for J. Walter Thompson and The  Diamond Trading Company (formerly known as DeBeers) and was a Design  Specialist and Senior Associate for PricewaterhouseCoopers&#8217; East Region  Marketing department. Tessa authors several design and web technology  blogs. Joomla! Template Design is her first book.</p>
<h2>Product Details</h2>
<ul>
<li><strong>Paperback:</strong> 224 pages</li>
<li><strong>Publisher:</strong> Packt Publishing (May 30, 2008)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 1847193099</li>
<li><strong>ISBN-13:</strong> 978-1847193094Note: There is a file embedded within this post, please visit this post to download the file.</li>
</ul>
<img src="http://feeds.feedburner.com/~r/ebooktmdotcom/~4/4R6A1Ac6az4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.ebooktm.com/open-source/wordpress-theme-design-a-complete-guide-to-creating-professional-wordpress-themes.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cocoa Recipes for Mac OS X</title>
		<link>http://www.ebooktm.com/software-development/cocoa-recipes-for-mac-os-x.html</link>
		<comments>http://www.ebooktm.com/software-development/cocoa-recipes-for-mac-os-x.html#comments</comments>
		<pubDate>Wed, 28 Jul 2010 06:11:06 +0000</pubDate>
		<dc:creator>mr.sea</dc:creator>
				<category><![CDATA[Soft Development]]></category>
		<category><![CDATA[Applications]]></category>
		<category><![CDATA[Cocoa]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[Mac OS X]]></category>

		<guid isPermaLink="false">http://www.ebooktm.com/?p=658</guid>
		<description><![CDATA[Product Description Completely revised edition, now covering Snow Leopard! Springing from the original Vermont Recipes Web site, where many of today’s Cocoa developers got their start, Cocoa Recipes for Mac OS X, Second Edition is a programming cookbook that shows you how to create a complete Mac OS X application. In this updated edition, author [...]]]></description>
			<content:encoded><![CDATA[<div class="wpbuzzer_button" style="float: right"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="normal-count" data-url="http://www.ebooktm.com/software-development/cocoa-recipes-for-mac-os-x.html" data-imageurl=""></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div><p></p><p><img class="alignleft" src=http://ecx.images-amazon.com/images/I/51Ab67hYchL._BO2,204,203,200_PIsitb-sticker-arrow-click,TopRight,35,-76_AA300_SH20_OU01_.jpg width="220" height="220" title="Cocoa Recipes for Mac OS X" alt="51Ab67hYchL. BO2,204,203,200 PIsitb sticker arrow click,TopRight,35, 76 AA300 SH20 OU01  Cocoa Recipes for Mac OS X" /></p>
<h3>Product Description</h3>
<div>Completely revised edition, now covering Snow Leopard!<br />
Springing  from the original Vermont Recipes Web site, where many of today’s Cocoa  developers got their start, Cocoa Recipes for Mac OS X, Second Edition  is a programming cookbook that shows you how to create a complete Mac OS  X application. In this updated edition, author Bill Cheeseman employs a  practical, step-by-step method for building a program from start to  finish using the Cocoa frameworks. He begins by creating the project  using Xcode and designing and building the user interface with Interface  Builder, and then he fills in the details expected of any working  application, such as managing documents and windows, setting up the main  menu, and configuring controls. Later recipes show you how to add  important features such as a preferences window, printing, a Help book,  and AppleScript support. The book concludes with a discussion of  deployment of your finished product and steps you can take to explore  additional features. Equipped with the expertise and real-world  techniques in this book, programmers with some knowledge of C and  Objective-C can quickly master the craft of writing Cocoa programs for  Mac OS X.</p>
<ul>
<li>Written for C and Objective-C programmers who want  to tap the extraordinary power and flexibility designed into the Cocoa  frameworks, as well as for experienced Cocoa developers looking to  extend their skills.</li>
</ul>
<ul>
<li>By following the book’s recipes  for creating a complete Cocoa application, readers can retrace the same  steps to write any document-based Cocoa program.<span id="more-658"></span></li>
</ul>
<ul>
<li>Includes the latest techniques for writing Cocoa applications for Mac OS X v10.6 Snow Leopard.</li>
</ul>
<ul>
<li>Project source files are available on the Web at www.peachpit.com/cocoarecipes.</li>
</ul>
</div>
<h3>From the Back Cover</h3>
<div>Springing from the original Vermont Recipes Web site, where many of  today’s Cocoa developers got their start, Cocoa Recipes for Mac OS X,  Second Edition is a programming cookbook that shows you how to create a  complete Mac OS X application. In this updated edition, author Bill  Cheeseman employs a practical, step-by-step method for building a  program from start to finish using the Cocoa frameworks. He begins by  creating the project using Xcode and designing and building the user  interface with Interface Builder, and then he fills in the details  expected of any working application, such as managing documents and  windows, setting up the main menu, and configuring controls. Later  recipes show you how to add important features such as a preferences  window, printing, a Help book, and AppleScript support. The book  concludes with a discussion of deployment of your finished product and  steps you can take to explore additional features. Equipped with the  expertise and real-world techniques in this book, programmers with some  knowledge of C and Objective-C can quickly master the craft of writing  Cocoa programs for Mac OS X.</p>
<ul>
<li>Written for C and Objective-C  programmers who want to tap the extraordinary power and flexibility  designed into the Cocoa frameworks, as well as for experienced Cocoa  developers looking to extend their skills.</li>
</ul>
<ul>
<li>By following  the book’s recipes for creating a complete Cocoa application, readers  can retrace the same steps to write any document-based Cocoa program.</li>
</ul>
<ul>
<li>Includes the latest techniques for writing Cocoa applications forMac OS X v10.6 Snow Leopard.</li>
</ul>
<ul>
<li>Project source files are available on the Web at www.peachpit.com/cocoarecipes.</li>
</ul>
</div>
<h3>About the Author</h3>
<p>Bill Cheeseman lives in Quechee, Vermont, and is the owner and  principal of Quechee Software (www.quecheesoftware.com), which  specializes in Mac OS X Cocoa application development and AppleScript  and GUI Scripting development. In addition to writing the first edition  of this book, Bill co-authored Apple Training Series: AppleScript 1-2-3.  He has been well known in the AppleScript and Cocoa development  communities for years for his work on The AppleScript Sourcebook Web  site and as the author of the famous Vermont Recipes tutorials. In his  spare time, Bill is a well-known trial lawyer.</p>
<h2>Product Details</h2>
<ul>
<li><strong>Paperback:</strong> 648 pages</li>
<li><strong>Publisher:</strong> Peachpit Press; 2 edition (April 2, 2010)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 0321670418</li>
<li><strong>ISBN-13:</strong> 978-0321670410Note: There is a file embedded within this post, please visit this post to download the file.</li>
</ul>
<img src="http://feeds.feedburner.com/~r/ebooktmdotcom/~4/a1Jc-qWQfTY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.ebooktm.com/software-development/cocoa-recipes-for-mac-os-x.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adobe Flash Platform from Start to Finish: Working Collaboratively Using Adobe Creative Suite 5</title>
		<link>http://www.ebooktm.com/software-development/adobe-flash-platform-from-start-to-finish-working-collaboratively-using-adobe-creative-suite-5.html</link>
		<comments>http://www.ebooktm.com/software-development/adobe-flash-platform-from-start-to-finish-working-collaboratively-using-adobe-creative-suite-5.html#comments</comments>
		<pubDate>Wed, 28 Jul 2010 06:10:17 +0000</pubDate>
		<dc:creator>mr.sea</dc:creator>
				<category><![CDATA[Soft Development]]></category>
		<category><![CDATA[Adobe Creative Suite 5]]></category>
		<category><![CDATA[Adobe Flash]]></category>
		<category><![CDATA[Flash Builder 4]]></category>
		<category><![CDATA[Flash Catalyst CS5]]></category>
		<category><![CDATA[Flash Professional CS5]]></category>
		<category><![CDATA[Platform]]></category>

		<guid isPermaLink="false">http://www.ebooktm.com/?p=656</guid>
		<description><![CDATA[Product Description Create and execute cutting-edge projects using the Adobe Flash Platform! This book explores a Flash Platform project’s life cycle, diving deep into each phase — planning, design, development, build and release, and continued maintenance. This comprehensive guide is for your entire team to refer to during the development process, including business executives, project [...]]]></description>
			<content:encoded><![CDATA[<div class="wpbuzzer_button" style="float: right"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="normal-count" data-url="http://www.ebooktm.com/software-development/adobe-flash-platform-from-start-to-finish-working-collaboratively-using-adobe-creative-suite-5.html" data-imageurl=""></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div><p></p><p><img class="alignleft" src=http://ecx.images-amazon.com/images/I/410G82jPniL._SL500_AA300_.jpg width="220" height="220" title="Adobe Flash Platform from Start to Finish: Working Collaboratively Using Adobe Creative Suite 5" alt="410G82jPniL. SL500 AA300  Adobe Flash Platform from Start to Finish: Working Collaboratively Using Adobe Creative Suite 5" /></p>
<h3>Product Description</h3>
<div>Create and execute cutting-edge projects using the Adobe Flash Platform!<br />
This  book explores a Flash Platform project’s life cycle, diving deep into  each phase — planning, design, development, build and release, and  continued maintenance.<br />
This comprehensive guide is for your  entire team to refer to during the development process, including  business executives, project managers, creative directors, designers,  developers, and quality assurance and build engineers, explaining how  each role contributes to the overall process. The book also highlights  the Adobe applications — Flash Catalyst CS5, Flash Builder 4, Flash  Professional CS5 and other Adobe Creative Suite 5 programs — so you can  leverage the latest technology to accomplish the task at hand.<br />
Whether  you’re a one-person shop or a large multi-department team, this guide  details the process and scales to the key requirements of your project.</p>
<p><strong>About the Authors:</strong><br />
<strong> </strong></p>
</div>
<div><strong>Aaron Pedersen</strong> is cofounder of DevelopmentArc and has more than a decade of Web  application experience for small startups and Fortune 500 companies. He  focuses on user interface technologies, including Adobe Flash Platform  (Adobe Flex, AIR) and JavaScript. He has been a lead, planner, and  architect on many groundbreaking projects for Lexus.com, Scion.com,  Adobe Marketplace, Yahoo Mail Flickr application, and WorkflowLab for  Adobe.<span id="more-656"></span></p>
<p><strong>James Polanco</strong> is a Web application architect and  cofounder of DevelopmentArc, focusing on ActionScript development,  design patterns, and component implementations. He has worked with such  clients as Scion.com, Lexus.com, Toyota.com, Libsyn Podcast Analytics  Dashboard, Fake Science Music Store, Industrial Light &amp; Magic, and  Adobe Systems. He is an avid blogger, speaker, and researcher with a  particular interest in technology implementations, best practices, and  analysis of Web enabled tools and technologies.</p>
<p><strong>Doug Winnie </strong>is  the principal product manager for Adobe Flash Catalyst, Flash Platform  Workflow, and WorkflowLab. He is responsible for the integration of  Adobe Flash Professional, Flash Catalyst, and Flash Builder, driving the  growth of collaborative workflows between designers and developers  using the Adobe Flash Platform. Doug is also an instructor at San  Francisco State University and hosts the Adobe TV shows, ”ActionScript  1:1 with Doug Winnie” and “Flash Catalyst 1:1 with Doug Winnie.”</p>
</div>
<h3>From the Back Cover</h3>
<div>Adobe insiders Aaron Pederson, James Polanco and Doug Winnie will have  you creating and executing cutting edge projects using the Adobe Flash  Platform in no time! This book explores a Flash Platform project&#8217;s life  cycle from start to finish, diving deep into each phase &#8211; planning,  design, development, build and release, and continued maintenance.</p>
<p>If  your team includes business executives, project managers, creative  directors, designers, developers, and quality assurance and build  engineers, this guide explains how each role contributes to the overall  process. The book also highlights the Adobe applications &#8211; Flash  Catalyst CS5, Flex Builder 4, and Adobe Creative Suite 5 &#8211; so you can  leverage the latest technology to accomplish the task at hand. Whether  you&#8217;re a one-person shop or a large multi-department team, this guide  details the process and scales to the key requirements of your project.</p>
</div>
<h2>Product Details</h2>
<ul>
<li><strong>Format:</strong> Kindle Edition</li>
<li><strong>File Size:</strong> 2636 KB</li>
<li><strong>Print Length:</strong> 408 pages</li>
<li><strong>Simultaneous Device Usage:</strong> Up to 5 simultaneous devices, per publisher limits</li>
<li><strong>Publisher:</strong> Adobe Press; 1 edition (June 10, 2010)</li>
<li id="sold-by-merchant"><strong>Sold by:</strong> Amazon Digital Services</li>
<li><strong>Language:</strong> English</li>
<li><strong>ASIN:</strong> B003V4ATBMNote: There is a file embedded within this post, please visit this post to download the file.</li>
</ul>
<img src="http://feeds.feedburner.com/~r/ebooktmdotcom/~4/KpSynLCCb6c" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.ebooktm.com/software-development/adobe-flash-platform-from-start-to-finish-working-collaboratively-using-adobe-creative-suite-5.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML5 for Web Designers</title>
		<link>http://www.ebooktm.com/web-development/html5-for-web-designers.html</link>
		<comments>http://www.ebooktm.com/web-development/html5-for-web-designers.html#comments</comments>
		<pubDate>Tue, 27 Jul 2010 16:29:11 +0000</pubDate>
		<dc:creator>mr.sea</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[designer]]></category>
		<category><![CDATA[HTML5]]></category>

		<guid isPermaLink="false">http://www.ebooktm.com/?p=653</guid>
		<description><![CDATA[The HTML5 spec is 900 pages and hard to read. HTML5 for Web Designers is 85 pages and fun to read. Easy choice. HTML5 is the longest HTML specification ever written. It is also the most powerful, and in some ways, the most confusing. What do accessible, content-focused standards-based web designers and front-end developers need [...]]]></description>
			<content:encoded><![CDATA[<div class="wpbuzzer_button" style="float: right"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="normal-count" data-url="http://www.ebooktm.com/web-development/html5-for-web-designers.html" data-imageurl=""></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div><p></p><p><img class="alignleft" src=http://pixhost.ws/avaxhome/bc/f1/0015f1bc_medium.jpeg width="220" height="220" title="HTML5 for Web Designers" alt=" HTML5 for Web Designers" /><strong>The HTML5 spec is 900 pages and hard to read. HTML5 for Web Designers  is 85 pages and fun to read. Easy choice.</strong></p>
<p>HTML5 is the longest HTML specification ever written. It is also the  most powerful, and in some ways, the most confusing. What do accessible,  content-focused standards-based web designers and front-end developers  need to know? And how can we harness the power of HTML5 in today’s  browsers?</p>
<p>In this brilliant and entertaining user’s guide, Jeremy Keith cuts to  the chase, with crisp, clear, practical examples, and his patented  twinkle and charm.<span id="more-653"></span></p>
<div><strong>HTML5 for Web Designers  By  Jeremy Keith</strong><br />
Publisher: A Book Apart  2010 | 85 Pages | ISBN-10: 0984442502 ,  ISBN-13: 9780984442508 | PDF | 1 MB</div>
<div>Note: There is a file embedded within this post, please visit this post to download the file.</div>
<img src="http://feeds.feedburner.com/~r/ebooktmdotcom/~4/_j9YuyezOAQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.ebooktm.com/web-development/html5-for-web-designers.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adobe ColdFusion 9 Web Application Construction Kit, Volume 1: Getting Started</title>
		<link>http://www.ebooktm.com/web-development/adobe-coldfusion-9-web-application-construction-kit-volume-1-getting-started.html</link>
		<comments>http://www.ebooktm.com/web-development/adobe-coldfusion-9-web-application-construction-kit-volume-1-getting-started.html#comments</comments>
		<pubDate>Tue, 27 Jul 2010 10:36:47 +0000</pubDate>
		<dc:creator>mr.sea</dc:creator>
				<category><![CDATA[Soft Development]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[Application]]></category>
		<category><![CDATA[ColdFusion]]></category>

		<guid isPermaLink="false">http://www.ebooktm.com/?p=649</guid>
		<description><![CDATA[Product Description Written by the best known and most trusted name in the ColdFusion community, Ben Forta, The ColdFusion Web Application Construction Kit is the best-selling ColdFusion series of all time &#8211; the books that most ColdFusion developers used to learn the product. This Getting Started volume starts with Web and Internet fundamentals and database [...]]]></description>
			<content:encoded><![CDATA[<div class="wpbuzzer_button" style="float: right"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="normal-count" data-url="http://www.ebooktm.com/web-development/adobe-coldfusion-9-web-application-construction-kit-volume-1-getting-started.html" data-imageurl=""></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div><p></p><p><img class="alignleft" src=http://ecx.images-amazon.com/images/I/41vjG5GfIAL._SL500_AA300_.jpg width="220" height="220" title="Adobe ColdFusion 9 Web Application Construction Kit, Volume 1: Getting Started" alt="41vjG5GfIAL. SL500 AA300  Adobe ColdFusion 9 Web Application Construction Kit, Volume 1: Getting Started" /></p>
<h3>Product Description</h3>
<p>Written by the best known and most trusted name in the ColdFusion  community, Ben Forta, The ColdFusion Web Application Construction Kit is  the best-selling ColdFusion series of all time &#8211; the books that most  ColdFusion developers used to learn the product. This Getting Started  volume starts with Web and Internet fundamentals and database concepts  and design, and then progresses to topics including creating data-driven  pages, building complete applications, implementing security  mechanisms, integrating with e-mail, building reusable functions and  components, generating data-driven reports and graphs, building  Ajax-powered user interfaces, and much more. Complete coverage of  ColdFusion 9 continues in &#8220;Volume 2, Application Development&#8221;  (ISBN:0321679199) and &#8220;Volume 3, Advanced Application Development&#8221;  (ISBN:0321679202).      <span id="more-649"></span></p>
<div></div>
<h3>About the Author</h3>
<p>Ben Forta is Adobe Systems Inc.&#8217;s Director of Platform Evangelism, and  is one of the best known and most trusted names in the ColdFusion  community. Ben is the author of numerous books on ColdFusion, SQL,  Regular Expressions, and related technologies, and 1/2 million Ben Forta  books have been printed in more than a dozen languages worldwide. He  writes regular columns on ColdFusion and Internet development, and now  spends a considerable amount of time lecturing and speaking on  application development worldwide.</p>
<h2>Product Details</h2>
<ul>
<li><strong>Paperback:</strong> 600 pages</li>
<li><strong>Publisher:</strong> Adobe Press; 1 edition (May 9, 2010)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 032166034X</li>
<li><strong>ISBN-13:</strong> 978-0321660343Note: There is a file embedded within this post, please visit this post to download the file.</li>
</ul>
<img src="http://feeds.feedburner.com/~r/ebooktmdotcom/~4/xWCfAepLXNU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.ebooktm.com/web-development/adobe-coldfusion-9-web-application-construction-kit-volume-1-getting-started.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Designing with Progressive Enhancement: Building the Web that Works for Everyone</title>
		<link>http://www.ebooktm.com/web-development/designing-with-progressive-enhancement-building-the-web-that-works-for-everyone.html</link>
		<comments>http://www.ebooktm.com/web-development/designing-with-progressive-enhancement-building-the-web-that-works-for-everyone.html#comments</comments>
		<pubDate>Tue, 27 Jul 2010 10:32:16 +0000</pubDate>
		<dc:creator>mr.sea</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://www.ebooktm.com/?p=644</guid>
		<description><![CDATA[Product Description Progressive enhancement is an approach to web development that aims to deliver the best possible experience to the widest possible audience, and simplifies coding and testing as well. Whether users are viewing your sites on an iPhone, the latest and greatest high-end system, or even hearing them on a screen-reader, their experience should [...]]]></description>
			<content:encoded><![CDATA[<div class="wpbuzzer_button" style="float: right"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="normal-count" data-url="http://www.ebooktm.com/web-development/designing-with-progressive-enhancement-building-the-web-that-works-for-everyone.html" data-imageurl=""></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div><p></p><p><img class="alignleft" src=http://ecx.images-amazon.com/images/I/41YLkeShL3L._SL500_AA300_.jpg width="220" height="220" title="Designing with Progressive Enhancement: Building the Web that Works for Everyone" alt="41YLkeShL3L. SL500 AA300  Designing with Progressive Enhancement: Building the Web that Works for Everyone" /></p>
<h3>Product Description</h3>
<div>Progressive enhancement is an approach to web development that aims to  deliver the best possible experience to the widest possible audience,  and simplifies coding and testing as well. Whether users are viewing  your sites on an iPhone, the latest and greatest high-end system, or  even hearing them on a screen-reader, their experience should be easy to  understand and use, and as fully-featured and functional as possible.</p>
<p>Designing  with Progressive Enhancement will show you how. It’s both a practical  guide to understanding the principles and benefits of progressive  enhancement, and a detailed exploration of examples that will teach  you—whether you’re a designer or a developer—how, where, and when to  implement the specific coding and scripting approaches that embody  progressive enhancement.</p>
<p>In this book, you’ll learn:</p>
<ul>
<li> Why common coding approaches leave users behind, and how progressive enhancement is a more inclusive and accessible alternative<span id="more-644"></span></li>
</ul>
<ul>
<li> How  to analyze complex interface designs, see the underlying semantic HTML  experience that will work everywhere, and layer on advanced enhancements  safely</li>
</ul>
<ul>
<li> A unique browser capabilities testing suite that helps deliver enhancements only to devices that can handle them</li>
</ul>
<ul>
<li>Real-world  best practices for coding HTML, CSS, and JavaScript to work with  progressive enhancement, and cases where forward-looking HTML5 and CSS3  techniques can be applied effectively today</li>
</ul>
<ul>
<li>How to factor in accessibility features like WAI-ARIA and keyboard support to ensure universal access</li>
<li> Detailed  techniques to transform semantic HTML into interactive components like  sliders, tabs, tree controls, and charts, along with downloadable  jQuery-based widgets to apply directly in your projects</li>
</ul>
</div>
<h3>From the Back Cover</h3>
<div>Progressive enhancement is an approach to web development that aims to  deliver the best possible experience to the widest possible audience,  and simplifies coding and testing as well. Whether users are viewing  your sites on an iPhone, the latest and greatest high-end system, or  even hearing them on a screen-reader, their experience should be easy to  understand and use, and as fully-featured and functional as possible.</p>
<p>Designing  with Progressive Enhancement will show you how. It’s both a practical  guide to understanding the principles and benefits of progressive  enhancement, and a detailed exploration of examples that will teach  you—whether you’re a designer or a developer—how, where, and when to  implement the specific coding and scripting approaches that embody  progressive enhancement.</p>
<p>In this book, you’ll learn:</p>
<ul>
<li> Why common coding approaches leave users behind, and how progressive enhancement is a more inclusive and accessible alternative</li>
</ul>
<ul>
<li> How  to analyze complex interface designs, see the underlying semantic HTML  experience that will work everywhere, and layer on advanced enhancements  safely</li>
</ul>
<ul>
<li> A unique browser capabilities testing suite that helps deliver enhancements only to devices that can handle them</li>
</ul>
<ul>
<li>Real-world  best practices for coding HTML, CSS, and JavaScript to work with  progressive enhancement, and cases where forward-looking HTML5 and CSS3  techniques can be applied effectively today</li>
</ul>
<ul>
<li>How to factor in accessibility features like WAI-ARIA and keyboard support to ensure universal access</li>
<li> Detailed  techniques to transform semantic HTML into interactive components like  sliders, tabs, tree controls, and charts, along with downloadable  jQuery-based widgets to apply directly in your projects</li>
</ul>
</div>
<h3>About the Author</h3>
<p><strong>Todd Parker </strong>has over a dozen years of experience creating  highly functional, accessible and intuitive interfaces that make the  most of the technical and interface constraints of a broad range of  devices, from wireless phones and Palm devices, to touch screen tablets,  kiosks and Web sites. Prior to founding Filament Group, Todd worked at  ZEFER Corporation and CSC Consulting as a principal experience designer.  Todd&#8217;s work has been recognized by Communication Arts magazine for  design excellence.</p>
<p><strong>Scott Jehl</strong> is formally trained in  graphic design, but his skills comfortably span both design and  development. Prior to joining Filament Group, Scott worked for such  clients as New England Journal of Medicine, Footjoy Golf, and Aspen  Snowmass Resorts. In his spare time, Scott runs WriteMaps.com, an ajax  Web application for building visual Web site sitemaps. He is also a  member of the jQuery Design Team.<br />
<strong><br />
Patty Toland</strong> is a  founding partner at Filament Group, Inc.  Patty brings to Filament more  than twenty years consulting experience with corporate and institutional  clients, with a focus on communicating complex messages across a range  of media.  Her expertise lies in developing robust information and  communication strategies, including branding, constituent analysis,  information architecture and system design, and writing. Prior to  founding Filament Group, Patty worked at ZEFER Corp., US Peace Corps,  Kohn Cruikshank Inc. and Harvard Business School.<strong></p>
<p>Maggie Costello Wachs </strong>is  Filament Group&#8217;s coding and production master — she ensures the quality  of everything that goes out the door.  Maggie&#8217;s brings deep expertise  in front-end coding, with a particular focus on standards-compliant  markup, CSS and scripting that works optimally with progressive  enhancement. Prior to joining FIlament Group, Maggie worked at Monitor  Group and ZEFER Corp.</p>
<h2>Product Details</h2>
<ul>
<li><strong>Paperback:</strong> 456 pages</li>
<li><strong>Publisher:</strong> New Riders Press; 1 edition (March 1, 2010)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 0321658884</li>
<li><strong>ISBN-13:</strong> 978-0321658883Note: There is a file embedded within this post, please visit this post to download the file.</li>
</ul>
<img src="http://feeds.feedburner.com/~r/ebooktmdotcom/~4/kVF3B6Q7uac" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.ebooktm.com/web-development/designing-with-progressive-enhancement-building-the-web-that-works-for-everyone.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Building Websites with DotNetNuke 5</title>
		<link>http://www.ebooktm.com/dot-net/building-websites-with-dotnetnuke-5.html</link>
		<comments>http://www.ebooktm.com/dot-net/building-websites-with-dotnetnuke-5.html#comments</comments>
		<pubDate>Tue, 27 Jul 2010 10:26:27 +0000</pubDate>
		<dc:creator>mr.sea</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[administration]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[DotNetNuke]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[VB.NET]]></category>

		<guid isPermaLink="false">http://www.ebooktm.com/?p=641</guid>
		<description><![CDATA[Product Description Quickly build and deploy your own feature-rich website with DotNetNuke 5, VB.NET, and C# Create and manage your own website with DotNetNuke 5 Customize and enhance your site with custom modules Code provided in VB.NET and C# using Visual Studio 2010 Covers module development using Silverlight and Linq to SQL Complete coverage of [...]]]></description>
			<content:encoded><![CDATA[<div class="wpbuzzer_button" style="float: right"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="normal-count" data-url="http://www.ebooktm.com/dot-net/building-websites-with-dotnetnuke-5.html" data-imageurl=""></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div><p></p><p><img class="alignleft" src=http://ecx.images-amazon.com/images/I/51CwB%2Bj8DHL._BO2,204,203,200_PIsitb-sticker-arrow-click,TopRight,35,-76_AA300_SH20_OU01_.jpg width="220" height="220" title="Building Websites with DotNetNuke 5" alt="51CwB%2Bj8DHL. BO2,204,203,200 PIsitb sticker arrow click,TopRight,35, 76 AA300 SH20 OU01  Building Websites with DotNetNuke 5" /></p>
<h3>Product Description</h3>
<div>Quickly build and deploy your own feature-rich website with DotNetNuke 5, VB.NET, and C#</p>
<ul>
<li>Create and manage your own website with DotNetNuke 5</li>
<li>Customize and enhance your site with custom modules</li>
<li>Code provided in VB.NET and C# using Visual Studio 2010</li>
<li>Covers module development using Silverlight and Linq to SQL</li>
<li>Complete coverage of setup, administration, and development</li>
</ul>
<p><strong>In Detail</strong></p>
<p>DotNetNuke  is an open source Content Management System and web application  framework. It has taken the Microsoft world by storm and now at version  5, its community has grown to over 200,000 users. Revised and updated  for DotNetNuke 5, this renowned book is your indispensable guide to  creating content-rich websites with DotNetNuke, as quickly as possible.<span id="more-641"></span></p>
<p>With this book in hand, you will be able to get your  DotNetNuke website up and running. Concisely written and with clear  explanations, this book covers installation, administration, deployment,  site creation and all of the basic built-in DotNetNuke modules. For  developers, it also covers the core architecture and custom modules,  including module development using Linq to SQL and Silverlight, to give  you the skills to customize and extend your site.</p>
<p>The book  starts off by giving you a deep understanding of working with basic  DotNetNuke sites, guiding you through the features and giving you the  confidence to create and manage your site. After that, you will journey  to the heart of DotNetNuke, and learn about its core architecture.  Always concise, relevant and practical, you will find out what makes  DotNetNuke tick, and from there, you will be ready to customize  DotNetNuke. Developers will enjoy the detailed walk-through of creating  new custom modules. Special emphasis is given to using Linq to SQL and  Silverlight to invigorate your module development.</p>
<p>You will master all of this as you leap into the development of a DotNetNuke 5 site!</p>
<p>A  practical guide that shows you how to build your own DotNetNuke website  and develop new modules using Visual Studio 2010 in VB.NET and C#,  using the latest technologies.</p>
<p><strong>What you will learn from this book</strong></p>
<p>This book will give you the skills to create and manage DotNetNuke websites as quickly as possible. You will:</p>
<ul>
<li>Install and configure DotNetNuke</li>
<li>Master the standard modules</li>
<li>Understand the core architecture of DotNetNuke</li>
<li>Explore the inner workings of DotNetNuke modules</li>
<li>Use code provided in VB.NET or C# using Visual Studio 2010</li>
<li>Learn module development using Silverlight and Linq to SQL</li>
<li>Learn to create portal templates and set up multiple portals</li>
</ul>
<p><strong>Approach</strong>This  book is a practical tutorial with step-by-step instructions and clear,  concise explanations. Illustrative screenshots are used for better  understanding at every step. You will learn how to set up and administer  an example site, stepping through all the tasks to ease your learning.  The emphasis is not on becoming a better VB.NET or C# programmer but on  taming DotNetNuke.</p>
<p><strong>Who this book is written for</strong></p>
<p>This  book has been written both for beginners wanting to set up a website  and also for ASP.NET developers with a grasp of VB.NET and C# who want a  deeper understanding of how to work with DotNetNuke. To work with the  DotNetNuke code, you will need access to Visual Web Developer Express or  Visual Studio .NET 2010. No prior knowledge of DotNetNuke is assumed.</p>
</div>
<h3>About the Author</h3>
<p><strong> Ian lackey</strong></p>
<p>Ian Lackey worked as a systems engineer for a  St. Louis-based ISP from 1999 to 2002. At that time, he began  developing web applications using ASP and migrated to ASP.NET shortly  before the 2.0 release. Ian now works as a full-time programmer analyst  II for Washington University in St. Louis Medical School &#8211; Department of  Pediatrics. He also runs a small business, DigitalSnap Inc. that  provides complete DotNetNuke solutions as well as individual modules</p>
<p>Currently  Ian is involved in community-driven areas such as the OpenLight Group,  which manages open source projects including several DotNetNuke modules  and many Silverlight-based applications. He will also be speaking at the  St. Louis .NET user group meetings this year.</p>
<p>Ian currently  lives in a small town in Illinois, just East of St. Louis, with his wife  Julie and two daughters, Britney and Brooklynn.</p>
<p><strong>Michael Washington</strong></p>
<p>Michael  Washington is a Website developer and an ASP.NET, C#, and Visual Basic  programmer. He is a DotNetNuke Core member and has been involved with  DotNetNuke for over 3 years. He is the author of numerous DotNetNuke  modules and tutorials. He is one of the founding members of the Southern  California DotNetNuke Users group. He has a son, Zachary and resides in  Los Angeles with his wife Valerie.</p>
<h2>Product Details</h2>
<ul>
<li><strong>Paperback:</strong> 336 pages</li>
<li><strong>Publisher:</strong> Packt Publishing (April 7, 2010)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 1847199925</li>
<li><strong>ISBN-13:</strong> 978-1847199928Note: There is a file embedded within this post, please visit this post to download the file.<br />
<a href="http://www.packtpub.com/files/code/9928_Code.zip">Download Source Code</a></li>
</ul>
<img src="http://feeds.feedburner.com/~r/ebooktmdotcom/~4/BGtut1Rv7M4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.ebooktm.com/dot-net/building-websites-with-dotnetnuke-5.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java EE 5 Development using GlassFish Application Server</title>
		<link>http://www.ebooktm.com/java/java-ee-5-development-using-glassfish-application-server.html</link>
		<comments>http://www.ebooktm.com/java/java-ee-5-development-using-glassfish-application-server.html#comments</comments>
		<pubDate>Tue, 27 Jul 2010 05:44:53 +0000</pubDate>
		<dc:creator>mr.sea</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[Applications]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[GlassFish]]></category>
		<category><![CDATA[Server]]></category>

		<guid isPermaLink="false">http://www.ebooktm.com/?p=636</guid>
		<description><![CDATA[Product Description The complete guide to installing and configuring the GlassFish Application Server and developing Java EE 5 applications to be deployed to this server Concise guide covering all major aspects of Java EE 5 development Uses the enterprise open-source GlassFish application server Explains GlassFish installation and configuration Covers all major Java EE 5 APIs [...]]]></description>
			<content:encoded><![CDATA[<div class="wpbuzzer_button" style="float: right"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="normal-count" data-url="http://www.ebooktm.com/java/java-ee-5-development-using-glassfish-application-server.html" data-imageurl=""></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div><p></p><p><img class="alignleft" src=http://ecx.images-amazon.com/images/I/51%2B5sJoKzrL._BO2,204,203,200_PIsitb-sticker-arrow-click,TopRight,35,-76_AA300_SH20_OU01_.jpg width="220" height="220" title="Java EE 5 Development using GlassFish Application Server" alt="51%2B5sJoKzrL. BO2,204,203,200 PIsitb sticker arrow click,TopRight,35, 76 AA300 SH20 OU01  Java EE 5 Development using GlassFish Application Server" /></p>
<p><strong>Product Description</strong></p>
<div>
<p>The complete guide to installing and configuring the GlassFish  Application Server and developing Java EE 5 applications to be deployed  to this server</p>
<ul>
<li>Concise guide covering all major aspects of Java EE 5 development</li>
<li>Uses the enterprise open-source GlassFish application server</li>
<li>Explains GlassFish installation and configuration</li>
<li>Covers all major Java EE 5 APIs<strong> </strong></li>
</ul>
<p><strong>Who this book is written for?</strong></p>
<p>This  book is aimed at  Java developers wishing to become proficient with Java  EE 5, who are  expected to have some experience with Java  and to have  developed and  deployed applications in the past, but need no previous  knowledge of  Java EE or J2EE. It teaches the reader how to use GlassFish  to develop  and deploy applications.<span id="more-636"></span></p>
<ul>
<li><strong>In Detail</strong></li>
</ul>
<p>GlassFish is a free, open-source Java EE 5-compliant application server that is quickly gaining massive popularity.</p>
<p>This  book explains GlassFish installation and configuration, and then moves  on to Java EE 5 application development, covering all major Java EE 5  APIs.</p>
<p><strong>Chapter 1</strong> provides an overview of Glassfish, including how to install it, configure it, and verify the installation.</p>
<p><strong>Chapter 2</strong> covers how to develop server-side web applications using the Servlet API.</p>
<p><strong>Chapter 3</strong> explains how to develop web applications using JavaServer Pages (JSPs), including how to develop and use JSP custom tags.</p>
<p><strong>Chapter 4</strong> discusses how to develop Java EE applications that interact with a  relational database system through the Java Persistence API (JPA) and  through the Java Database Connectivity API (JDBC).</p>
<p><strong>Chapter 5</strong> explains how to use the JSP Standard Tag Library (JSTL) when developing JavaServer Pages.</p>
<p><strong>Chapter 6</strong> covers how to develop applications using the JavaServer Faces (JSF) component framework to build web applications.</p>
<p><strong>Chapter 7</strong> explains how to develop messaging applications though the Java Messaging Service (JMS) API.</p>
<p><strong>Chapter 8</strong> covers securing J2EE applications through the Java Authentication and Authorization Service (JAAS).</p>
<p><strong>Chapter 9</strong> discusses how to develop Enterprise Java Beans that adhere to the EJB 3 specification.</p>
<p><strong>Chapter 10</strong> explains how to develop and deploy web services that conform to the JAX-WS 2.1 specification.</p>
<p><strong>Chapter 11</strong> covers frameworks that build on top of the Java EE 5 specification, including Seam, Facelets, and Ajax4Jsf.</p>
<p><strong>The appendices</strong> cover some of the advanced features of the GlassFish server.</p>
<p><strong>What you will learn from this book?</strong></p>
<ul>
<li>How to install and configure GlassFish</li>
<li>How to develop web applications using JSPs, JSTL, Servlets, and JSF</li>
<li>How to develop applications that interact with relational database systems through the Java Persistence API and JDBC</li>
<li>How  to develop applications using EJB 3, including how to take advantage of  container-managed transactions and EJB declarative security through  annotations</li>
<li>How to implement messaging applications through the JMS API</li>
<li>How to secure Java EE applications via the JAAS API, including how to implement custom security realms</li>
<li>How  to build applications using frameworks that build on top of the Java EE  5 specification, including Seam, Facelets, and Ajax4jsf</li>
</ul>
<p><strong>Approach</strong></p>
<p>The  book aims to speed up the reader in Java EE 5 development. All major  Java EE 5 APIs and the details of the GlassFish server are covered  followed by examples of its use.</p>
</div>
<h3>About the Author</h3>
<p><strong>David Heffelfinger</strong></p>
<p>David Heffelfinger is the Chief  Technology Officer of Ensode Technology, LLC, a software consulting firm  based in the greater Washington DC area. He has been architecting,  designing and developing software professionally since 1995, he has been  using Java as his primary programming language since 1996. He has  worked on many large scale projects for several clients including the US  Department of Homeland Security, Freddie Mac, Fannie Mae and the US  Department of Defense. He has a Masters degree in Software Engineering  from Southern Methodist University. David is editor in chief of Ensode.</p>
<h2>Product Details</h2>
<ul>
<li><strong>Paperback:</strong> 424 pages</li>
<li><strong>Publisher:</strong> Packt Publishing (October 11, 2007)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 1847192602</li>
<li><strong>ISBN-13:</strong> 978-1847192608Note: There is a file embedded within this post, please visit this post to download the file.</li>
</ul>
<img src="http://feeds.feedburner.com/~r/ebooktmdotcom/~4/2MVaiGvSXco" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.ebooktm.com/java/java-ee-5-development-using-glassfish-application-server.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
