Web Client Programming with Perl On the World Wide Web, people are accustomed to using graphical browsers such as Netscape Navigator or Mosaic as their only interface for visiting remote sites, accessing up-to-date documents, and filling out forms. But graphical browsers can be limiting: the very interactivity that makes them so intuitive to use also makes them clumsy for automating tasks. If you want to get the latest weather report every few hours, track a Federal Express package online, or use a dictionary server repeatedly throughout the day, using your browser to perform the same task over and over can become cumbersome. As with any repetitive task, these applications are best done by writing a script.
http://rapidshare.com/files/300957660/Web_Client_Programming_with_Perl_English_E-Book_By_TRDokuman.rar SQL For MySQL Developers E-Book SQL For MySQL Developers PDF Formatında 1032 Sayfa English http://rapidshare.com/files/300960752/SQL_For_MySQL_Developers_English_E-Book_By_TRDokuman.rar Perl Cookbook - O Reilly When the second edition of Programming Perl was released, the authors omitted two chapters: "Common Tasks with Perl" and "Real Perl Programs." Publisher O'Reilly & Associates soon realized that there would be too many pages in Programming Perl if it put updated recipes in the new edition. Instead, O'Reilly chose to release the many Perl code examples as a separate entity: The Perl Cookbook. The recipes are well documented and the examples aren't too arcane; even beginners will be able to pick up the lessons taught here. The authors write in relatively easy-to-understand language (for a technical guide). Through this book and its arsenal of recipes, you will learn many new things about Perl to help you through your toughest projects. The next time you're working on a project at 2 a.m., you'll thank yourself for the guidance and direction The Perl Cookbook provides http://rapidshare.com/files/300960608/Perl__Cookbook_-_O_Reilly_English_E-Book_By_TRDokuman.rar Excel Hacks: Tips & Tools for Streamlining Your Spreadsheets, 2nd Edition Millions of users create and share Excel spreadsheets every day, but few go deeply enough to learn the techniques that will make their work much easier. There are many ways to take advantage of Excel's advanced capabilities without spending hours on advanced study. Excel Hacks provides more than 130 hacks -- clever tools, tips and techniques -- that will leapfrog your work beyond the ordinary. Now expanded to include Excel 2007, this resourceful, roll-up-your-sleeves guide gives you little known "backdoor" tricks for several Excel versions using different platforms and external applications. Think of this book as a toolbox. When a need arises or a problem occurs, you can simply use the right tool for the job. Hacks are grouped into chapters so you can find what you need quickly, including ways to: * Reduce workbook and worksheet frustration -- manage how users interact with worksheets, find and highlight information, and deal with debris and corruption. * Analyze and manage data -- extend and automate these features, moving beyond the limited tasks they were designed to perform. * Hack names -- learn not only how to name cells and ranges, but also how to create names that adapt to the data in your spreadsheet. * Get the most out of PivotTables -- avoid the problems that make them frustrating and learn how to extend them. * Create customized charts -- tweak and combine Excel's built-in charting capabilities. * Hack formulas and functions -- subjects range from moving formulas around to dealing with datatype issues to improving recalculation time. * Make the most of macros -- including ways to manage them and use them to extend other features. * Use the enhanced capabilities of Microsoft Office 2007 to combine Excel with Word, Access, and Outlook. You can either browse through the book or read it from cover to cover, studying the procedures and scripts to learn more about Excel. However you use it, Excel Hacks will help you increase productivity and give you hours of "hacking" enjoyment along the way. http://rapidshare.com/files/300960367/OReilly_-_Excel.Hacks._2007_.pdf_English_E-Book_By_TRDokuman.rar Network Programming with Perl erl ile Network Programlama için faydalı bir E-book http://rapidshare.com/files/300959997/Network_Programming_with_Perl_English_E-Book_By_TRDokuman.rar MySQL - PHP 5 For Dummies MySQL - PHP 5 for Dummies PDF Formatında 411 Sayfa Olup Toplam 2.62 MB'dır. http://rapidshare.com/files/300959475/MySQL_-_PHP_5_for_Dummies_English_E-Book_By_TRDokuman.rar Mastering Algorithms with Perl E-Book There have been dozens of books on programming algorithms, but never before has there been one that uses Perl. Whether you are an amateur programmer or know a wide range of algorithms in other languages, this book will teach you how to carry out traditional programming tasks in a high-powered, efficient, easy-to-maintain manner with Perl. Topics range in complexity from sorting and searching to statistical algorithms, numerical analysis, and encryption http://rapidshare.com/files/300959321/Masteng_Algorithms_with_Perl_English_E-Book_By_TRDokuman.rar Flash Plus After Effects English E-Book Flash Designers: push Flash to the next level with After Effects robust toolset. * Add motion graphics and visual effects to your Flash projects * Fuse 3D depth into 2D animations * Prepare Flash animations for broadcast * Save development time in executing animations Combine these two powerhouse applications to expand your multimedia horizons. Flash + After Effects gives the experienced Flash designer a working understanding of the After Effects toolset with professional techniques that raise the design bar for Web, broadcast, or CD/DVD delivery. The companion DVD contains project media that permit you to practice essential After Effects skills that include: * Working with video and the AE timeline * Using alpha channels for keying and enhancing interactivity * Putting vector animation to work with Text and Shape Layers, and animation presets * Creating 3D backgrounds with cameras and lights * Animating with Behaviors, Parenting, Expressions and the Puppet Tool You also get a video primer, render and file optimization techniques, and publishing and streaming guidelines. Combine two powerhouse applications to: * Add motion graphics and visual effects * Fuse 3D depth into 2D animations * Prepare Flash animations for broadcast * Save development time http://rapidshare.com/files/300958893/Flash_Pls_Aftr_Effects_English_E-Book_By_TRDokuman.rar Data Munging With Perl E-book İngilizce The Perl language is well suited for use with "data munging" tasks: those that involve transforming and massaging data. While Perl is commonly used for such tasks, there has been no book focused on the topic of munging. This book covers the basic paradigms of programming and discusses the many techniques that are specific to Perl. It also examines standard data formats such as text, binary, HTML, and XML before giving tips on creating and parsing new structured data formats. Source code downloads and technical support from the authors are available on publisher's Web site. http://rapidshare.com/files/300958169/Data_Mg_with_Perl_English_E-Book_By_TRDokuman.rar Advanced Perl Programming English E-Book So you've learned Perl, but you're getting frustrated. Perhaps you've taken on a larger project than the ones you're used to. Or you want to add a user interface or a networking component. Or you need to do more complicated error trapping. Whether your knowledge of Perl is casual or deep, this book will make you a more accomplished programmer. Here you can learn the complex techniques for production-ready Perl programs. This book explains methods for manipulating data and objects that may have looked like magic before. Furthermore, it sets Perl in the context of a larger environment, giving you the background you need for dealing with networks, databases, and GUIs. The discussion of internals helps you program more efficiently and embed Perl within C or C within Perl. Major topics covered include: Practical use of packages and classes (object-oriented programming) Complex data structures Persistence (e.g., using a database) Networking Graphical interfaces, using the Tk toolkit Interaction with C language functions Embedding and extending the Perl interpreter In addition, the book patiently explains all sorts of language details you've always wanted to know more about, such as the use of references, trapping errors through the eval operator, non-blocking I/O, when closures are helpful, and using ties to trigger actions when data is accessed. You will emerge from this book a better hacker, and a proud master of Perl. http://rapidshare.com/files/300958073/Adv_Perl_Programming_English_E-Book_By_TRDokuman.rar --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Gugukluhayat" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/gugukluhayat?hl=en -~----------~----~----~----~------~----~------~--~---
