Knowledge Base

Snippets

20
<!DOCTYPE html> <html> <head> <style> body { background:url(dynamic_width_bg.jpg) #A98436 no-repeat left top; backgr...

[Read the rest of this article...]

Scaling Background Image
Posted in: CSS
20
Module Load Warning One or more of the modules on this page did not load. This may be temporary. Please refresh the page (click F5 in most browsers). ...

[Read the rest of this article...]

DNN 8 Upgrade
Posted in: DNN
19
Declare @PortalID int; Set @PortalID = 1 update portalsettings set SettingValue = '[G]skins/Xcillion/inner.ascx' where SettingName = 'DefaultPorta...

[Read the rest of this article...]

DNN 8 Upgrade
Posted in: DNN, Skin Objects
16
  (SELECT [Value] FROM Lists where EntryID = (SELECT PropertyValue FROM UserProfile WHERE UserId = U.UserId AND PropertyDefinitionID = (SELECT ...

[Read the rest of this article...]

DNN Region Lookup
25
<asp:TemplateField HeaderText="Frequency"> <ItemTemplate> <asp:Label ID="lblFrequency" runat="server" Text='<%# GetFrequencyLook...

[Read the rest of this article...]

GridView, Function
23
Link to photo slideshow:  <div style="margin: auto;width: 100%;text-align: center;">[PHOTOWITHBORDER]</div> <div style="text-ali...

[Read the rest of this article...]

Ventrian Simple Gallery
04
Declare @PortalId int; Set @PortalId = 0; SELECT 'OwnerFirstName' = U.FirstName, 'OwnerLastName' = U.LastName, 'OwnerEmail' = U.Email ...

[Read the rest of this article...]

DNN Region Lookup SQL
Posted in: DNN, SQL Scripts
10
https://support.microsoft.com/en-us/kb/2984937

[Read the rest of this article...]

Outlook, GMail
Posted in: E-Mail
12
public static string NumberToWords(int number) { if (number == 0) return "zero"; if (number < 0) return "minus " + N...

[Read the rest of this article...]

Posted in: C Sharp - C#
11
“Ems” (em): The “em” is a scalable unit that is used in web document media. An em is equal to the current font-size, for insta...

[Read the rest of this article...]

Posted in: CSS
Page 8 of 32First   Previous   3  4  5  6  7  [8]  9  10  11  12  Next   Last