.

Friday, December 17, 2010

umbraco codeplex

Watch a five minute introduction video
http://umbraco.org/help-and-support/video-tutorials/getting-started/what-is-umbraco
Umbraco - the simple, flexible and friendly ASP.NET CMS
More than 85.000 sites trust Umbraco
For the first time on the Microsoft platform a free user and developer friendly cms that makes it quick and easy to create websites - or a breeze to build complex web applications. umbraco got award-winning integration capabilities and supports your ASP.NET User and Custom Controls out of the box. It's a developers dream and your users will love it too. Used by more than 85.000 active websites including http://daviscup.com, http://heinz.com, http://peugeot.com, http://www.hersheys.com/ and The Official ASP.NET website from Microsoft http://asp.net you can be sure that the technology is proven, stable and scales.
More info at http://umbraco.org
Forums
We have a forum running on http://our.umbraco.org. The discussions area on CodePlex will be for discussions on developing the core, and not on Umbraco-implementations or extensions in general. For those topics, please use http://our.umbraco.org.

Read more...

umbraco template

Some other CMS's offer 'free' templates (and also templates you can purchase). Joomla!, for one.
Umbraco is certainly capable of this but the terminology does not exist.

There are "free" templates for Umbraco that I know of (by the definition given above).

One is Warren's Creative Website Wizard Package, http://packages.umbraco.org/packages/website-packages/creative-web-site-package?callback=&version=#

The other, would be the "Boost" install which comes with Umbraco v4.

I think its an interesting idea though, I mean, why aren't there more "templates" for Umbraco? Warren's wizard is great, so a few other, similar "packages" with different look and feel would be quite nice for people of differing development ability.

It might be a good idea to add the concept of Templates - its just a website starter package after all, so all it requires is a "templates" section in the package repository and/or the online Umbraco shop.

Example Joomla Templates:

Read more...

Friday, December 10, 2010

open source cms umbraco

Umbraco is the choice of many organizations because of its no-cost, open-source licensing, its simplicity, and its unlimited potential. Umbraco provides a full-featured web content management system that is easy to use, simple to customize, and robust enough to run the largest sites such as wired.co.uk and asp.net.

Umbraco is in use on more than 85.000 web sites in nearly every language covering a myriad of industries. Some of the world's largest companies (Microsoft, Toyota) use Umbraco and some of the world's most innovative companies (examples?) use it as well. Businesses large and small choose Umbraco because it lets them build sites their way, develop custom features quickly, and perform ongoing site maintenance and updates with a simple and robust approach.

Umbraco is a free, open-source web cms built on the Microsoft .NET Framework. It is easy to use, simple to understand, and is highly extensible using industry-standard languages and patterns such as HTML, CSS, jQuery, and C#. Umbraco is powerful and flexible whether you're a cutting-edge designer or a hard-core code junkie.

Source umbraco

Read more...

Wednesday, December 1, 2010

umbraco.library

NiceUrl:-

Friendly URL is the complete encoded URL excluding the domain.
example:

NiceUrl XSLT Example



From this you will get currently view page.


XSLT anchor tag:

This example shows how to use this to build a link to this page:








Or it can be written using the short hand version:





Both of the above statements used on this page will produce:

Umbraco.Library


FormatDateTime



Using FormatDateTime allows you to format a date, such as the node's createDate and updateDate XML attributes for example.

FormatDateTime('String Date', 'String Format')
String Date = The date you want to format
String Format = a coded string that is an example of the format you want to use (see below).
String Format Codes:

d = Short date format for current culture (eg. 01/03/10)

D = Long date format for current culture (eg. 1 March 2010)

Month
MMMM = Full month name spelled out ('August')
MMM = Abbreviated month name ('Aug')
MM = 2 digit month ('08')
M = 1 or 2 digit month ('8')

Note that if the 'M' format specifier is used alone, without other custom format strings, it is interpreted as the standard month day pattern format specifier. If the 'M' format specifier is passed with other custom format specifiers or the '%' character, it is interpreted as a custom format specifier.


Day
dddd = Full day of week ('Thursday')
ddd = Abbreviated day of the week ('Thu')
dd = 2 digit day ('06')
d = 1 or 2 digit day ('6')

Year
y or yy = 2 digit year ('99')
yyyy = 4 digit year ('1999')

Hour
h = 1 or 2 digit hour ('9')
hh = 2 digit hour ('09')
H = 24 hour ('21')

Minute
m = 1 or 2 digit minute ('3')
mm = 2 digit minute('03')

More date and time formatting codes and information can be found here:

Read more...

  © Blogger templates The Professional Template by Ourblogtemplates.com 2008

Back to TOP