dscoduc

Stories submitted by dscoduc

Certificate Generation Made Easy(dscoduc.com)

submitted by dscoducdscoduc(1099) 3 years, 1 month ago

Here is a HTA script that automates the generation of a self signed CA and a machine certificate. This helps achieve the advantage of a Root CA without the need to actually build a server to act as a Certificate Authority. Screen shots give you an example of the functionality. read more...

add a comment |category: |Views: 17

tags: another

Printer Friendly Posts(dscoduc.com)

submitted by dscoducdscoduc(1099) 3 years, 2 months ago

One thing I have noticed with BlogEngine is the absence of a printer friendly view of a post and comments. Since this is a technical blog I sometimes write entries that include code samples and such that would make the print out be exceptionally long if printed within the margins of my theme. So I set out to build a view that would provide a clean printer friendly view of a post. read more...

add a comment |category: |Views: 2

tags: another

Blacklist Extension for Author Names(dscoduc.com)

submitted by dscoducdscoduc(1099) 3 years, 2 months ago

Getting tired of deleting those darn Busby SEO Test comments on my blog I decided to do something about it. I created a new BlogEngine.NET extension that allows you to generate a blacklist using regular expressions to filter the author names. read more...

add a comment |category: |Views: 5

tags: another

Update to FAQ Plugin(dscoduc.com)

submitted by dscoducdscoduc(1099) 3 years, 2 months ago

I was looking over my FAQ Plugin and noticed some strange and sloppy code. Even though no one has mentioned any issues I figured it was worth the time to clean it up and post an updated version. If you have already downloaded a copy I would recommend you download the latest version. read more...

add a comment |category: |Views: 4

tags: another

Tips for using BlogEngine Pages(dscoduc.com)

submitted by dscoducdscoduc(1099) 3 years, 2 months ago

When I switched over to BE my previous experience told me to create separate .aspx pages for stand-alone content. I didn’t see the need to use the BlogEngine Pages feature. What I found out when doing things this way was that I couldn’t use all of the theme and events that come along with the BE master page. So I reluctantly switched to using BlogEngine BlogEngine Pages instead of adding separate .aspx. After running this way for a while I figured out some things that I thought might help others to know as well. read more...

add a comment |category: |Views: 42

tags: another

jQuery Based HTA Template(dscoduc.com)

submitted by dscoducdscoduc(1099) 3 years, 2 months ago

In my previous post I talked about using jQuery with Http Applications (HTAs). I mentioned that I would be posting a template that you could use to start building your very own jQuery enabled HTAs. Well here you go. read more...

add a comment |category: |Views: 626

tags: another

FAQ jQuery Plugin(dscoduc.com)

submitted by dscoducdscoduc(1099) 3 years, 2 months ago

Not finding a nice and simple FAQ Plugin for jQuery I decided to build one from scratch. This plugin will take a simple header and span section and convert it into a collapsable FAQ like format. The plugin also creates an optional index div which links to each individual entry in your FAQ. read more...

add a comment |category: |Views: 140

tags: another

TSG and the Default Web Site(dscoduc.com)

submitted by dscoducdscoduc(1099) 3 years, 2 months ago

During the installation process the TSG services configure the IIS services to listen on port 443 of the Default Web Site. So in addition to listening for RDP over HTTP(s) connection attempts the TSG server is also listening for regular HTTPS traffic. To see this behavior you simply need to open up your browser and point it to your TSG server. You will see the default web page that is configured for the Default Web Site. Is this a bad thing? read more...

add a comment |category: |Views: 1

tags: another

jQuery and HTAs(dscoduc.com)

submitted by dscoducdscoduc(1099) 3 years, 2 months ago

The reason using jQuery in HTAs is so interesting to me is that one of the main constraints of using JavaScript in web pages (that being the amount of data that has to be transferred from the server to the client) has been lifted. With your web pages you are always concerned with the amount of data that is being sent to the client causing a slow rendering. With HTAs you don't have this issue. The JavaScript and Plugins can be saved locally and included in a support folder for quick loading into your HTA. read more...

add a comment |category: |Views: 35

tags: another

Are you using TS Gateway?(dscoduc.com)

submitted by dscoducdscoduc(1099) 3 years, 3 months ago

There has to be a better way. Something better than trying to remember the different port assignments; better than opening up all those ports to the world and allowing anyone to RDP to the server for the casual brute force password attack. Better than something so complex that I couldn’t really explain it to co-workers that needed to connect into my lab. It turns out there is a better way. It’s called Microsoft Windows 2008 Terminal Services Gateway. read more...

add a comment |category: |Views: 3

tags: another

Added Geo Lookup to BlogEngine.NET(dscoduc.com)

submitted by dscoducdscoduc(1099) 3 years, 3 months ago

Up till now no one has spent the time to allow this functionality and you had to go to an external resource to obtain the Latitude/Longitude information. But with TinyGeo-coder it couldn’t be easier to do this within BlogEngine.NET. read more...

add a comment |category: |Views: 9

tags: another

Display SinglePost User Control(dscoduc.com)

submitted by dscoducdscoduc(1099) 3 years, 3 months ago

An ASP.NET User Control that displays the most recently published BlogEngine.NET blog post on any of your web pages. read more...

add a comment |category: |Views: 9

tags: another

Sample jQuery and External XML Script(dscoduc.com)

submitted by dscoducdscoduc(1099) 3 years, 3 months ago

A follow-up to my last post about using a URLRewriter to proxy web requests to external domains ... I explore how difficult it is to create a script to display the contents of a XML feed from last.fm. It turns out it wasn't all that difficult! read more...

add a comment |category: |Views: 251

tags: another

URLRewriting for the masses(dscoduc.com)

submitted by dscoducdscoduc(1099) 3 years, 3 months ago

Using URLRewriter to control inbound connections to your site, and to proxy external website content for client side dynamic content. read more...

1 comment |category: |Views: 10

tags: another

Quote for October(dscoduc.com)

submitted by dscoducdscoduc(1099) 3 years, 3 months ago

A quote worth remembering! read more...

4 comments |category: |Views: 441

tags: another

DZone Badge Extension for BlogEngine.NET(beckelman.net)

submitted by dscoducdscoduc(1099) 3 years, 3 months ago

Add a DZone badge automatically to your blogengine post based on the post category, or by adding a [dzone] token to the page. read more...

add a comment |category: |Views: 9

tags: another