|
|
This site has been visited 82975 times. |
Add NetSplore to my favorites.
| |
  |
|
Turning Ideas Into Reality |
  |
|
|

Turning your ideas into reality is not just a catchy phrase, it's what we do. It has become expected that legitimate companies have a web presence. But more than likely, website development is not your expertise. What is a company to do?
Let NetSplore create the first impression your potential customers see. With your ideas and our web savvy, we can create a website that will make a lasting impression on your customers, or prospective customers.
You can have a sales presence 24 hours a day. A support presence 24 hours a day. You can have sales leads waiting for you when your staff arrives in the morning. Not cold leads, but interested potential customers that took enough interest to find you!
|
|
|
|
|
|
|
|
Interested in Language Integrated Query (LINQ)? |
|
|
|
|
|
 |
|
| |
If you are interested in learning about Microsoft's Language Integrated Query (LINQ) for the .NET platform, please visit our other site http://www.linqdev.com.
|
|
|
|
|
|
|
|
|
|
|
.NET 3.5 Books Now Available |
|
|
|
|
|
 |
|
| |
|
|
|
|
|
|
|
|
|
|
|
.NET 3.0 Books Available |
|
|
|
|
|
 |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
Tip Of The Week |
|
|
|
|
|
 |
|
| |
 | Free IE Web Development Toolbar This useful utility plugs into your browser and provides all sorts of useful things. Just to list a few, onscreen rulers and magnifier, html element outliner, html element tree view, styles, etc. Don't leave home without this one from Microsoft. |
 | Free Microsoft Development Environments - Visual Studio 2008 Beta 2 Microsoft's Express editions of Visual Studio 2008 Beta 2 are free and available here. |
 | Free .NET Controls!!! Some free WinForm and WebForm controls courtesy of Developer Express. Get them while you can. |
 | Site With Nice Images This subscription site has some very nice graphic images. While there is a fee for the subscription, thumbnail sized images are free. |
 | Really Cool FREE WinForm Controls This page has a list of some really awesome free WinForm controls. |
 | MSDN Chats This is your chance to ask the Microsoft technololgy gurus your questions. |
 | Good Stock Photo Site Need some professional looking images for that Powerpoint presentation? Try the creatingonline.com site out, |
 | How To Send Text Messages To Cell Numbers This is a good resource for determining how to send a text message to a cell phone. |
 | JSI Inc. This is a good site for Windows registry hacks. |
 | Pinoy VII This site is full of great Paint Shop Pro tutorials. If you use Paint Shop Pro, do youself the favor of checking out these links. |
 | Sysinternals.com This site has many great free utilities for developers. |
 | Free ContainerGuy DotNetNuke Container A free DotNetNuke container for ContainerGuy.com registered users. |
 | Free Icons Literally hundreds of great looking icons for free. Nothing makes a site look better than great looking images. |
 | Free PDF Converter This totally free application installs as a virtual printer and allows you to create PDF files from virtually any application such as MS Word, MS Excel, etc. There are no restrictions, no watermarks, no spyware, no adware, and no pop-up advertisements. Thank you EXP Systems.
|
 | Free DotNetNuke Containers Free courtesy Nina Meiers. You must login to download them though. |
 | Microsoft Webcasts There seems to always be a webcast going on here. |
|
|
|
|
|
|
|
|
|
|
|
Most recent blog entries |
|
|
|
|
|
 |
|
| |
|
Sick of the Spammed Advertisements! |
|
NetSplore's Blog
|
By Joe Rattz on
5/19/2010 9:03:49 AM
|
|
|
|
Because I keep getting spammed comments to my blog posts advertising crap products I have decided to change my approach to dealing with them. Instead of simply deleting them like I have been, from now on I will edit those posts and point out what unscrupulous crooks the websites are that the spam is for. For an example, check out the comments of this post:
http://www.netsplore.com/PublicPortal/blog.aspx?EntryID=51
So spammers, if you want your little ads turned ugly on you, keep it up! Or, leave my site alone.
|
 |
|
|
|
|
|
|
Controlling Collation Order On DB2/400 |
|
NetSplore's Blog
|
By Joe Rattz on
2/24/2010 2:22:32 PM
|
|
|
|
Controlling Collation Order On DB2/400
I recently had the need to control collation order on DB2/400. Essentially I had a multi-column data grid on a web page and one of the columns contained data that was alphanumeric. The data in the data grid was ordered on this column. By default, on DB2/400 the collation order for sorting the table I was querying is determined by the hexadecimal EBCDIC value. This caused letters to come before numbers like this:
C D 1 9
I had a request to change the order so that numbers came before letters so that this list would instead look like this:
1 9 C D
It turns out that with DB2/400 this was quite simple. But first, here are some search terms to help goo ...
|
 |
|
|
More...
|
|
|
|
Specifying the QAQQINI Library For the OLEDB IBMDA400 and Native .NET DB2 Providers |
|
NetSplore's Blog
|
By Joe Rattz on
1/5/2010 12:48:14 PM
|
|
|
Specifying the QAQQINI Library For the OLEDB IBMDA400 Provider
I recently needed to modify the IGNORE_DERIVED_INDEX setting in the QAQQINI file for my ASP.NET web site. I didn't want the change I needed to affect any other applications though. There doesn't seem to be much on the internet telling anyone how to do this, but I finally found a way to do it through the database connection string.
You can add a "QUERY OPTIONS FILE LIBRARY=mylibrary" section to your IBMDA400 connection string to specify the library from which the QAQQINI file should be read. This allows you to have very granular control over which QAQQINI file is used for any particular database connection. This allowed me to have a QAQQINI file specifically for my application.
You should be aware though that there was a bug preventing this from working in some versions. You can read more about it here:
|
 |
|
|
More...
|
|
|
Consuming a RESTful Web Service Using HTTP POST from .NET |
|
NetSplore's Blog
|
By Joe Rattz on
8/21/2009 10:02:58 AM
|
|
|
Consuming a RESTful Web Service Using HTTP POST from .NET
I recently had the need to consume a RESTful web service with .NET. What made this less typical than most articles I found on the internet is that instead of retrieving data with the web service via an HTTP GET, I needed to send data with the web service via an HTTP POST. I didn't see anyone doing that.
So this blog post is here for three purposes. First, it is here to help others needing to call any RESTful web service from .NET using an HTTP POST. Second, it is here so that next time I need to do it, I can find it quickly. Third, anyone else needing to consume the specific Taxcient web service that I was consuming may find this a helpful starting point.
The web service I needed to call is hosted by a company named Taxcient. Their web service allows me to pass customer data to it using an HTTP POST. Here is the b ...
|
 |
|
|
More...
|
|
|
|
IE6 About Box Error: 53 - Not enough storage is available to complete this operation |
|
NetSplore's Blog
|
By Joe Rattz on
2/3/2009 4:33:42 PM
|
|
|
Problems Caused by User Agent String Too Long
I recently had something happen to my machine that has caused me all sorts of havoc. There are many symptoms of the same problem. This all seems to have begun after a Windows security update (KB958687) was installed on my machine. Interestingly, even after uninstalling that update, I still have the problem. I haven't fully researched why that update caused this to happen, so maybe the update isn't exactly the culprit, but at this time, I believe it is.
Part of what made this so difficult to resolve is that there are so many symptoms of the problem. With so many symptoms, there are many vectors to research that are so vague, it is difficult to isolate the actual problem.
I will begin with the symptoms I had in the order that may make it most easy to identify.
1. The About box in Internet Explorer (IE, IE6, ...
|
 |
|
|
More...
|
|
|
ASP.NET User Control Positioning With CSS |
|
NetSplore's Blog
|
By Joe Rattz on
11/4/2008 11:41:42 AM
|
|
|
|
- Solving the Problem No One Seems to Care About
I subtitled this post with the tongue-in-cheek phrase "Solving the Problem No One Seems to Care About" because I recently discovered what I would consider to be a flaw in the design of ASP.NET user controls, but I seem to be the only one who cares.
The flaw is that there is no HTML emitted for an ASP.NET user control. Don't be mislead by my previous statement though. Certainly the contents of the user control are emitted, but if your user control contains nothing, there will be no HTML emitted by it. Here is some example ASP.NET markup for a page:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %& ...
|
 |
|
|
More...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Articles |
|
|
|
|
|
 |
|
| |
Since posting my article titled "Calling AS/400 (AS400) RPG Programs From ASP.NET", I have gotten a good bit of feedback and questions. This is further evidence of how difficult it is to find good information about interfacing with the AS/400. Due to some of the questions and comments posted about that article, I thought I would do a little more research, and post a follow-up article.
Read More...
|
|
Now would probably be a good time to point out that when I first started creating articles for NetSplore, my intent was not only to share information with others, but to share it with myself...in the future! I can't tell you how many times I have had to go scrambling trying to figure out what code did something I needed to do again. So, I thought that if there was something I was having trouble remembering how to accomplish, others may have the same problem, and I should create an article.
Read More...
|
|
Have you ever needed to raise a button-click event programmatically? I sure have. Sometimes you end up needing to programmatically simulate that a button was clicked by a user, but how do you accomplish this? ...
Read More...
|
|
Have you ever had to wrestle with HTML or CSS rendering issues? Working in a compiled language environment like ASP.NET can be exasperating sometimes. The cycle time of edit, compile, and test can get very fristrating when you are making many small changes trying to determine why something is not rendering the way you would expect.
Read More...
|
|
Have you ever wondered how you might use C# multicast delegates in a real world scenario? Have you ever had two controls with interdependence and wanted a technique to decouple them?
Read More...
|
|
Have you ever needed to call an RPG program running on an AS/400 from ASP.NET? Here's how I do it.
Read More...
|
|
Have you ever wanted to reference an image in a forum post or blog, but had no place to host the image? Here's one.
Read More...
|
|
Have you ever needed a 3-state checkbox? Have you ever wanted to provide a gaphic instead of seeing the normal checkbox or radio button? I know I have.
Read More...
|
|
Have you ever had a button that caused serious problems if the user clicked it more than once? Here is some code to prevent that.
Read More...
|
|
Have you ever wondered what a shadow module is good for? Me too.
Read More...
|
|
Have you ever wanted a tooltip that didn't timeout and that you could control the look of the text? This free ASP.NET server control will do it.
Read More...
|
|
Have you ever needed a way to highlight ASP.NET DataGrid rows on the client side as the user moused over them? Here's how.
Read More...
|
|
|
|
|
|
|
|
|
|
|
|
New Features |
|
|
|
|
|
 |
|
| |
Check here for the latest NetSplore features.
|
|
|
|
|
|
|
|
|
|
|
|
Favorite Sites |
|
|
|
|
|
 |
|
| |
|
|
|
|
|
|
|
"Dare to be gorgeous and unique. But don't ever be cryptic or otherwise unfathomable. Make
it unforgettably great." -- RJ Mical - Father of Amiga Computer GUI, Intuition
|
|