Always remain updated about current software development trends

All Feeds

This page represents all the active feeds in www.technobits.net. These feeds appear as per their update status. Latest updated feed appears on the top of first page along with last updated article. To view all the articles published in the given feed click the feed title.

Latest Articles on Dotnet Shoutout

Prevent JavaScript code blocking the UI thread with setTimeout + handy stopWatch to profile JS code

In early January of this year I was implementing some JavaScript code that does a lot of processing on the client side with the help of jQuery. It's part of a project where my customer asked for the possibility of answering a questionnaire in two ways:...

David Walsh Blog

SenchaCon 2013: Live Like a Rock Star

There are a handful of outstanding front-end development organizations and Sencha is right at the top of them. \xa0Sencha has done some incredible work, all the way back to the ExtJS days to the modern day Sencha Touch library. \xa0Sencha continues to push...

Planet PHP

Speaking at Lonestar PHP (June 28-29, Dallas)

I will be presenting atLonestar PHPnext month, taking part in their inaugural Foundations track with "Introduction to Databases". Lonestar PHP is a 2-day conference in Dallas (well, Addison) Texas, on June 28th and 29th. After presenting "MySQL...

myNoSQL

Who needs databases?

Who needs databases?:VentureBeat about a new company, Orchestrate.io: Who needs SQL? In fact, who needs databases? I'll assume VentureBeat is storing their content directly on /dev/null. \u271a Now to the the interesting part: Antony Falco is one...

MySQL Performance Blog

Percona XtraBackup 2.1.3 for MySQL available for download

Percona is glad to announce the release of Percona XtraBackup 2.1.3 for MySQL on May 22, 2013. Downloads are available from our download site here and Percona Software Repositories. This release fixes a high priority bug. It's advised to upgrade your latest...

Windows Phone Blog

Speed dial: 6 tips for quicker calling on Windows Phone 8

With everything else it can do, it's sometimes easy to forget that Windows Phone is still, well, aphone.Looking for ways to call someone a little quicker? Here are a few tap-saving shortcuts I've discovered along the way. 1.Call back quickly....

Sutter’s Mill

GotW #6a: Const-Correctness, Part 1

const and mutable have been in C++ for many years. How well do you know what they mean today? \xa0 Problem JG Question 1. What is a “shared variable”? Guru Questions 2. What do const and mutable mean on shared variables? 3. How are const and mutable...

CSS Tricks

Logic in Media Queries

Just in case you have brain farts about this constantly like I do. If That's what media queries are: logicalifstatements. "If" these things are true about the browser, use the CSS inside. And The keywordand. @media (min-width: 600px) and (max-width:...

Django Community Blog Post

South 0.8, Migrations and DjangoCon

A new release of an old friend, and more news on django.db.migrations. I've wanted to get a new release of South out for ages, so I'm delighted that I've finally done so. South 0.8 is now available on PyPI - there's not a great many new changes, the most notable...