Monthly Archives: May 2008

Free Photoshop Anthology E-Book

photoshop Free Photoshop Anthology E BookThis one comes from SitePoint and its a time limited offer. I guess some 20 days the files will be available for download.

The Photoshop Anthology: 101 Web Design Tips, Tricks & Techniques” was written by experienced web designer Corrie Haffly and has 278 full color pages which is split into 9 chapters.

The book shows you how to :

* Design attractive web graphics
* Touch up photographs for web use
* Create web site mockups using Photoshop
* Improve your digital workflow
* Master menus, buttons and background tiles
* Use nondestructive editing techniques

You can download a high-res copy of the book in PDF format here:
view web page
File Size: 64Mb

Visual Studio 2008 and .NET Framework 3.5 Service Pack 1 Beta

Yes, its coming! The boys and Redmond can’t wait to release all these service packs. I have Scott Guthrie’s blog post in front of me and read it carefully. As for now these two downloads are still in beta but will be released soon in final stage. So far you can download it from here.

There will be some improvements that really concern us. I will closely follow these few:
ASP.NET Data Scaffolding Support (ASP.NET Dynamic Data)
ASP.NET Routing Engine (System.Web.Routing)
ASP.NET AJAX Back/Forward Button History Support
ASP.NET AJAX Script Combining Support
Visual Studio 2008 JavaScript Script Formatting and Code Preferences
Improved ExtJS formatting support!
Application Startup and Working Set Performance Improvements

As well as some Data improvements:
SQL 2008 Support – VS 2008 and .NET 3.5 are being updated to include support for the upcoming SQL 2008 release. Visual Studio 2008 data designers, projects and wizards now fully supporting connecting and working against SQL 2008 databases.
ADO.NET Data Services (formerly code-named “Astoria”)

VB.NET update:
You can now add “XML to Schema” items to Visual Basic projects. On adding these project items a wizard will open that allows you to create a XSD schema set from a variety of XML sources. This schema set is then added to the project and it enables VB XML intellisense.

A XSD browser is also now included with VS 2008 SP1 and allows you to browse XSD schema sets. With the final SP1 release, developers will be able to right-click on XML element names (either in XML properties or XML literals) in the VB code editor and select “Go To XML Schema Definition” – this will open the XSD browser and display the schema set (and select the current element) for the VB project.

Free Chapter from Douglas Crockford’s “JavaScript: The Good Parts”

crockford cover Free Chapter from Douglas Crockford’s “JavaScript: The Good Parts”Hi again, yesterday I came across this free chapter and cant miss to share it with you.

It comes from Douglas Crockford’s forthcoming “Javascript: The Good Parts”. In this volume, Douglas articulates a philosophy of coding in JavaScript that builds up on and extends the content of his popular video series and articles. The premise, as Douglas puts it: “Most programming languages contain good parts and bad parts. I discovered that I could be a better programmer by using only the good parts and avoiding the bad parts.”

Here is Chapter 5: Inheritance