Ronnie Diaz
-
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
-
Grant production tax credits to advanced biofuels such as algae fuel and their research as an alternative to crude.
https://petitions.whitehouse.gov/petition/grant-production-tax-credits-advanced-biofuels-such-algae-fuel-and-their-research-alternative-crude/44W0Mhr3 Signing the petition only takes a second, White House makes it very fast and easy. Once you sign my petition there are many of other petitions out there you might find interesting, such as petitioning for Texas to separate… Continue reading
-
lastChild is null in FireFox works in IE invalid nodeType javascript c# asp .net
This issue alluded me at first as it works in IE but not in FF. See code below. In you’re interested in reviewing other approaches to styling your table cells, see my similar article here. Continue reading
-
change last row cell style in css and javascript cross browser compatibility issues
There are various approaches to achieve this functionality with equally different levels of compatibility across browsers. Here are some of the ways. Javascript Approach (most compatible. you may recognize this code from another one of my articles.): HTML col tags… Continue reading
-
system.windows.resourcedictionary. source threw an exception wpf c#
In general this issue is caused when a referenced resource cannot be found. In my specific circumstance, as the xaml above details, this issue was caused by a reference to PresentationFramework.Aero DLL that was not contained in the output bin… Continue reading
-
the calling thread cannot access wpf win form c# multi threading
If you receive this error: The calling thread cannot access this object because a different thread owns it It is a simple fix to add in some common multi-threading invocation mechanisms. WPF: WinForms: References http://stackoverflow.com/questions/9732709/the-calling-thread-cannot-access-this-object-because-a-different-thread-owns-it Continue reading
-
pass null to sql data source select
References http://forums.asp.net/t/963932.aspx Continue reading
-
In the last 150 years the strength of Earth’s magnetic field has decreased by 10%
The European Space Agency has started a project known as “Swarm” to identify this rapid loss of magnetic field strength. Without the field, life on Earth could not sustain above ground. Reference: http://www.reuters.com/article/2012/10/03/us-science-earth-magneticfield-idUSBRE8920X620121003?feedName=OutloudFeed&feedType=RSS Continue reading