Archive for April 30th, 2009
DotNetNuke CSS in your Module Settings
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.
Other Related Items:
7PORT 10/100 1PORT 10/100/1000 Web Managed SwitchInformation technology professionals rely on HP quality to ensure maximum productivity. As the power of applications, processors, memory adapters and ... Read More >
Professional DotNetNuke 5: Open Source Web Application Framework for ASP.NET (Wrox Programmer to Programmer)DotNetNuke creator Shaun Walker leads this superlative author team of MVPs while delivering the latest update of a bestseller. They offer complete cov... Read More >
Initializing An Array inline
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; }
Other Related Items:
Sterilite 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.
Fisher-Price Rock-A-StackSome things never go out of style. A rainbow of five rings fits over a cone with rocking base. Stacking toys help baby develop fine motor skills while encouraging cognitive abilities. Made of teethable material.
Cherry Pie Ala ModeEnjoy a very special Cherry Pie Ala Mode treat. Send your favorite someone a cherry pie baked by Sweetie Pies along with two pints of vanilla ice ... Read More >

