-
Recent Posts
Recent Comments
Archives
- December 2020
- May 2018
- April 2018
- January 2018
- October 2017
- April 2017
- February 2017
- January 2017
- November 2016
- September 2016
- August 2016
- July 2016
- June 2016
- May 2016
- April 2016
- March 2016
- February 2016
- December 2015
- November 2015
- October 2015
- September 2015
- August 2015
- July 2015
- June 2015
- May 2015
- April 2015
- March 2015
- February 2015
- January 2015
- December 2014
- November 2014
- October 2014
- September 2014
- August 2014
- July 2014
- June 2014
- May 2014
- April 2014
- March 2014
- February 2014
- January 2014
- December 2013
- November 2013
- October 2013
- September 2013
- August 2013
- July 2013
- June 2013
- May 2013
- April 2013
- March 2013
- February 2013
- January 2013
- December 2012
- November 2012
- October 2012
- September 2012
- August 2012
- July 2012
- June 2012
- May 2012
- April 2012
- March 2012
- February 2012
- January 2012
- November 2011
- October 2011
- September 2011
- August 2011
- May 2011
- April 2011
Categories
Meta
Monthly Archives: May 2013
Remote Desktop on Mac Full Screen
How to set remote desktop on mac in fullscreen? When you first start remote desktop on mac, it will start in a window. This is less than the optimum resolution you want to work in. To change it to full … Continue reading
Posted in Uncategorized
Leave a comment
Spring.net xml configuration errors
Find Source : AbstractObjectFactory.cs (dialog) spring.net xml configuration You might get various exception if the xml file is not found. Place the xml file in the folder where .exe files is created. In Visual Studio this would be /bin/debug/ folder … Continue reading
Posted in Uncategorized
Leave a comment
Dependency injection and IoC
From Spring.net Dependency injection (DI) is a process whereby objects define their dependencies, that is, the other objects they work with, only through constructor arguments and properties that are set on the object instance after it is constructed. (Factory methods … Continue reading
Posted in Software Development
Leave a comment
Sell textbooks online
TheTextbooks.org provide cheap online solution to buy textbooks online for college students. The way it works is at follows 1. A student comes to the website textbooks 2. He list his book for sale. While doing so he selects his … Continue reading
Posted in Uncategorized
Tagged buy textbooks online, sell textbook campus, sell textbooks online
Leave a comment
expected class,delegate,enum,interface or struct
You might get this error by misplaced code. In my case, int was not recognized not were string recognized. One thing that was wrong was, my file name and class name was different. That cause this error for me. I … Continue reading
Posted in Uncategorized
Leave a comment
The most quiet place on earth
The most quiet place on Earth is Green Bank, WV. It has Green Bank Telescope (GBT) Telescope. Cell phones are banned Wifi transmitter banned
Posted in Uncategorized
Leave a comment
Delete Duplicates from Mac using ACDSee free
I have been looking for tools to remove duplicate (songs and images) from my mac but I could not find anything free. Lately I found this blog which discusses various tools to remove duplicates files from mac.
Posted in Uncategorized
Leave a comment
NHibernate Queryover Tutorial
Session Factory must first be created and then accessed to use QueryOver. How to write NHibernate Query (QueryOver) nhibernate aggregate functions
Posted in Uncategorized
Leave a comment
Pakistan Election Result 2013
Pakistan Election Result 2013 (updated 6:00 AM PKS) [table] Party,Official, Unofficial PML-N,82, 127 PTI,20, 34 PPP,11, 31 IND,7, xx Total, 126/272,xx/272 [/table] Provincial Election Result 2013 [table] Baluchistan, Khyber Pukhtunkhwa, Punjab, Sindh PMPA(4), PTI(17), PML-N(130),PPP(27) PML-Q(3),JUI-F(9),IND(14),MQM(6) NP(3),JI(8),PTI(9),PML-F(4) JUI-F(2),IND(7),PML-Q(5),NPP(2) 16/51,55/99,163/297,41/130 [/table]
Posted in Uncategorized
Leave a comment
Service Method Not Allowed PHP
This problem can occur if you are posting a REST request and getting this error. The problem most likely is because your REST request is looking for GET Post but you submitting a POST Request. Related topics Related QA Extra … Continue reading
Posted in Uncategorized
Leave a comment