tools

Edit Android database on your pc

19 November 2011 |

Because Android Databases are SQLite Database it’s pretty standard so when you are developing your android application you can go in and explore your device to the database location and copy the database to your PC and start playing with it. Getting the Database In Eclipse as you have an emulator active and connected you will be able to browse all files on the device you can do that by using the Android File Explorer if you can not see it go to window => show View => other and then in the Android Group Select...

Convert Flash to HTML5 [Swiffy]

19 November 2011 |

Google has recently released Swiffy Swiffy is a tool that acts as a Flash extension and allows compiling your flash projects into HTML 5 files.     and then you can export the flash projecs instea of SWF to HTML   Download Link is here http://www.google.com/doubleclick/studio/swiffy/extension.html   Google has also provided samples here including projects with action scripting Here you go check this link http://www.google.com/doubleclick/studio/swiffy/gallery/example3.html

SQL Server Management Studio Row Limit

08 August 2011 |

    if you are tired of the limit of editing and selecting rows in Management studio this is how you can change it. from tools menu select options and this is how you can change it. know that loading a lot of rows affects the client machine memory to say the least not to mention locking rows in case of editing.

Test Mail Server [smtp4dev guide]

18 April 2011 |

during development it’s sometimes necessary to test sending an email, sometimes you need to know if there’s something wrong with your code or if it’s something that the adminsitrator needs to fix on the mail server. there’s an open source dummy mail server that you can use to check if the mail functionality is working, the utility just sits there in your system tray and pops up a balloon when it catches an email. and when you click on the balloon you can get a list of all...

sql server 2008 saving changes is not permitted

16 February 2010 |

i was using SQL Server management studio 2008 diagram editor which i was using after years of using sql server managemenr studio 2005 whcih i think is the easiest tool for modeling Database.   and i came across this message   turns out there’s an option that i have to uncheck for this to work tools ==> options and then find this option

fiddler 2 to monitor localhost ie7

27 May 2009 |

IE7 and .net framework are programmed never to request data localhost Just change the wording Localhost to your machine Name. this is a better explanation http://www.fiddler2.com/fiddler/help/hookup.asp#Q-LocalTraffic

windows debugging tools quick tutorial windbg

18 May 2009 |

last week end we have faced memory leaks, we had no idea what was the cause of the problem. we were directed by microsoft to use the debugging tools. this is a quickest possible startup tutorial for that tool. [Warning] using this tool affects the performance of your applications dramatically please make sure you don’t run it on a production server unless there’s no other way. download link you are looking for “Install Debugging Tools for Windows xx-bit Version” ...

fastest way for creating a memory dump of your application debugdiag

18 May 2009 |

First you need to download the tool here is the link now just install the tool and run it then ignore the wizard and go to the third tab in the application UI right click your process and select create a full dump, the dump is going to be created now if you need to configure where these dumps are created go to tools –> options and configure the dumps folder.

visual studio 2008 team system setup a problem encountered while loading the setup components canceling setup

10 March 2009 |

i wanted to install an additional feature of Visual studio 2008 but when i started the setup process or tried to uninstall the application i got this error “Setup a problem encountered while loading the setup components. Canceling setup.” the Fix i went to check for fixes under that application uninstalled it and the the setup worked fine

dotnetkicks on communityserver org in 24 seconds

31 December 2007 |

i didn't do this the right way i didn't go through documentation or consult with forums, i just wanted to do this the quick and easy way, what i do is i keep a sepparate theme for my blog sepparate from other bloggers so i can change whatever i like without hurting anyone's blogs so what i really did is i edited to theme pages to show the dotnetkicks button first the post.aspx page

 p><% 1: Response.Write(String.Format ...