Programming & Development
-
directory info get files show directories C# .Net
There is sometimes a misunderstanding between a “file” and a “folder” in filesystems. In C# .Net the following is often used to list all “files” in a folder. However, even though you can specify to search containing subdirectories, the above… Continue reading
-
Wall Street Journal – CIA Chooses: Amazon or IBM
Showcases how large Amazon’s Cloud infrastructure has become. http://online.wsj.com/article/SB10001424127887324904004578539722533829106.html Continue reading
-
android debug vm virtual virtualbox images ova eclipse
As an alternative to the default android virtual machines that come with the Android SDK and/or Eclipse, try the images from the site below: http://androvm.org/blog/ The format is ova, which is easily opened by virtualbox, and there only two simple… Continue reading
-
asp .net grid control common gridview operations update edit cancel sort paging
There are many ways to accomplish the end result of what is displayed below. To display multiple records of data on the same page, you may alternatively use Repeater (my favorite of the dataview controls), DataList or ListView (also great).… Continue reading
-
an exception was encountered while constructing the content of this frame can’t see solution files
This issue occurred in my VS after installing some third party Visual Studio plugin tools. To resolve, I uninstalled the tools and from command line launched Visual Studio (just copy paste the path and exe from the shortcut) and added… Continue reading
-
Classic ASP VB Filter File Name Extensions From String EndsWith
Came across a classic ASP VB site recently in my adventures. There was a feature request to filter out some file extensions from existing code logic, and I discovered quickly most of my .Net methods were unavailable, so I came… Continue reading
-
How to Create a new Java Applet in Netbeans
First create a new project. Make sure you select “Java Application” not Desktop Application or other types. On the left hand of the screen you should see “Source Packages” and your project name in lower case underneath. If you don’t… Continue reading
-
IBM RSA rational software architect eclipse plugin rename change project location
This one evaded me at first and is very simple. Experienced Eclipse users are already familiar with its’ small intricacies, but for a Microsoft Visual Studio Developer who is not on Eclipse often, it is easy to forget your way… Continue reading