VB Code to HTML Markup#
This cool little tool will convert VB code to HTML. A cool think would be to write an HTTP Handler for a blog site that would simply look for CODE sections and dynamically convert the code in those sections to nice markup. I guess you could do it on save as well, but that wouldn't be as nice for editing.
Categories: Code Links
Tuesday, April 26, 2005 2:21:21 PM (Central Daylight Time, UTC-05:00) #    Comments [0]  | 

 

CS and DNN get Integrated (Ad hock Solution) #
This posting on the Community Server forums shows a hack way to integrate the CS into DNN.
Categories: Code Links
Tuesday, April 26, 2005 12:24:41 PM (Central Daylight Time, UTC-05:00) #    Comments [0]  | 

 

Find Out Webserver Info#
This site can find out information about the server hosting any website. It's easy to see if it is running windows, or a *nix, and what kind of server, apache, IIS, what version etc.
Categories: Code Links
Tuesday, April 26, 2005 10:42:35 AM (Central Daylight Time, UTC-05:00) #    Comments [0]  | 

 

ASCII Movies#
This guy does for sure.

Give it a minute to load, its worth it.

There are lots of others at the root website.
Categories:
Friday, April 22, 2005 3:16:28 PM (Central Daylight Time, UTC-05:00) #    Comments [0]  | 

 

CodeThat Grid - Excel Grid in Javascript#
Code That Grid is pretty amazing. Its basically a client side Excel sheet. Really neat.

I wonder how it would do with a ton of data though, if the javascript would slow to a crawl.
Categories: Code Links
Friday, April 22, 2005 1:47:25 PM (Central Daylight Time, UTC-05:00) #    Comments [0]  | 

 

More Scrollers#
Tigra Scroller Pro has nice features like the ability to pause, FF, and RW, but I can't tell if you can show more than 1 item at a time.

AJScroller is pretty cheap (30 bucks) but it isn't an asp.net control. I might be able to extend it to do what I want.

This site has code to make one yourself, that I might be able to wrap into my own control if needed. Parasoft has a nice and cheap control, but it doesn't look like you can reverse it.

Categories: Code Links
Friday, April 22, 2005 1:46:21 PM (Central Daylight Time, UTC-05:00) #    Comments [0]  | 

 

Prog Studio Client Script Obfuscator#
The Client Script tool compresses Javascript and JScript. It also encodes JScript and VBScript.

I wonder how they are doing this... how the client understands the obfuscated code I mean.
Categories: Code Links
Friday, April 22, 2005 1:10:17 PM (Central Daylight Time, UTC-05:00) #    Comments [0]  | 

 

AlbumOnNet#
Album On Net offers some interesting controls for dealing with pictures, galleries and slideshows.

Its not the kind of rotator I am looking for, but could be useful on the project I am working on for Aarca.
Categories: Code Links
Friday, April 22, 2005 12:53:47 PM (Central Daylight Time, UTC-05:00) #    Comments [0]  | 

 

Some interesting controls#
ActiveUp has some interesting controls, demos are here.

Some of the more interesting ones were a "Page Loading" control, which takes over the screen while a page is downloading until the page has finished. This is pretty nice, and I could seem some use for it on some of our pages that do a lot of processing, or send down a lot of data in the form of a long grid or whatever.

Also, they have a page protector control, which basically disables the ability to copy and past from the page. Also, it take the content of the page, encodes it and sends down a javascript write command, so I guess if you looked at the source it would be a long encoded string. This would really discourage the avg person, but it wouldn't be hard to convert the string back your self.

Still, pretty neat.
Categories: Code Links
Friday, April 22, 2005 12:49:01 PM (Central Daylight Time, UTC-05:00) #    Comments [0]  | 

 

Going from a datagrid to excel#
Before I forget it, I wanted to make sure to put in a link to this article. It has some good ideas for how to deal with unwanted non-literal controls on the page.
Categories: Code Links
Monday, April 18, 2005 4:50:32 PM (Central Daylight Time, UTC-05:00) #    Comments [0]  | 

 

2 Good ASP.NET Custom Control References#
I was doing some work this morning involving a custom asp.net control, and I was running into some stupid problems. Both of these articles, Chapter 14 Custom and User Controls, Programming ASP.NET: Custom and User Controls (espically the second article, which is really a 5 page article (links at the bottom) ), were really nice to reference.
Categories: Code Links
Monday, April 18, 2005 7:34:57 AM (Central Daylight Time, UTC-05:00) #    Comments [0]  | 

 

WebSupergoo ABC Products#
WebSupergoo has some insteresting components. The one's that peaked my interest are the upload control, which includes a HTML progress bar and the Crypto component.

The Upload control is free if you link to their site.
Categories: Code Links
Thursday, April 14, 2005 1:13:42 PM (Central Daylight Time, UTC-05:00) #    Comments [0]  | 

 

8 Nice SQL Server Tools#
This list from FTPOnline lists 8 tools for SQL Server. The 2 that caught my eye were the program to help you generate scripts and queries and the Veritas performance insight tool.

EM already has a designer for creating queries, but maybe this would be nicer.

Maybe the Veritas product would be able to help us figure out why some equipment reports seem to take 30x longer to run on some days. On the other hand, the description of the Veritas program is one of those "it does everything by magic" product listings, so maybe it sucks. And Veritas is always really expensive.
Categories: Code Links
Thursday, April 14, 2005 11:00:30 AM (Central Daylight Time, UTC-05:00) #    Comments [0]  | 

 

Querying an Excel database with OleDB#
This DonXML article, and this Microsoft article both discuss ways to query an excel file from OleDB using the OleDB .net provider.
Categories: Code Link
Thursday, April 14, 2005 6:49:16 AM (Central Daylight Time, UTC-05:00) #    Comments [0]  | 

 

Creating a Distribution List Using CDOEXM and ADSI #
This article deals with creating a distribution list from ADSI/VBscript. I don' think this is the route we want to go, but it is worth looking over.
Categories: Code Links
Thursday, April 14, 2005 6:45:00 AM (Central Daylight Time, UTC-05:00) #    Comments [0]  | 

 

Appforge Releases Data Synchronization Component#
Data Sync from AppForge appears to be a way for you to sync data directly between a device and and back end server. I was going to be doing this with the help of an expensive add-on, which of course I already ordered, but if I could just write 1 set of code to do it this way, it would be really worth it. It looks like it comes with the new version of Crossfire, and doesn't cost anything extra. Also, it appears to have an SDK, and to have built in encryption.
Categories: Code Links
Thursday, April 14, 2005 6:34:01 AM (Central Daylight Time, UTC-05:00) #    Comments [0]  | 

 

Interview w/ SQL Server's Tom Rizzo#
FTPOnline interviews Tom Rizzo from Microsoft's SQL Server team. The discuss, of crouse, is around the upcoming SQL Server 2005.
Categories: Code Links
Thursday, April 14, 2005 6:22:41 AM (Central Daylight Time, UTC-05:00) #    Comments [0]  | 

 

ASP.NET Modal Dialog Control#
Even though I already wrote my own modal dialog control, this might be worth looking over. This guy made a control that you can drop into an asp.net page and use. There are some things that are not 100% correct in the article, like the necessity for an IFRAME, but it still might be worth a read.
Categories: Code Links
Wednesday, April 13, 2005 10:33:04 AM (Central Daylight Time, UTC-05:00) #    Comments [0]  | 

 

Leverage Acitve Directory #
This product, called rDirectory is supposed to do something with AD. I really can't get a clear picture, and their "demo" is to sign up for a webdemo, which means I would have to talk to a salesman. I think it acts as a portal for accessing information stored in AD, but I should look into it further, maybe download a trial or look for a white paper.
Categories: Code Links
Monday, April 11, 2005 6:34:17 AM (Central Daylight Time, UTC-05:00) #    Comments [1]  | 

 

Software to Maintain Distribution Lists#
I think I have already done 95% of the work needed to have my SyncAD program serve to maintain distribution lists as well, but MD sent me this link to some software that is supposed to do the same thing. Worth looking into.
Categories: Code Links
Monday, April 11, 2005 6:31:15 AM (Central Daylight Time, UTC-05:00) #    Comments [0]  | 

 

More Images In SQL Server#
Here is another article about storing images in SQL Server. In case that last one left something to the imagination.
Categories: Code Links
Monday, April 11, 2005 6:29:11 AM (Central Daylight Time, UTC-05:00) #    Comments [0]  | 

 

10 Tips To Speed Up SQL Access#
I think I already read this article in the magazine when it came out, but it's a good reference.
Categories: Code Links
Friday, April 08, 2005 6:36:57 PM (Central Daylight Time, UTC-05:00) #    Comments [0]  | 

 

HttpWebRequest#
This is a quick example of how to use the HttpWebRequest to act as a proxy for pulling down data from a URL.
Categories: Code Links
Friday, April 08, 2005 6:23:36 PM (Central Daylight Time, UTC-05:00) #    Comments [0]  | 

 

These are not moving#
WTF?
Categories: Code Links
Friday, April 08, 2005 12:33:03 PM (Central Daylight Time, UTC-05:00) #    Comments [0]  | 

 

SQL Notification Services #
I haven't seen this product before, but just ran across it while searching for some other stuff. SQL Notification Services for SQL Server 2000 and 2005.

This could be a replacment for our EPS.
Categories: Code Links
Monday, April 04, 2005 3:25:24 PM (Central Daylight Time, UTC-05:00) #    Comments [0]  | 

 

Orphaned SQL Users After DB Restore#
When you restore a SQL Database, the users in that database will often be orphaned because their SID will not match the SID of the user with the same name on the server where the restore is taking place.

This is basically the problem being discussed in this thread in the MSDN newsgroups.

The one really good solution that was given was to use a free utility called Sync SQL Logins. You can tell it to match all users based on name, and it will go ahead and update all the SIDs! Pretty cool!
Categories: Code Links
Monday, April 04, 2005 2:49:42 PM (Central Daylight Time, UTC-05:00) #    Comments [0]  | 

 

Indigo Webcasts#
These webcasts, totalling 7 hours, are supposed to be about microsoft's new "unified" methodology for distrubuted applications, code named Indigo.

I should probably watch them, or at least check them out. Indigo is "supposed" to allow one to create applications that would normally use .net remoting or webservices, w/o having to choose one or the other, but I really have no idea. Sounds like it might just be .net remoting over HTTP, but I will have to see.
Categories: Code Links
Monday, April 04, 2005 12:41:55 PM (Central Daylight Time, UTC-05:00) #    Comments [0]  | 

 

Freezing a datagrid header and column#
This article shows an example of an extended datagrid which allows the header and columns to be "frozen", much like what I am doing with the header in the cost report. But this could lock down the left column as as well.
Categories: Code Links
Sunday, April 03, 2005 2:49:12 PM (Central Daylight Time, UTC-05:00) #    Comments [0]  | 

 

Building a Better Wait Page#
This Code Project article discusses a mechanism for building a "wait" page, much like how I am presently going about it.

One major differenace is that I was planning on using a page that would repost every 5 seconds or so, while they are using an out of band callback. This might be worth looking into, but another thing is how they utilize a XMLHttpRequest object, which I didn't know existed for non IE browsers. This can be used for some of the other out of band operations that I am working with to make our pages more browser independednt.
Categories: Code Links
Sunday, April 03, 2005 2:44:39 PM (Central Daylight Time, UTC-05:00) #    Comments [0]  | 

 

Querystring Class#
This article shows a class that allows the programmer to add valued pairs, which can be explored in QS format when needed.
Categories: Code Links
Sunday, April 03, 2005 2:37:25 PM (Central Daylight Time, UTC-05:00) #    Comments [0]  | 

 

Images in SQL Server BLOBs#
This article deals with using an images from a blob field in a SQL Server database.

We need to do this stuff with employee pictures. This shows the code needed to save an image to a blob and how to stream an image from a blob to a browser.
Categories: Code Links
Sunday, April 03, 2005 2:35:12 PM (Central Daylight Time, UTC-05:00) #    Comments [0]  | 

 

Starting Hands for Holdem#

Hold'em Hand Groupings:

  • Group 1: AA, KK, QQ, JJ, AKs
  • Group2: TT, AQs, AJs, KQs, AK
  • Group3: 99, JTs, QJs, KJs, ATs, AQ
  • Group4: T9s, KQ, 88, QTs, 98s, J9s, AJ, KTs
  • Group5: 77, 87s, Q9s, T8s, KJ, QJ, JT, 76s, 97s, Axs, 65s
  • Group6: 66, AT, 55, 86s, KT, QT, 54s, K9s, J8s, 75s
  • Group7: 44, J9, 64s, T9, 53s, 33, 98, 43s, 22, Kxs, T7s, Q8s
  • Group8: 87, A9, Q9, 76, 42s, 32s, 96s, 85s, J8, J7s, 65, 54, 74s, K9, T8, 43

Modified Hold'em Hand Groupings:

  • Group 1: AA KKQQ JJ AKs
  • Group 2: TT AQs AJs KQs AK
  • Group 3: 99 KTs QJs KJs ATs AQ
  • Group 4: A8s KQ 88 QTs A9s AT AJ JTs
  • Group 5: 77 Q9s KJ QJ JT A7s A6s A5s A4s A3s A2s  J9s T9s K9s KT QT
  • Group 6: 66 J8s 98s T8s 55 J9 43s 75s T9 33 98 64s 22 K8s K7s K6s K5s K4s K3s K2s Q8s 44 87s 97s
  • Group 7: 87 53s A9 Q9 76s 42s 32s 96s 85s J8 J7s 65 54 74s K9 T8 76 65s 54s 86s
Categories: Code Links
Saturday, April 02, 2005 11:00:23 PM (Central Standard Time, UTC-06:00) #    Comments [0]  | 

 

All content © 2010, Christopher May, Inc
Open Job Positions
On this page
Google Ads
This site
Calendar
<March 2010>
SunMonTueWedThuFriSat
28123456
78910111213
14151617181920
21222324252627
28293031123
45678910
Archives
Sitemap
Blogroll OPML
Disclaimer

Powered by: newtelligence dasBlog 2.3.9074.18820

The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.

Send mail to the author(s) E-mail

Theme design by Jelle Druyts


Pick a theme: