Chủ Nhật, 31 tháng 8, 2014

The Daily Build - 1 Sep 2014. HTML5/CSS3 graphic enhancement: buttons, inputs

42 articles posted in the last business day that match your preferences. 25 listed.

Time Off for Good Behaviour

It's the last holiday of the ridiculously short Canadian Summer so we're all on holidays today stocking up on vitamin D before we're cutoff. We'll be back in the office tomorrow, peeling no doubt, but we are checking emails in the meantime.

Intel Developer Forum discounts

I'll be at the Intel conference in San Francisco next week so feel free to hunt me down if you're out that way. These two discount codes may come in handy:

  • BUBDRD: Business Unit Customer Full Conference (discounts to $695, an $800 saving on a three day pass)
  • BUDDRD: Business Unit Customer Day Pass (down to $295, a $300 saving)

cheers,
Chris Maunder

Click here 5 Proven Ways to Motivate and Retain Your Tech Team
Finding the cream of the crop in an industry as competitive as tech is no easy feat. This guide explains not only where to find top technical talent, but also how to attract and keep the field's most sought after candidates. Learn more now.
Click here New Microsoft Developer Video Library – Only $99
Learn SharePoint, Visual Studio, SQL Server, and more with thousands of step-by-step video tutorials for Microsoft developers from LearnNowOnline. Get an entire year of training for only $99! Learn more

Weekly Poll Results

Is coding addictive?

Survey period: 25 Aug 2014 to 1 Sep 2014

(For all those who think "I can give it up at any time I want to!")

OptionVotes% 
Yes126772.941267 votes, 72.94%
No47027.06470 votes, 27.06%

This week's survey: Do you use your work email or personal email as a username?

New Articles, Tech Blogs and Tips added

Ajax

Algorithms & Recipes

Android

Applications & Tools

ASP.NET

      (2 votes) by pradeep shet
    Today we are going to get deeper into knockout and try to learn some more features about this framework

C / C++ Language

C#

Database

Game Development

    by Simon Jackson
    It’s finally here, my first title has now been published on Packt’s publishing site and all of the leading online bookstores (probably a few less reputable as well ??).  If you like what you see in these snippets, they you are going to love the full book. Here’s an overview …

Java

LINQ

    by Matthew Edmondson
    When LINQ appeared on our screens it brought along a requirement under the guise of 'Func' whenever you wanted to do anything substantial, such as supply the contents of a where clause:What exactly is Func? What are we actually being asked for here?  This is a journey that begins with delegates.Firs

MFC

Mobile Development

    by hjgode
    As I needed a tool to test the maximum MTU size for a network, I needed a ping tool where I can define the packet size and the DF (Do Not Fragment-Flag). As I did not find such a tool, I wrote PingNG. It is a simple tool but the code had to avoid some […]

Office Development

Parallel Programming

    by TheCannyCoder
    Today we are going to look at one of the aspects where using streams is a real win – when we need to thread work. As well as parallel streams, we will also look at Spliterators which acts as the machinery which pushes elements into the pipeline. Streams use a technique known as internal iterat

Raspberry Pi

Reviews on Third Party Products and Tools

    by Aligned
    Originally posted on: http://geekswithblogs.net/Aligned/archive/2014/08/28/notes-from-a-teched-talk-on-solid-principles.aspxI took notes on a great TechEd presentation about the S.O.L.I.D. principles. I highly recommend this talk for all developers.   Single Responsibility Principle There can be

SharePoint Server

Site & Server Management

      (1 vote) by Marla Sukesh
    There is a very small belief among IT people. “As we become more experienced we should concentrate towards people management more than technology”. Let’s try to understand whether it is true or false. Look at the following conversation between MD, Project Manager and a developer of a company called

Tabs & Property Pages

      (1 vote) by Marla Sukesh
    What We will learn? While creating cube using SQL server data tools or Business intelligence development studio we came across many tabs in the designer window. Let’s understand each one of the tab in short. 1. Cube structure a. Shows the current structure of the cube. Shows the available dimensions

Uncategorised Technical Blogs

      (1 vote) by Ronnie Mukherjee
    I recently (finally) upgraded to visual studio 2013. One unfortunate consequence of this was that the version of Resharper I was using (v7) was no longer supported. I was disappointed to find that my license was not enough to obtain a free upgrade, therefore I was faced with a choice: either buy a l
    by Rajat-Indiandotnet
    Problem:- My query is slow what are the basic things I can do to get good performance without going for indexes. Solution:- May be this solution help you which I am describing here or it is possible you already aware of it.   (a) Avoid function in column :-The most basic tip is avoid […]

Uncategorised Tips and Tricks

User Controls

    by MarkPearlCoZa
    I’ve been involved in agile development for a few years but was only recentlyintroduced to the process of story mapping - after reading Jeff’s book I’m feeling more and more like story mapping has been a big missing link.For instance, one of the common challenges I have faced in the past is deciding

Web Services

      (1 vote) by Cybermaxs
    As a performance officer, I recently watch by a presentation from Lara Callender Swanson about how Etsy moved towards a culture of performance and mobile web by educating, incentivizing and empowering everyone who works at Etsy. Inspired by a repo on github and StackExchange‘s Miniprofiler, I’ve cre

Windows Phone 7/8

      (4 votes) by SergeiR[MCTS]
    Demonstrates Windows 8 capability to directly control stepper motor
      (1 vote) by Carmelo La Monica
    As explained in the previous article, the geolocation is one of the most frequently used features in the mobile and beyond, with it we are able to retrieve the location and information about the place in which we find ourselves, and used by an application to have otherinformation, such as restaurant

Windows Presentation Foundation

You may also like...

Articles, Tech Blogs and Tips updated

.NET Framework

      (10 votes) by Sandeep Singh Shekhawat (updated yesterday)
    This article will provide answers to the following questions relevant to relationships in Entity Framework: whether or not to create a database, how to add / remove a field from an existing table, how to avoid data loss and how to get a database script that has the changes.

Applications & Tools

ASP.NET

      (25 votes) by Sandeep Singh Shekhawat (updated yesterday)
    This article explains how to access data from a view to the controller's action method.
      (19 votes) by Sandeep Singh Shekhawat (updated yesterday)
    This article introduces the Razor View Engine in MVC 3. This is a beginner-level article that describes the basics of Razor View Engine using an example.

Azure

      (9 votes) by Roman Kiss (updated yesterday)
    This article describes the design and implementation of the small tool, tester for Windows Azure Service Bus Messaging.

C / C++ Language

C#

Client side scripting

Database

HTML / CSS

LINQ

      (43 votes) by Don Kackman (updated yesterday)
    Extension methods for variance, standard deviation, range, median, mode and some other basic descriptive statistics.