Archive for April, 2009

DotNetNuke CSS in your Module Settings

tp_vol1_002 I have a friend that is working at a local college who called recently because he was having some trouble with his CSS using the Module Settings feature where you can add additional code for the Module’s header and footer.

If you aren’t already aware of this feature, now would be a good time to learn about it.  it can be used to embed javascript into your form, add or change CSS or even provide additional wrapper code for your module.

Read the rest of this entry »

Other Related Items:

Halloween Adult Womens Costumes Medieval Renaissance Fair Noblewomen Costume Theme Party OutfitHalloween Adult Womens Costumes Medieval Renaissance Fair Noblewomen Costume Theme Party OutfitBe the Lady of the Manor in this Renaissance costume!

This Item Includes Corseted faux suede top with faux leather lacing over mock blouse wi... Read More >
Soffe Juniors' Authentic ShortSoffe Juniors' Authentic ShortSoffe Junior Authentic Short oz. / poly/cotton jersey. V-notched legs with inseam. -/ exposed elastic waistband. Junior Sizes XS-XL Internet Special For a limited time... Buy More and Save! JUNIOR SIZES Buy for - Softball Shorts
Hosa CSS410 Pro Quality Dual 1/4 TRS Cable 10 FootHosa CSS410 Pro Quality Dual 1/4 TRS Cable 10 FootThese high quality dual cables are ideal for the any applications where you need to patch numerous balanced lines. Features improved cable and standar... Read More >

If you're new here, you may want to subscribe to the mailing list to get notifications of new post and a virtual tour of past topics. Thanks for visiting!

Initializing An Array inline

arct-075 This is part two of the discussion I started yesterday about the StackOverflowException, where I explained how memory gets allocated for the different types of variables we have in our systems and how understanding that can prevent the StackOverflowException.  The question came back with some code this time which looked something like this:

private mystruct[] m_struct =
    new mystruct[6000000];
private mystruct[] GetStructArray()
{
    m_struct[0] =
        new mystruct(3, 2);
    ...
    m_struct[5900000] =
        new mystruct(5,4);
}
struct mystruct
{
    public mystruct(int i,int j)
    {
        m_i = i;
        m_j = j;
    }
    public int m_i;
    public int m_j;
}

Read the rest of this entry »

Other Related Items:

The Stack and Tilt Swing: The Definitive Guide to the Swing That Is Remaking GolfThe Stack and Tilt Swing: The Definitive Guide to the Swing That Is Remaking GolfAn in-depth, full-color, step-by-step guide to the new golf swing that has taken the PGA Tour by storm

The traditional golf swing requires a le... Read More >
Decorating with Architectural DetailsDecorating with Architectural DetailsDecorating with Architectural Details offers the latest inspirational ideas for the most popular design trend in today's market. Incorporating classi... Read More >

StackOverflowException – What causes this?

ka_vol1_064 Oner Yilmaz Asks:

I am using C# Êxpress developer tool. I Intend to form 3D Mesh object by an array of 60.000 items. When I reach to appr. 19.000 items, I get the error message "An unhandled exception of type ‘System.StackOverflowException’ occurred in Test.exe"
My PC has 2GB RAM.
As for you, what is the reason ?

Read the rest of this entry »

Other Related Items:

dwightyoakamacoustic.netdwightyoakamacoustic.netHere are some of Yoakam's best moments--which is to say some of the finest moments of recent country music history--distilled to their intoxicating ... Read More >
Sterilite Corp. 17918004 ClearView 3-Drawer OrganizerSterilite Corp. 17918004 ClearView 3-Drawer OrganizerStorage drawers feature a large viewing window for easy identification of contents, and a generous handle for easy gripping. Ideal for a variety of uses. White. 13 1 2" L. x 10 7 8" W. x 9 5 8" H.

CMS vs Code It Yourself

trav-064 This post has been percolating in my brain for several weeks now and I think it’s finally at the point where it’s “done.”  Well, see…

The problem area is this.  At what point and under what conditions would you write the code yourself vs. using a content management system?  And if you were to use a content management system, which one should you use and why?

Along the way I’ll tell you what my current choices are, but more importantly, I’ll tell you what my thought process is.  So even if you decide to use different tools than I do, you can ask the same questions to select the tools you have decided to use.

Read the rest of this entry »

Other Related Items:

AXIOM 20MB PC CardAXIOM 20MB PC CardPC Card 20 MB AXCS-ASP-FLC20M www.axiommemory.com 5 Year PC Card Axiom Memory Solutions 20MB PC Card Axiom 1
Active Server Pages (ASP)/Visual Basic (VB).NET -  Instructor-based Video Training BundleActive Server Pages (ASP)/Visual Basic (VB).NET - Instructor-based Video Training BundleInteractive Instructor-Based Active Server Pages (ASP)/Visual Basic (VB).NET Bundle Video Training Course on DVD-ROM. Computer Based Training (CBT) a... Read More >
Easy Guide to Blogging (vol.1 ) - Wordpress Blog BasicsEasy Guide to Blogging (vol.1 ) - Wordpress Blog BasicsFinally, a DVD showing you exactly how to setup and run a profitable blog using Wordpress(R) on your own website. This DVD takes you step-by-step thro... Read More >

Silverlight – Databinding to a Web Service

misc_vol1_049 In the last several posts, I’ve demonstrated various ways of getting data onto the screen.  What I’ve purposely omitted up until this point is how to update this information.

So let’s start by going back to the demo we created in Febuary.

What we ended up with is an application that would display the First name and the last name out of the Person class.

What we want to do today is to update the code so that the person class gets its data from a database on the server using a web service.  So the first thing we’ll want to do is create a web service.

Read the rest of this entry »

Other Related Items:

PRESS SILVERLIGHT INTRO 1.1 2EDPRESS SILVERLIGHT INTRO 1.1 2EDPRESS SILVERLIGHT INTRO 1.1 2ED
Understanding Complex Datasets: Data Mining with Matrix Decompositions (Chapman & Hall/CRC Data Mining and Knowledge Discovery Series)Understanding Complex Datasets: Data Mining with Matrix Decompositions (Chapman & Hall/CRC Data Mining and Knowledge Discovery Series)Making obscure knowledge about matrix decompositions widely available, Understanding Complex Datasets: Data Mining with Matrix Decompositions discusse... Read More >
LINQ in ActionLINQ in Action

LLINQ, Language INtegrated Query, is a new extension to the Visual Basic and C# programming languages designed to simplify data queries and databas... Read More >

DotNetNuke Sponsor

 

Most Valuable Blogger
Sponsor