Archive for the ‘Tools’ Category
Microsoft Office 2010 ScreenShots
Subsonic DAL Tutorial V. 2.0.3
Send SMS through Bluetooth or Serial Port
Just came across one requirement of sending SMS through Bluetooth or serial port. Actually when you connect any bluetooth USB to the pc, that program should have installed the model related to Bluetooth. I got that as follow:
Now, Download the microsoft SMS Sender application from following URL:
Run and Install it. When you run it, it will show the following screen:
Whatever model devices are there, it will be available for the selection. Once it is selected, write destination number and body and send the SMS. If you device ( Phone) is connected to the bluetooth, SMS will be delivered from your phone. Currently I believe only Nokia and Sony is supported by this application. I haven’t tested on other Phone.
The main thing is that, this application also support COMMAND LINE INTERFACE. So that you can use this application in your code to send the SMS through some port or bluetooth. wow!!!. Following are the command line option to send the SMS.
Free DNS Report
How to Change Boot Menu in Vista – Edit Boot.ini,system.ini– msconfig
There are many other option than to change the Boot Menu.
100 Tools for Creativity
http://onlinecollegedegree.org/2009/04/28/100-excellent-online-tools-to-feed-your-creativity/
Nice collection of online tools
Best Freeware Page – Updated
I have updated my best freeware page
http://maniish.wordpress.com/useful-softwares-which-i-am-using-top-list/
Motivational Poster – Inspirational Images with Quotes
New Page is Added : My Bookshelf
I am quite interested in putting what i am reading as well as what i want to read or finished reading. There are many sites available like weRead. But currently i am just putting the list on my wordpress blog as i want everything to be organized from here
.
You can see those list from : Books ( My Love ) – Lists (Almost best Motivational Books until now)
Will add more as currently feeling bit sleepy
Refactoring Tip: Extract Method
Refactoring code should be must part of the coding. There are many benefits to refactor your code. Some benefit you can see directly and some benefit will be seen when you get major changes from the client
. Sometimes client gives changes and it converted to Heart Attack automatically. LOL. But if you have followed good programming practices and has coded well, you have always a gr8 day (in your project. I could not say anything about evil in your personal life
).
If I start writing book then it may take 2 years to share for the refactoring the code as it may contains patterns, practices, methods, standards etc to follow…
One of it is Extract Method. You need to extract the group of code into the understandable method. It will add bit overhead but that is negligible considering understanding and maintainability. Following is one example of Refactoring from the book. It is very basic example but you can understand the concept from the same











