All Posts
Right mime type for SVG images with fonts embedded
This is the usual SVG mime type imagesvgxml And it works great However when embedding an SVG font chrome tells you the mime type is incorrect obviously because
Should functions return null or an empty object
Locked This question and its answers are locked because the question is offtopic but has historical significance It is not currently accepting new answers or
Should I Dispose DataSet and DataTable
DataSet and DataTable both implement IDisposable so by conventional best practices I should call their Dispose methods However from what Ive read so far
Should I initialize variable within constructor or outside constructor duplicate
This question already has answers here Should I instantiate instance variables on declaration or in the constructor 15 answers Closed 11 years ago When I use
Should I use stdfunction or a function pointer in C
When implementing a callback function in C should I still use the Cstyle function pointer void callbackFuncint Or should I make use of stdfunction
Simple non-secure hash function for JavaScript duplicate
This question already has answers here Closed 12 years ago Possible Duplicate Generate a Hash from string in JavascriptjQuery Can anyone suggest a simple ie
Size-limited queue that holds last N elements in Java
A very simple amp quick question on Java libraries is there a readymade class that implements a Queue with a fixed maximum size ie it always allows addition of
SQL Server add auto increment primary key to existing table
As the title I have an existing table which is already populated with 150000 records I have added an Id column which is currently null Im assuming I can run a
SQL Server Text type vs varchar data type closed
As it currently stands this question is not a good fit for our QampA format We expect answers to be supported by facts references or expertise but this