Skip to main content

Posts

Showing posts from June, 2010

Head First PHP & MySQL

Product Description If you're ready to create web pages more complex than those you can build with HTML and CSS, Head First PHP & MySQL is the ultimate learning guide to building dynamic, database-driven websites using PHP and MySQL. Packed with real-world examples, this book teaches you all the essentials of server-side programming, from the fundamentals of PHP and MySQL coding to advanced topics such as form validation, session IDs, cookies, database queries and joins, file I/O operations, content management, and more. Here are a few of the topics you'll learn Use PHP to transform static HTML pages into dynamic web sites Create and populate your own MySQL database tables, and work with data stored in files Perform sophisticated MySQL queries with joins, and refine your results with LIMIT and ORDER BY Use cookies and sessions to track visitors' login information and personalize the site for users Protect your data from SQL injection attacks Use regul

Animate Windows Form

In this tutorial, I will briefly explain how to add animation effects to a windows form in C#. In order to animate a window in C#, we will need to call a native method using PInvoke.   Create a new Windows Forms Project AnimateWindow Function According to the MSDN Library, "the animate window function enables you to produce special effects when showing or hiding windows". There are only four types of animation that you can use. They are: roll, slide, collapse/expand, and alpha-blended fade. In order to call the AnimateWindow function, as already stated, we need to use PInvoke. This is the PInvoke signature for the AnimateWindow function (the using System.Runtime.InteropServices ; declaration is required)   Add this to the top of the "Form1" class. [DllImport("user32.dll")] static extern bool AnimateWindow(IntPtr hWnd, int time, AnimateWindowFlags flags); Notice the "AnimateWindowFlags" parameter. This is a user-defined t

Head First C#, 2nd Edition

Product Description You want to learn C# programming, but you’re not sure you want to suffer through another tedious technical book. You’re in luck: Head First C# introduces this language in a fun, visual way. You’ll quickly learn everything from creating your first program to learning sophisticated coding skills with C# 4.0, Visual Studio 2010 and .NET 4, while avoiding common errors that frustrate many students. The second edition offers several hands-on labs along the way to help you build and test programs using skills you’ve learned up to that point. In the final lab, you’ll put everything together. From objects to garbage collection and from exceptions to interactions, you’ll learn C# in a way that engages and entertains your brain.   Here are a few of the topics you’ll learn: Start by building a useful application with pre-built components in Visual Studio 2010 Discover how objects work, using real-world examples Store numbers, text, and other basic

Download Windows 7 Updates Offline with WSUS Offline Update

Microsoft Windows Update is intelligent service integrated with every Windows Operating System. Windows Update based on your Windows 7 activation status lets you to download updates, patches and automatically updates your Windows 7. If for some reason your Windows Update stops working or you are working on computer not connected to internet, then you may miss some important critical updates & patches. To help to update Windows 7 offline here is WSUS Offline Update utility. WSUS Offline Update lets you to easily download patches and updates for your Windows and Office without going through the whole procedure on Microsoft’s Windows Update website. You can also download Windows 7 updates on USB drive and carry with you to install on computers not connected to internet. Features of WSUS Offline Update 1. Supports Windows 7, Vista, XP (32-64bit) 2. Supports Office XP, Office 2003 & 2007 3. Create ISO option 4. Clean download directories 5. Copy Updates to USB WS