Monday, November 30, 2009

Visual QuickStart Guide or Engineering with Excel

Visual QuickStart Guide: SQL

Author: Chris Fehily

As dynamic, database-driven Web sites become the standard, more and more nonprogrammers just like yourself are being forced to work with database information and create and edit database objects. With SQL and this task-based guide to it, you can do it too--no programming experience required!

After going over the relational database model and SQL syntax in the first few chapters, veteran author Chris Fehily launches into the tasks that will get you comfortable with SQL fast. In addition to explaining SQL basics, this updated reference covers the ANSI SQL:2003 standard and contains a wealth of brand-new information, including a new chapter on set operations and common tasks, well-placed optimization tips to make your queries run fast, sidebars on advanced topics, and added IBM DB2 coverage.

Best of all, the book's examples were tested on the latest versions of Microsoft Access, Microsoft SQL Server, Oracle, IBM DB2, MySQL, and PostgreSQL. On the companion Web site, you can download the SQL scripts and sample database for all these systems and put your knowledge to work immediately on a real database..



Interesting book: Perfect Phrases for Performance Reviews or The 17 Indisputable Laws Of Teamwork

Engineering with Excel

Author: Ronald W Larsen

Based on Excel 2007 , Engineering with Excel, 3e  takes a comprehensive look at using Excel in engineering.  This book focuses on applications and is intended to serve as both a textbook and a reference for students.

Booknews

This textbook for a first-year engineering course explains how to apply the Excel spreadsheet program to perform common engineering calculations. Topics include graphing, matrix operations, linear regression, macros, Visual Basic for applications, financial calculations, statistics functions, and numerical integration techniques for differential equations. Annotation c. Book News, Inc., Portland, OR (booknews.com)



Table of Contents:
1Introduction to Excel1
2Graphing with Excel46
3Excel Functions84
4Matrix Operations in Excel126
5Linear Regression in Excel153
6Iterative Solutions Using Excel187
7Using Macros in Excel225
8Programming in Excel with VBA268
9Sharing Excel Information with Other Programs296
10Time Value of Money with Excel335
11Financial Calculations with Excel363
12Excel's Statistics Functions387
13Numerical Differentiation Using Excel409
14Numerical Integration Using Excel433
15Numerical Integration Techniques for Differential Equations Using Excel459
Index490

Sunday, November 29, 2009

Beginning Lua Programming or Creating Cool Web Sites with HTML XHTML and CSS

Beginning Lua Programming

Author: Aaron Brown

Lua offers a wide range of features that you can use to support and enhance your applications. With this book as your guide, you’ll gain a thorough understanding of all aspects of programming with this powerful language. The authors present the fundamentals of programming, explain standard Lua functions, and explain how to take advantage of free Lua community resources. Complete code samples are integrated throughout the chapters to clearly demonstrate how to apply the information so that you can quickly write your own programs.



See also: Raving Fans or Shift

Creating Cool Web Sites with HTML, XHTML, and CSS

Author: Dave Taylor



• Walks readers through the process of creating a basic Web site from scratch using HMTL, the basis for billions of Web pages, and then jazzing it up with advanced techniques from the author's award-winning sites

• This updated edition features new material that shows readers how to attract visitors to a site and keep them there, including new JavaScript examples and coverage of cascading style sheets and XHTML, technologies that make building successful Web sites even easier

• Also features exciting new tips and tricks for beginning and advanced users, as well as more expanded examples and samples for users to incorporate in their own sites

• The book moves from basic design and deployment to advanced page layout strategies, showing how to spice up new or existing sites with sound, video, and animation




Table of Contents:
Preface
Acknowledgments
Pt. IBuilding a wicked cool web page1
Ch. 1So what's all this web jazz?3
Ch. 2Building your first web page : HTML basic21
Ch. 3Presenting text attractively43
Ch. 4Moving into the 21st century with cascading style sheets57
Ch. 5Lists and special characters81
Ch. 6Putting the web in world wide web : adding pointers and links103
Ch. 7From dull to cool by adding graphics121
Pt. IIRockin' page design strategies157
Ch. 8Tables and frames159
Ch. 9Forms, user input, and the common gateway interface195
Ch. 10Advanced form design219
Ch. 11Activating your pages with JavaScript235
Ch. 12Advanced cascading style sheets261
Ch. 13Site development with weblogs293
Pt. IIIExpanding your page into a web site307
Ch. 14Web sites versus web pages309
Ch. 15Thinking about your visitors and your site's usability323
Ch. 16Validating your pages and style sheets335
Ch. 17Building traffic and being found351
App. A: Step-by-step web site planning guide373
App. B: Finding a home for your web site379
Index385