Entries for 三月 2007

23
A permalink is a URL that points to a specific blogging entry even after the entry has passed from the front page into the blog archives. Because a permalink remains unchanged indefinitely, its use avoids link rot. Most modern weblogging and content-syndication software systems, including Wordpress, Movable Type, LiveJournal, RapidWeaver, Pivot and Blogger, support such links. Other types of websites use permalinks, too, but the term itself is most common within the blogosphere. Permalink is a portmanteau word made from permanent link and is often simply stated so as to be human-readable.

[Read the rest of this article...]

Posted in: Terminologies
19

Go to google and type the following in the search box:

 

site:www.yoursitename.com

 

 

[Read the rest of this article...]

11
Email Marketing Law (USA)

[Read the rest of this article...]

Posted in: Web Marketing
09
Where is the best place for image files?

[Read the rest of this article...]

Posted in: DNN Skinning
05

1. Admin -> Skins then select "Restore Default Skin"

 

2. If you know your way around SQL you could use the SQL box in the host menu. The skin setting is in the table Tabs, you need to nullify the column SkinSrc for all the pages in the portal you wish to reset.

 

There is an easy way to clear all of these assignments IF you have database access. You can run the following query:-
 
UPDATE dnn_Tabs SET SkinSrc = null (WHERE PortalID = [PortalID)*
 
* Notes
  • Optional clause to be used to only apply on a specific portal.
  • Watch for the objectQualifier, the default is dnn_
The same concept can be applied to contains and the ContainerSrc column of dnn_Tabs.
 
From source1 and source 2

 

 

]

[Read the rest of this article...]

 
LatestArticles