Read this excellent guide on increasing the total memory Visual Studio can use, even in 32bit windows
Related Reading: JavaScript: The Good Parts Head First Java, 2nd Edition Effective Java (2nd Edition)
Did you ever try pausing your code in VS2010? Did you get this very annoying screen that says “no source available” ?
The solution is simple, install this extension
Related Reading: JavaScript: The Good Parts Head First Java, 2nd Edition Effective Java (2nd Edition)
This article applies to not just this particular piece of code but rather any open source tool you use. It may be possible for you to simply edit the source code and use it modified. Thats the beauty of open source!
I downloaded this tool SHNTool to use to try to split some lossless [...]
If you want to use the JQuery Rich Array and you were hoping for some documentation, well its inside the .JS file but I am posting it here for reference purposes
/*************************************************************************** * Copyright (C) 2007 by Vladimir Kadalashvili * * Vladimir.Kadalashvili@gmail.com * * * * This program is free software; you can redistribute it [...]
Its very easy to serialize an object to .NET
Simply create some object, normally a custom class with some attributes.
Normally you have a list of these and you want to serialize to JSON to use it from client side code.
If you do the following
var s = new System.Web.Script.Serialization.JavaScriptSerializer(); string resultJs [...]
Here is a code snippet that will COMPLETELY disable ViewState and ControlState.
Please note, if you want to disable viewstate, you can set “EnableViewState” to false for the page, however you will still see “VIEWSTATE” in the page. The reason for that is because the hidden ViewState HTML field also contains “Control State”, which is [...]
I came across this excellent looking tool Flesk ViewState Optimizer but was not able to find any details or documentation on it. Apparently the tool used to be commercial but now its free! I was able to dig up some history on it
Flesk.ViewStateOptimizer is a unique technology that overrides sending ViewState object to [...]
i want to recursively unzip into proper folder
so i have
/home/abdullah/quran1/files.zip
/home/abdullah/quran2/files.zip
…
/home/abdullah/quranfolder/files.zip
best way to search inside php files for text yoursearchtexthere
find . -name '*.php' -exec grep –with-filename –line-number 'yoursearchtexthere' {} \;
i simply want to unzip all of them at once, here is the shell script [...]
Its been a while since I have posted, and I thought this was too amazing to NOT share
Apparently, using Check Constraints and adding Foreign Keys not only improves the quality of your database through ensuring referential integrity and data integrity in general, apparently it also helps the Query Analyzer design better plans!
Take a [...]
I think this is a classic post that everyone should read:
The Most Useful .NET Utility Classes Developers Tend To Reinvent Rather Than Reuse
Related Reading: JavaScript: The Good Parts Head First Java, 2nd Edition Effective Java (2nd Edition)
-
Articles
- January 2011
- April 2010
- March 2010
- February 2010
- January 2010
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- February 2009
- December 2008
- November 2008
- October 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
-
Calendar
February 2012 M T W T F S S « Jan 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 -
Meta
