Archives for Software Dev - Page 39
WordPress display subcategories along with their titles and posts
All I wanted to do was display all the SUBCATEGORIES under a category (along with their titles) – and list the posts under each subcategory. With the power of wordpress…
SQL Server Consolidation–issues to consider
It is natural for an enterprise to end up with a large number of sql server databases – each hosted on its own silo server. This is an obvious waste…
Binary tree (count nodes) interview question
Given a LEFT and a RIGHT property that returns the underlying LEFT tree and the underlying RIGHT tree respectively, find the total count of the nodes in the BinaryTree<T>{ private…
Google Chrome’s Wizdler Extension
SoapUI used to be a quick way to parse WSDLs and test out the exposed services listed in that WSDL. It required a 100MB download -and an underlying java runtime…
Building your app with PhoneGap build and AppPresser
I am guessing you are familiar with AppPresser and have installed all the required plugins on your wordpress ; Now, you are ready to build an iOS app that leverages…
Certificates, iOS , Apple and Windows
If you are on Windows, generating the required certificates for signing your iOS app can be a bit of a pain. OpenSSL is a utility that addresses everything needed to…
Visualizing EDMX files (entity framework data model)
Ever wanted to reverse engineer a code-first Entity framework model ? Or simply generate a diagram from an existing model? Try the Entity Framework Power Tools. Power Tools
SwitchySharp–Proxy Manager for Chrome
SwitchySharp is an advanced proxy manager for Google Chrome. It lets you switch between multiple proxies – detect whether your traffic is going DIRECT or through a PROXY (check the…
Word 2010 Pictures do not show up
I pasted pictures into my documents – only to find that they did not display. It turns out that it has to do with the default wrapping style on…
Roadmap for Windows Server Products
Windows Server Roadmap 1. Windows Server 2003 approaching end of support in July 2015. 2. Support for Windows Server 2008 ends in Jan 2020 SQL Server Roadmap 3. Support for…