Programming & Development
-
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
-
Android Launch Browser from App to handle external URLs
Upon googling for this one, I found some good relevant links on stack overflow as well as the android webview documentation, but no singular solution that tied everything together. First, I created a custom WebViewClient class. Note that this is… Continue reading
-
Localize Date Format in C# .Net Date Culture Formatting
Generic functions: Example Usage: For some commonly used cultures see reference links below containing full list: References CSharp-Online (code examples), http://en.csharp-online.net/Localization_Like_the_Pros%E2%80%94Date_formatting CSharp-Example (list of cultures), http://www.csharp-examples.net/culture-names/ Continue reading
-
Cannot login logon failed to SQL Server Windows Auth
Locked out of SQL Server? Accidentally right click on your account in Management Studio and hit delete? Or did Sys Admins force you onto the domain and delete your local superman account that you installed SQL under? Oops! No problem!… Continue reading
-
Open Source Free Geocodes US Zipcodes Cities
Data is provided “as is” without warranty or any representation of accuracy, timeliness or completeness. Licensing information and data provided by http://www.geonames.org. Enjoy. 🙂 Plain text is too large to simply paste into WIP. Files are in compressed zip folders… Continue reading