Hello all,
Well this is will be a very brief post to let you know that I have released update 0.9.9 of my Creative Website Wizard Package for Umbraco.
This release is identical as 0.9.8 which is currently in the umbraco package repository, except this version will ONLY work for Umbraco V4.
In addition to this package file and previous versions are now stored on Codeplex. This has been done as I build a new version of the package for V4 (new design, amendments etc..) You will be able to download the source and modify it to your needs.
As before if you find any MAJOR problems please let me know.
Download Creative Website Wizard version 0.9.9
Thanks,
Warren
Hello all I thought I would do a screencast on the new ASP.NET masterpages
integration in the upcoming version of Umbraco,
a free .NET opensource CMS.
These videos come about when the great guys and girls from Xeed who I work for asked me to
document Umbraco for internal documentation. Instead of doing the normal boring written
documentation approach I thought I would try my hand at doing a screencast to cover the same
information instead.
So Xeed has let me release these videos to the Umbraco community as well as they will be
useful to people new to Umbraco V4. Xeed As based
in Oslo, Norway where I work with along with
core team member Kenneth Solberg has recently
become a company who specialises in Umbraco solutions as we now have 4 umbraco certifications
within the company which makes us an official Certified Solution Provider for Umbraco.
These four certified people are as follows:
Warren Buckley/Me - Level 1 Umbraco Developer
Ståle Engen - Level 1 Umbraco Developer
Kennth Solberg - Level 2 Umbraco Developer
Christian Melbye - Level 2 Umbraco Devleoper
So thanks again to the guys and girls over at Xeed to let me release these videos
with you all and finally I have never done a screencast before, so please go easy on me
with your feedback please ;)
Warren
Continue to watch the other videos on Masterpages in Umbraco v4
Hello all I am currently looking into making my Creative Website Wizard package ready for V4 of Umbraco and with this I will move away from the OLD templating system to the NEW ASP.NET MasterPages support. With this I thought I would share with you all the new Syntax for the Umbraco functionality.
Page Fields
Before
<?UMBRACO_GETITEM field="pageName"/>
After
<umbraco:Item field="pageName" runat="server"/>
Macros
Before
<?UMBRACO_MACRO macroAlias="XSLTNavi" ></?UMBRACO_MACRO>
After
<umbraco:Macro macroAlias="XSLTNavi" Alias="XSLTNavi" runat="server"/>
Child Template
Before
<?UMBRACO_TEMPLATE_LOAD_CHILD/>
After
<asp:ContentPlaceHolder ID="MasterTemplateContentPlaceHolder" runat="server"></asp:ContentPlaceHolder>
More information
For more information on ASP.NET Master Pages I recommend this site:
http://www.asp.net/Learn/master-pages/
Hello all,
After talking to Nisse Bryngfors, he requested that the URLs in tweets would automatically be made as urls and marked up with anchor tags. In addition to this he requested that @username replies were also automatically generated into anachor tags.
For example:
check out this site http://google.co.uk Nice design @warrenbuckley
would now become
check out this site
http://google.co.uk
Nice design
@warrenbuckley
This has been made possible with a new function in the XSLT Extension CWS.Twitter called FormatURLS.
So to format your tweet use this syntax in your XSLT.
Hello all,
This will be a very brief blog post this evening as I have made an update to my Twitter Umbraco Package from a request from a tweet I received from Nisse Bryngfors.
His request was as follows
@warrenbuckley just tried the twitter package for umbraco.Great!Is there any way to display people you follow,instead of just your own feed?
I decided this was so easy to implement, I would make this quick update to my package and release it as soon as possible.
I have reposted the instructions below for people who didnt use my previous version.
This package installs the following files:
- bin/CWSHelperTwitter.dll
- xslt/CWS_twitterStatus.xslt
- /usercontrols/Installer/CWSTwitter/cwsTwitterInstaller.ascx
The installer usercontrol cwsTwitterInstaller.ascx is used to modify the /config/xsltExtensions.config
to setup my custom XSLT extension to allow us to modify the strange format of the twitter date format.
The actual package installs the following into umbraco:
- Macro: [XSLT] CWS:Display Twitter Status
- XSLT: CWS_twitterStatus.xslt