background preloader

Dev

Facebook Twitter

10 indispensable iPhone apps for Windows users. If you’re one of the two out of three Windows users who also own Apple products, you may not realize you can use the traditionally adversarial platforms to get a productivity edge.

10 indispensable iPhone apps for Windows users

Microsoft made waves when it launched Office Mobile for iPhone and the Office for iPad apps, but those were just the biggest steps in a strategy the company has been building for awhile. Wisdom of the Ancients. Scott Hanselman's 2014 Ultimate Developer and Power Users Tool List for Windows. How do I change the cursor to a Wait cursor in ASP.NET? How to implement busy cursor in web forms by JQuery?

Developer blog. SpreadsheetGear 2012 Now for Silverlight!

Windows 8.1

How GitHub (no longer) Works. Bossie Awards 2013: The best open source application development tools. Wi-Fi Products — Power save polling (PSP) causes connection issues with access points. Symptom(s): The following symptoms can happen if a Wi-Fi access point (AP) or broadband Wi-Fi router does not support the power save polling (PSP) feature: Intermittent loss of Wi-Fi connection Inability to initiate a Wi-Fi connection Poor Wi-Fi connection data performance Using battery power can cause these symptoms to be noticeable.

Wi-Fi Products — Power save polling (PSP) causes connection issues with access points

Cause:PSP mode is a feature that provides extended battery life for laptop computers. The mode requires coordination between the AP or router and the Wi-Fi adapter. Solution: Contact the AP or router vendor for updated software or firmware to correct the problem. Alternate Solution:An optional workaround is to manually put the Wi-Fi adapter into continuously aware mode (CAM). Intel® PROSet/Wireless WiFi Connection Utility Network control panel applet (NCPA) Set CAM using Intel® PROSet/Wireless WiFi Connection Utility From the Intel PROSet/Wireless WiFi Connection Utility: What to Use on the Microsoft Stack. Find Out Who's Eating Your Bandwidth With These Tips.

Click….wait.

Find Out Who's Eating Your Bandwidth With These Tips

Click….wait. Click….ARG! Sound familiar? That’s the sound of someone running out of Internet bandwidth. A lot of things can drain away the capacity of that pipe that connects your computer to the Internet. Koding. Two Dozen Insanely Essential Programmer Utilities* Lately I’ve been focused much more on Web development.

Two Dozen Insanely Essential Programmer Utilities*

Along the way, I’ve discovered a number of utilities that are simply essential to successful coding, depending of course on which frameworks and libraries you are using. From STUPID to SOLID Code! In the following, I will introduce both STUPID and SOLID principles.

From STUPID to SOLID Code!

Keep in mind that these are principles, not laws. However, considering them as laws would be good for those who want to improve themselves. Writing the perfect question - Jon Skeet: Coding Blog. Writing the perfect question Update: now that I've actually posted this, I've added a tinyurl to it for easy reference: Nice and easy to remember for comments :) A while ago, I wrote a blog entry on how to answer questions helpfully on sites like Stack Overflow.

Writing the perfect question - Jon Skeet: Coding Blog

Recently I saw a meta question about bad questions and thought it would be worth following up with another blog post on asking questions. For the sake of convenience - and as Stack Overflow is so popular - I will assume the question is going to be asked on Stack Overflow or a similar Stack Exchange site. Most of the post doesn't actually depend on that, but if you're asking elsewhere you may need to tweak the advice a little. There are plenty of similar resources around, of course - in particular, Eric Raymond's How to Ask Questions the Smart Way is a perennial favourite.

.NET

Cohencalvin. A Simple Action Filter Overview for Authorization and Exception Handling in ASP.NET MVC. Contents Introduction Types of filtering in ASP.NET MVC Simple understanding of Action Filter Using the code [Type of Action Filter, Authorization with Filter, Exception Handling] Conclusion Introduction Earlier, we used traditional try..catch block or globally catch exception in ASP.NET.

A Simple Action Filter Overview for Authorization and Exception Handling in ASP.NET MVC

Routing in MVC. Table of Contents Introduction This article explains routing in MVC.

Routing in MVC

How a route is executed by the routing engine and how to define a route for a URL. ASP.NET MVC routing is a pattern matching system that is responsible for mapping incoming browser requests to specified MVC controller actions. Node.js vs. PHP. By Azat Mardanov PHP is not going to disappear soon, but its position is being undermined even further by the nascent Node.js.

Node.js vs. PHP

When the Internet exploded in the 2000′s, PHP was the thing “all the cool kids” did. PHP caught on because: jQuery, JSON, and ASP.NET. If you're new here, you may want to subscribe to my RSS feed.

jQuery, JSON, and ASP.NET

Thanks for visiting! A few months ago, I demonstrated how to use ASP.NET’s JSON capabilities. Lately, I’ve been demonstrating how to use jQuery. Both use a considerable amount of JavaScript so if there is some way we could eliminate or reduce the amount of code we had to load, performance would naturally increase. Fortunately, there is. What stays the same You are still going to create a JSON enabled web service just like you did in the earlier article by giving the web service class the attribute, “ScriptService.” Learn jQuery UI Widgets: About this Course - CodeProject.TV. Creating a Clean, Minimal-Footprint ASP.NET WebAPI Project with VS 2012 and ASP.NET MVC 4. Cutting the Bloat and Cruft Out of the Standard ASP.NET WebApi Project in Visual Studio 8/14/2013 UPDATE: One reader has reported an issue when installing the project template described here. Jquery.nicescroll.340.zip - jquery-nicescroll - v 3.4.0 - mo.

Learn jQuery UI Widgets: About this Course - CodeProject.TV.

WordPress

Angular.js example application. Introduction The Demo App Overview Angular.Js IntroductionThe Publisher The Angular.js Website That's It. The Simplest Thing Possible: New and Improved Features in Visual Studio 2012 and ASP.NET. By John V. Petersen Recently, Microsoft released the Visual Studio 2012.2 ASP.NET and Web Tools Refresh and the Visual Studio Update #2.

Home IT. Musings and bugs of a developer. Validation of viewstate MAC failed... using AJAX UpdatePanel. Web hosting. Makeitsoft.com - Bright future of the web. Future of web development: pure client rendering vs. server pages. Reasons? Thoughts? TodoMVC. MVC 4. MVC 4. List of Unified Modeling Language tools. From Wikipedia, the free encyclopedia Jump to navigationJump to search Wikimedia list article This article compares UML tools. UML tools are software applications which support some functions of the Unified Modeling Language. General[edit] Features[edit] References[edit] External links[edit] How to Comply with Security Standards for Health Care Applications. Abstract Governments around the world are promoting and standardizing the digitization of patient information in the health care sector – developers need to find an easy solution to implement these new standards and ensure that this information stays private and secure.

Specifically, we will look at how the United States has implemented certain regulations that obligate health care actors to add new features to their applications within a certain time frame; this requires a solution that meets standards across the board and is easy to implement even in existing applications Important features required by these regulations include: The Disastrous Impact of IT Outsourcing to the Motivation of Software Developers - Software Engineering Candies. IT Outsourcing or the transfer of business functions to an external service provider is a common practice in almost all large companies and a standard tool in top management consulting.

SQL Tips

Software Engineering Candies. jQuery Text Change Event - ZURB Playground - ZURB.com. Understanding JavaScript Inheritance - Alex Sexton.