Run Interactive Command Shell or Batch Files From ASP.NET - CodeProject:
'via Blog this'
Technology, Art, Solution, Tips, Multimedia, How To, What Is, Programming, Software, Freelance
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'
Subscribe to:
Posts (Atom)