Underscore.js:
'via Blog this'
Technology, Art, Solution, Tips, Multimedia, How To, What Is, Programming, Software, Freelance
Nov 30, 2013
Nov 27, 2013
Nov 25, 2013
Nov 24, 2013
Phreeze | Documentation
Phreeze | Documentation: "d to be viewed in any particular order. However most of the advanced videos will assume that you have a solid grasp of all Phreeze basics."
'via Blog this'
'via Blog this'
Nov 23, 2013
Nov 22, 2013
Nov 21, 2013
Mysql datetime issue with EF
MySQL :: MySQL 5.1 Reference Manual :: 21.2.6 Connector/Net Connection String Options Reference:
Mysql datetime issue with EF
solved by, set "Convert Zero Datetime" to true at connection string
Mysql datetime issue with EF
solved by, set "Convert Zero Datetime" to true at connection string
javascript - How to detect which device view you're on using Twitter Bootstrap API? - Stack Overflow
javascript - How to detect which device view you're on using Twitter Bootstrap API? - Stack Overflow: "function findBootstrapDeviceSize() {
var dsize = ['lg', 'md', 'sm', 'xs'];
for (var i = dsize.length - 1; i >= 0; i--) {
// Need to add for Chrome. Works fine in Firefox/Safari/Opera without it.
// Chrome seem to have an issue with empty div's
$el = $('
');
$el.appendTo($('body'));
if ($el.is(':hidden')) {
$el.remove();
return dsize[i];
}
}
return 'unknown';
}"
'via Blog this'
var dsize = ['lg', 'md', 'sm', 'xs'];
for (var i = dsize.length - 1; i >= 0; i--) {
// Need to add for Chrome. Works fine in Firefox/Safari/Opera without it.
// Chrome seem to have an issue with empty div's
$el = $('
');
$el.appendTo($('body'));
if ($el.is(':hidden')) {
$el.remove();
return dsize[i];
}
}
return 'unknown';
}"
'via Blog this'
Nov 20, 2013
Aug 19, 2013
Apr 27, 2013
Mar 20, 2013
Mar 16, 2013
Dec 16, 2012
Improved LINQ query perfomance with CompiedQuery
http://www.codeproject.com/articles/38174/how-to-improve-your-linq-query-performance-by-5-x
http://www.albahari.com/nutshell/speedinguplinqtosql.aspx
http://weblogs.asp.net/wesleybakker/archive/2009/07/30/how-to-make-a-linq-to-sql-query-twice-as-fast.aspx
http://petemontgomery.wordpress.com/2008/08/07/caching-the-results-of-linq-queries/
http://remyblok.tweakblogs.net/blog/7660/caching-deferred-executed-linq-query.html
Sep 21, 2012
Aug 21, 2012
Aug 20, 2012
Aug 18, 2012
Aug 6, 2012
Jul 30, 2012
Jul 23, 2012
Jul 11, 2012
Subscribe to:
Posts (Atom)
