background preloader

F

Facebook Twitter

SharePoint Library Episode 3: SharePoint and JQuery   Marshall Fu - Toronto SharePoint Users Group (Toronto, ON. If PHP Were British - Added Bytes by Dave Child. When Rasmus Lerdorf first put PHP together, he - quite sensibly, despite his heritage - chose not to write it in Greenlandic or Danish.

If PHP Were British - Added Bytes by Dave Child

Good job too - that would have been rather unpleasant to work with. He opted instead, being in Canada, for a more local tongue. No, not French. Not Canadian English either. VS2010 and Agile Best Practices - Session Schedule. Get free trial access to Izenda reports! An Ad Hoc Solution that Actually Works.

Get free trial access to Izenda reports!

Visual Studio - Mono for Android. The Xamarin.Android installer will automatically detect, download, and install any components required for completing the installation.

Visual Studio - Mono for Android

This tutorial examines the installation and configuration steps required to install the Xamarin platform and to get our development environment set up, including how to: Download the Installer Run the Installer Configure the IDE Deploy to Device Configure Android Emulators Your first step is to download the Xamarin unified installer, which can be found at If you’ve purchased Xamarin.Android, follow the download instructions in the e-mail you received with your purchase.

Visual Studio and .NET Framework. Home Dashboard Directory Help Sign in Visual Studio and .NET Framework Home Downloads Feedback Surveys Search Microsoft Connect Terms of Use Trademarks Privacy Statement © 2014 Microsoft.

Visual Studio and .NET Framework

Why Microsoft has made developers horrified about coding for Windows 8. When Microsoft gave the first public demonstration of Windows 8 a week ago, the reaction from most circles was positive.

Why Microsoft has made developers horrified about coding for Windows 8

The new Windows 8 user interface looks clean, attractive, and thoughtful, and in a first for a Microsoft desktop operating system, it's finger friendly. But one aspect of the demonstration has the legions of Windows developers deeply concerned, and with good reason: they were told that all their experience, all their knowledge, and every program they have written in the past would be useless on Windows 8.

Key to the new Windows 8 look and feel, and instrumental to Microsoft's bid to make Windows a viable tablet operating system, are new-style full-screen "immersive" applications. Windows 8 will include new APIs for developing these applications, and here is where the problem lies. Untitled. Does Apotheker need an apothecary? Why HP is exiting the PC business. One of our favorite acronyms is ditching another one: Hewlett-Packard wants to spin off its personal computers division in a dramatic move.

Does Apotheker need an apothecary? Why HP is exiting the PC business

Whatever the means—spin-off, direct sale, or "other transaction"—HP is done with this low-profit market. Yes, that announcement comes from the current leader in worldwide PC sales. Pirates offer Windows 7 on USB sticks. Pirates have been selling Windows 7 on the black market long before the operating system was officially released on October 22, 2009.

Pirates offer Windows 7 on USB sticks

That said, as far we can tell, it's a first to see Windows 7 being sold illegally on USB drives, the selling point being that they work much faster than DVDs. Calendar. To moisturize the skin, the product or service has thistle, cocoa butter and calendula which might be portion of its formulation. MindLab Page.

Sencha

Dropbox. TSA Jobs. Let Your Career Take Flight - Join TSA Our people are committed Federal Employees who are highly skilled and trained.

TSA Jobs

Our professional workforce is second to none in keeping both Americans and those who visit us safe and secure as they travel throughout the country. TSA is looking for dedicated individuals to join our team to help us accomplish our mission and those who are interested in: Stability of a Government Job Ensuring National Security Helping People Competitive Pay and Benefits Career Growth Opportunities Diverse Workforce Fast-paced Job Choose the Right Career at TSA The following information is a quick overview of the various career areas within TSA. Airport Security: TSA provides airport security for more than 450 airports across the U.S. and territories. Law Enforcement: TSA's law enforcement area is largely unseen and unheard in their tireless efforts to secure the homeland.

Svg - xml

Untitled. Ssrs. Mapping. Sharepoint Forms Bundle for Windows 7, Vista published by KwizCom - Forte downloads. v3.0 Info Buy Awards Shareware ($3181.00) Windows 7, Vista Aug 22, 2010 3645 kBytes Requires SharePoint 2003 or higher, available in 64 bit also.

Sharepoint Forms Bundle for Windows 7, Vista published by KwizCom - Forte downloads

Agile Software Development: A gentle introduction. CODE - .net. CODE Magazine - Online Content. Dr. Dobbs. Orchard. Tokyocabinet. Fullcalendar - jQuery project. Visual Studio 2008 SP1 Beta - Visual Web Developer Team Blog. Visual Studio 2008 SP1 Beta is now available!

Visual Studio 2008 SP1 Beta - Visual Web Developer Team Blog

ProDinner - ASP.NET MVC EF4.1 Code First SOLID N-Tier Arch jQuery Sample App - Download: fifth ( the assistant and drag drop ajax upload ) Building N-Tier Apps with EF4. This article is the third in a series about n-tier programming with the Entity Framework (see msdn.microsoft.com/magazine/dd882522.aspx and msdn.microsoft.com/magazine/ee321569.aspx), specifically about building custom Web services with the Entity Framework (EF) and Windows Communication Foundation (WCF). Generic Covariance and Contravariance in C# 4.0. C# Corner. Windows Azure Platform Free Trial. Building a Joomla component using Eclipse for PHP. The first task is to create the XML file which describes the component project.

You can find details of how to do this in lots of other places and the documentation is at Joomla docs. First create a directory to act at the root of the project - you can call it whatever you like as its name doesn't find its way into the installation - but it is usual to give it the name of the component.

Azure

EF4. Mvc2 - join. F# for Visualization. Sudoku solver in F# The Japanese puzzle game Sudoku is all the rage at the moment. This web page describes a program written in Microsoft's F# programming language that solves Sudoku puzzles: The entire program, including the solver, GUI and comments, fits in under 165 lines. The program has three main aspects: Sudoku-solving function The search function takes the simplest possible approach to solving Sudoku puzzles: let rec search m x y f accu = match x, y with | x, y when x = size2 -> search m 0 (y + 1) f accu | 0, y when y = size2 -> f accu | x, y when m.

WebGL - OpenGL ES 2.0 for the Web.