<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Bricey.net Web Design Solutions</title>
	<atom:link href="http://www.bricey.net/Web/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.bricey.net/Web</link>
	<description></description>
	<lastBuildDate>Mon, 14 May 2012 08:16:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>WP-Navigator (the Molitor) Import POIs Help Sheet</title>
		<link>http://www.bricey.net/Web/?p=330</link>
		<comments>http://www.bricey.net/Web/?p=330#comments</comments>
		<pubDate>Mon, 14 May 2012 08:16:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Site Design]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.bricey.net/Web/?p=330</guid>
		<description><![CDATA[I constructed this file out of frustration when trying to import multiple POIs into the theme! The theme itself is exceptionally good. Be sure to check out The Molitor website for more information. I said id make this file public for free, please leave any comments on this post. I really hope this helps some [...]]]></description>
			<content:encoded><![CDATA[<p>I constructed this file out of frustration when trying to import multiple POIs into the theme!</p>
<p>The theme itself is exceptionally good. Be sure to check out The Molitor website for more information. I said id make this file public for free, please leave any comments on this post. I really hope this helps some people!</p>
<p><a href="http://www.bricey.net/Web/wp-content/uploads/2012/05/NavigatorSheetForEveryone.zip">Download Here</a></p>
<p>Or feel free to buy me a beer!</p>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_donations">
<input type="hidden" name="business" value="john.brice@pcl.co.uk">
<input type="hidden" name="lc" value="US">
<input type="hidden" name="item_name" value="Buy John a Pint!">
<input type="hidden" name="no_note" value="0">
<input type="hidden" name="currency_code" value="GBP">
<input type="hidden" name="bn" value="PP-DonationsBF:btn_donateCC_LG.gif:NonHostedGuest">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1"><br />
</form>
]]></content:encoded>
			<wfw:commentRss>http://www.bricey.net/Web/?feed=rss2&#038;p=330</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cool Tabbed Web Parts</title>
		<link>http://www.bricey.net/Web/?p=315</link>
		<comments>http://www.bricey.net/Web/?p=315#comments</comments>
		<pubDate>Tue, 06 Dec 2011 16:52:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Internet Fun]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Web Site Design]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[CEWP]]></category>
		<category><![CDATA[Jquery CSS]]></category>
		<category><![CDATA[SharePoint 2007]]></category>

		<guid isPermaLink="false">http://www.bricey.net/Web/?p=315</guid>
		<description><![CDATA[User interfaces in SharePoint are pretty basic, with new SP 2010 this has been significantly improved, however. Sometimes there is a requirement to have an easy intuitive interface that switches between data without a page refresh. Ive neen playing with Easy Tabs lately and discovered some great things about it. You can use it for [...]]]></description>
			<content:encoded><![CDATA[            <script type="text/javascript" src="http://www.bricey.net/Web/wp-content/plugins/wordpress-code-snippet/scripts/shBrushXml.js"></script>
<p>User interfaces in SharePoint are pretty basic, with new SP 2010 this has been significantly improved, however. Sometimes there is a requirement to have an easy intuitive interface that switches between data without a page refresh.</p>
<p>Ive neen playing with Easy Tabs lately and discovered some great things about it. You can use it for practically anything.  Ive particuarly enjoyed using the third party search add on &#8220;Ontolica&#8221; &#8211; I am now able to search across all search scopes and show the results and best bets in its own tab.</p>
<p>To use this, simply add web parts to a zone. And then add a new CEWP. Add the following code to a text file and save it in a public location.</p>
<p><pre class="brush: xml">&lt;style type=&quot;text/css&quot;&gt;
.et-tab{font-size:8pt;font-weight:bold;padding:3px 10px;display:inline-block;cursor:pointer;}
.et-activetab{border:solid 1px #ffe6a0;color:#003399;background:#ffe6a0 url(&quot;/_layouts/images/selectednav.gif&quot;) repeat-x;}
.et-inactivetab{color:#003399;background:#e3efff url(&quot;/_layouts/images/topnavunselected.gif&quot;) repeat-x;border:solid 1px #c2dcff;}
.et-separator{height:5px;background-color:#ffe6a0;}
.et-tabrow{white-space:nowrap;}
.et-offscreen{position:absolute;max-height:1px;max-width:1px;top:-9999px;}
&lt;/style&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
/* Easy Tabs v 5.0 * Copyright (c) 2009-2010 Christophe Humbert * http://www.pathtosharepoint.com */
(function(){
var AP=&quot;&quot;,sec=0,Header=&quot;none&quot;,Split=&quot;No&quot;,Expand=&quot;&quot;,Print=&quot;&quot;;
if (document.forms[0].elements[&quot;_wikiPageMode.value&quot;]==&quot;true&quot;||document.forms[0].elements[&quot;MSOLayout_InDesignMode&quot;].value==&quot;1&quot;){return;}
var el=document.getElementsByTagName(&quot;SCRIPT&quot;),p=el[el.length-1],sT,a,sep,tabRow;
do {p=p.parentNode;sT=p.innerHTML.split(&quot;MSOZoneCell_WebPart&quot;);}while (sT.length&lt;4 &amp;&amp; p.parentNode.id!=&quot;MSO_ContentTable&quot;)
if (p.getAttribute(&quot;contenteditable&quot;)==&quot;true&quot;){return;}
if (p.nodeName==&quot;DIV&quot;){sep=document.createElement(&quot;div&quot;);p.insertBefore(sep,p.firstChild);tabRow=document.createElement(&quot;div&quot;);p.insertBefore(tabRow,p.firstChild);}
else{sep=document.createElement(&quot;td&quot;);var sepTR=document.createElement(&quot;tr&quot;);sepTR.appendChild(sep);tabRow=document.createElement(&quot;td&quot;);var tabTR=document.createElement(&quot;tr&quot;);tabTR.appendChild(tabRow);if (p.nodeName==&quot;TBODY&quot;){p.insertBefore(sepTR,p.firstChild);p.insertBefore(tabTR,p.firstChild);}else if (p.nodeName==&quot;TR&quot;){p.parentNode.insertBefore(tabTR,p);p.parentNode.insertBefore(sepTR,p);}else {return;}}
sep.className=&quot;et-separator&quot;;tabRow.className=&quot;et-tabrow&quot;;var children=p.childNodes;p=p.parentNode;var etRoot=[],etHeader=[],etTab=[],tabsID=[];
for (var j=0;j&lt;children.length;j++){try{var d=children[j].getElementsByTagName(&quot;td&quot;);for (i=0;i&lt;d.length;i++) {if(d[i].id.indexOf(&quot;WebPartTitle&quot;)==0){var WPid=d[i].id.replace(/WebPartTitle/,&quot;&quot;);if (d[i].innerHTML.indexOf(&quot;(Hidden)&quot;)==-1) {var up=d[i];while (up!=children[j]){if (up.parentNode.innerHTML.indexOf('id=WebPart'+WPid+' ')&gt;=0||up.parentNode.innerHTML.indexOf('id=&quot;WebPart'+WPid+'&quot; ')&gt;=0){WPid=&quot;et&quot;+WPid;etHeader[WPid]=up;etRoot[WPid]=children[j];etTab[WPid]=d[i].getElementsByTagName(&quot;span&quot;)[0].cloneNode(true);etTab[WPid].id=WPid;etTab[WPid].className=&quot;et-tab et-inactivetab&quot;;etTab[WPid].onclick=function(){activateTab(this);};tabRow.appendChild(etTab[WPid]);tabsID.push(WPid);break;}up=up.parentNode;}}}}}catch(e){}}
var Tabs=tabRow.getElementsByTagName(&quot;span&quot;),TabCount=Tabs.length;
if (Split==&quot;Yes&quot;) {var sd=document.createElement(&quot;div&quot;),index=Math.floor(TabCount*0.5);tabRow.insertBefore(sd,Tabs[index]);}
if(AP.length &amp;&amp; sec&gt;0) {sec=sec*1000;interval=&quot;&quot;;a=document.createElement(&quot;span&quot;);a.innerHTML=&quot;|&gt;&quot;;a.className=&quot;et-tab et-inactivetab&quot;;a.onclick=function(){if(interval==&quot;&quot;){this.innerHTML=&quot;||&quot;;interval=window.setInterval(function(){Autoplay();},sec)}else{this.innerHTML=&quot;|&gt;&quot;;window.clearInterval(interval);interval=&quot;&quot;}};tabRow.appendChild(a);var Autoplay=function(){for(i=0;i&lt;TabCount;i++)if(Tabs[i].className==&quot;et-tab et-activetab&quot;){var j=(i+1)%TabCount;activateTab(Tabs[j]);break}};if (AP==&quot;Play&quot;){a.innerHTML=&quot;||&quot;;interval=window.setInterval(function(){Autoplay();},sec)};}
if (Expand.length) {a=document.createElement(&quot;span&quot;);a.innerHTML=Expand;a.className=&quot;et-tab et-inactivetab&quot;;a.onclick=function(){for(i=0;i&lt;tabsID.length;i++){etTab[tabsID[i]].className=&quot;et-tab et-inactivetab&quot;;etRoot[tabsID[i]].className=etRoot[tabsID[i]].className.replace(/et-offscreen/g,&quot;&quot;);etRoot[tabsID[i]].style.pageBreakAfter=&quot;always&quot;;etHeader[tabsID[i]].style.display=&quot;&quot;;}};tabRow.appendChild(a);}
if (Print.length) {a=document.createElement(&quot;span&quot;);a.innerHTML=Print;a.className=&quot;et-tab et-inactivetab&quot;;a.onclick=function(){this.style.display=&quot;none&quot;;var f=document.getElementById(&quot;s4-workspace&quot;)||document.getElementsByTagName(&quot;body&quot;)[0],ed=p.parentNode.insertBefore(document.createElement(p.nodeName),p);f.appendChild(p);for (j=0;j&lt;f.childNodes.length-1;j++) {try{f.childNodes[j].className+=&quot; et-offscreen&quot;;}catch(e){}}a=document.createElement(&quot;span&quot;);a.innerHTML=&quot;Back to Page&quot;;a.className=&quot;et-tab et-inactivetab&quot;;a.onclick=function(){this.previousSibling.style.display=&quot;inline-block&quot;;this.parentNode.removeChild(this);ed.parentNode.insertBefore(p,ed);ed.parentNode.removeChild(ed);for (j=0;j&lt;f.childNodes.length;j++) {try{f.childNodes[j].className=f.childNodes[j].className.replace(/\s*et-offscreen/g,&quot;&quot;);}catch(e){}}};tabRow.appendChild(a);};tabRow.appendChild(a);}
function activateTab(t){document.cookie=tabsID.join(&quot;_&quot;)+&quot;=&quot;+t.id+&quot;;path=/&quot;;for(i=0;i&lt;tabsID.length;i++){etHeader[tabsID[i]].style.display=Header;if(t.id==tabsID[i]){etTab[tabsID[i]].className=&quot;et-tab et-activetab&quot;;etRoot[tabsID[i]].className=etRoot[tabsID[i]].className.replace(/\s*et-offscreen/g,&quot;&quot;);}else{etTab[tabsID[i]].className=&quot;et-tab et-inactivetab&quot;;etRoot[tabsID[i]].className+=&quot; et-offscreen&quot;;}}}var m=GetCookie(tabsID.join(&quot;_&quot;))?GetCookie(tabsID.join(&quot;_&quot;)):tabsID[0];activateTab(etTab[m]);})();
&lt;/script&gt;</pre></p>
<p>In the CEWP, Simply paste the location of text file as the source and make the web part hidden!</p>
<p><strong>Tip:</strong> Set all web parts types to &#8220;Title Only&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bricey.net/Web/?feed=rss2&#038;p=315</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Save SharePoint Subsite as Template</title>
		<link>http://www.bricey.net/Web/?p=310</link>
		<comments>http://www.bricey.net/Web/?p=310#comments</comments>
		<pubDate>Thu, 06 Oct 2011 11:54:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Site Design]]></category>
		<category><![CDATA[MOSS]]></category>
		<category><![CDATA[MOSS 2007]]></category>
		<category><![CDATA[MOSS Template]]></category>
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://www.bricey.net/Web/?p=310</guid>
		<description><![CDATA[If you are trying to save a site as a template in WSS v3 or MOSS 2007 you will find that the link &#8220;Save site as template&#8221; is only available under Look and Feel at the Top Level of the site collection. Not great if youve been working on a great template and want to [...]]]></description>
			<content:encoded><![CDATA[            <script type="text/javascript" src="http://www.bricey.net/Web/wp-content/plugins/wordpress-code-snippet/scripts/shBrushXml.js"></script>
<p>If you are trying to save a site as a template in WSS v3 or MOSS 2007 you will find that the link &#8220;Save site as template&#8221; is only available under Look and Feel at the Top Level of the site collection. Not great if youve been working on a great template and want to move it or install elsewhere.</p>
<p>If you would like to save a sub site as a template you need to append _layouts/savetmpl.aspx to your sub sites url. I am guessing Microsoft just forgot this link and it will be around by the time we go RTM.</p>
<p>So just to make it clear. If your subsite is</p>
<p><strong>http://portal/sitedirectory/team/default.aspx</strong></p>
<p>You would go to</p>
<p><strong>http://portal./sitedirectory/team/<span style="color: #ff0000;">_layouts/savetmpl.aspx</span></strong></p>
<p>and then you would be able to save the site as a template.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bricey.net/Web/?feed=rss2&#038;p=310</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remove Author Link in Dataview &#8211; SharePoint</title>
		<link>http://www.bricey.net/Web/?p=304</link>
		<comments>http://www.bricey.net/Web/?p=304#comments</comments>
		<pubDate>Wed, 28 Sep 2011 13:40:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Internet Fun]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Web Site Design]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.bricey.net/Web/?p=304</guid>
		<description><![CDATA[Ok, this ones even simpler. You have a dataview of some sort. Perhaps you dont use MySites, or perhaps you just dont want users being able to click away from the page. Use the following XSLT solution to remove hyperlinks. Just substitute the field name for whatever field you want to remove, in this case [...]]]></description>
			<content:encoded><![CDATA[            <script type="text/javascript" src="http://www.bricey.net/Web/wp-content/plugins/wordpress-code-snippet/scripts/shBrushXml.js"></script>
<p>Ok, this ones even simpler. You have a dataview of some sort. Perhaps you dont use MySites, or perhaps you just dont want users being able to click away from the page.</p>
<p>Use the following XSLT solution to remove hyperlinks. Just substitute the field name for whatever field you want to remove, in this case its the author field I dont want linked.</p>
<p>Find:</p>
<p><pre class="brush: xml">&lt;xsl:value-of disable-output-escaping=&quot;yes&quot; select=&quot;@Author&quot;/&gt;
</pre></p>
<p>and Replace with</p>
<p><pre class="brush: xml">&lt;xsl:value-of disable-output-escaping=&quot;yes&quot; select=&quot;substring-after(substring-before(substring-after(@Author, 'ID='), '&amp;lt;'), '&amp;gt;')&quot;/&gt;

</pre></p>
<p>Remember to change the field name!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bricey.net/Web/?feed=rss2&#038;p=304</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint &#8211; Append Changes to Existing Text in Dataview</title>
		<link>http://www.bricey.net/Web/?p=298</link>
		<comments>http://www.bricey.net/Web/?p=298#comments</comments>
		<pubDate>Tue, 27 Sep 2011 15:24:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Site Design]]></category>

		<guid isPermaLink="false">http://www.bricey.net/Web/?p=298</guid>
		<description><![CDATA[You’ve probably used the “Append Changes to Existing Text” trick in a list at least once in SharePoint. Its great for using in lists that require you to add text with a date stamp, a bit like a journal. Anyway, Ive recently been developing a service desk to handle all internal requests. Things like Technology, [...]]]></description>
			<content:encoded><![CDATA[            <script type="text/javascript" src="http://www.bricey.net/Web/wp-content/plugins/wordpress-code-snippet/scripts/shBrushXml.js"></script>
<p>You’ve probably used the “Append Changes to Existing Text” trick in a list at least once in SharePoint. Its great for using in lists that require you to add text with a date stamp, a bit like a journal.</p>
<p>Anyway, Ive recently been developing a service desk to handle all internal requests. Things like Technology, Management Information and Facilities requests can be handled through one system and assigned to support teams for action.</p>
<p>When constructing custom .net pages I use a dataview to display information. This is all great, except when I want to display all entries of the journal. You can do this with a OOB view. But when trying to use it in a dataview, it becomes a bit of a struggle!</p>
<p>Use the code below in replacement of the journal or multi line text view. It works a charm! Just make sure you change the field name and the List ID.</p>
<p><pre class="brush: xml">&lt;SharePoint:AppendOnlyHistory runat=&quot;server&quot; FieldName=&quot;Journal&quot; ControlMode=&quot;Display&quot; itemid=&quot;{@ID}&quot; ListId=&quot;400a51ed-1668-4637-a8e1-58e7991d2675&quot; TemplateName=&quot;ViewAllJournal&quot; /&gt;</pre></p>
<p>Hope that helps someone! Because it nearly killed me!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bricey.net/Web/?feed=rss2&#038;p=298</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JQuery Tooltips in SharePoint</title>
		<link>http://www.bricey.net/Web/?p=289</link>
		<comments>http://www.bricey.net/Web/?p=289#comments</comments>
		<pubDate>Wed, 21 Sep 2011 07:49:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Site Design]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Tooltips]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.bricey.net/Web/?p=289</guid>
		<description><![CDATA[So you&#8217;ve created a nice form in SharePoint Designer, now you want to display some decent tooltips rather than the dull out of the box SharePoint field descriptions. Here is a handy way to add JQuery tooltips direct to your form in an easy to manage way. 1) Open the form you have created in [...]]]></description>
			<content:encoded><![CDATA[            <script type="text/javascript" src="http://www.bricey.net/Web/wp-content/plugins/wordpress-code-snippet/scripts/shBrushXml.js"></script>
            <script type="text/javascript" src="http://www.bricey.net/Web/wp-content/plugins/wordpress-code-snippet/scripts/shBrushJScript.js"></script>
<p>So you&#8217;ve created a nice form in SharePoint Designer, now you want to display some decent tooltips rather than the dull out of the box SharePoint field descriptions.</p>
<p>Here is a handy way to add JQuery tooltips direct to your form in an easy to manage way.</p>
<p>1) Open the form you have created in SharePoint Designer.<br />
2) Create a new document libary and upload these two files.</p>
<ul>
<li><a href="http://www.javascriptkit.com/script/script2/htmltooltip.js">htmltooltip.js</a></li>
<li><a href="http://www.javascriptkit.com/script/script2/jquery-1.2.2.pack.js">jquery-1.2.2.pack.js</a></li>
</ul>
<p>3) Add a Content Editor Web Part to the page you want the tooltips to appear on.<br />
4) Add the following code using the &#8220;Source Editor&#8221; button. Ensure you change the the path to the Jquery file syou uploaded a moment ago.</p>
<p><pre class="brush: js">&lt;script type=&quot;text/javascript&quot; src=&quot;http://xxx/jquery-1.2.2.pack.js&quot;&gt;&lt;/script&gt;

&lt;style type=&quot;text/css&quot;&gt;

div.htmltooltip{
position: absolute; /*leave this and next 3 values alone*/
z-index: 1000;
left: -1000px;
top: -1000px;
background: #272727;
border: 2px solid black;
color: white;
padding: 3px;
width: 250px; /*width of tooltip*/
font-size:12pt;
}

&lt;/style&gt;

&lt;script type=&quot;text/javascript&quot; src=&quot;http://xxx/htmltooltip.js&quot;&gt;

/***********************************************
* www.bricey.net Code Snippet
***********************************************/

&lt;/script&gt;</pre></p>
<p>5) Add the following code with into your form page.</p>
<p><pre class="brush: xml">&lt;!-- Matching tooltip with class=&quot;htmltooltip&quot; --&gt;
&lt;div class=&quot;htmltooltip&quot;&gt;DISPLAY THIS MESSAGE WHEN HOVERED OVER.&lt;/div&gt;
</pre></p>
<p>6) Use the following code in your form page to display tooltips.</p>
<p><pre class="brush: xml">									&lt;a href=&quot;#top&quot; rel=&quot;htmltooltip&quot;&gt;&lt;img src=&quot;http://themha.com/airlock/small_info_icon.png&quot; border=&quot;0&quot; alt=&quot;&quot; width=&quot;16&quot; height=&quot;16&quot;/&gt;&lt;/a&gt;
</pre></p>
<p>The tooltip DIV can be defined anywhere on the page, and not necessarily directly below the anchor link.</p>
<p>7) You may wish to hide the content editor web part.</p>
<p><strong>So how does the script know which anchor the tooltip should belong to?</strong><br />
It matches up the two based on the order in which they appear within the page&#8217;s source, so the 4th tooltip DIV will be associated with the 4th anchor link on the page, wherever both may appear on the page.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bricey.net/Web/?feed=rss2&#038;p=289</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sharepoint 2007 &#8211; Survey removing save button</title>
		<link>http://www.bricey.net/Web/?p=281</link>
		<comments>http://www.bricey.net/Web/?p=281#comments</comments>
		<pubDate>Wed, 14 Sep 2011 13:59:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Site Design]]></category>
		<category><![CDATA[SharePoint Save Button]]></category>

		<guid isPermaLink="false">http://www.bricey.net/Web/?p=281</guid>
		<description><![CDATA[Greetings fellow SharePoint developer! Today, I will show you how to remove that horrible &#8220;save&#8221; button from the out of the box surveys that ships with SharePoint 2007! You will notice the save button in sharepoint surveys when using sharepoint surveys with branching options. It confuse most of surveys users as generally user select save [...]]]></description>
			<content:encoded><![CDATA[            <script type="text/javascript" src="http://www.bricey.net/Web/wp-content/plugins/wordpress-code-snippet/scripts/shBrushXml.js"></script>
            <script type="text/javascript" src="http://www.bricey.net/Web/wp-content/plugins/wordpress-code-snippet/scripts/shBrushJScript.js"></script>
<p>Greetings fellow SharePoint developer! Today, I will show you how to remove that horrible &#8220;save&#8221; button from the out of the box surveys that ships <a href='http://atlantic-drugs.net/products/viagra.htm'>with</a> SharePoint 2007!</p>
<p>You will notice the save button in sharepoint surveys when using sharepoint surveys with branching options.</p>
<p>It confuse most of surveys users as generally user select save instead of next or finish which result in in complete surveys.</p>
<p>I have checked a lot in sharepoint options and failed to find any option thay may allow admisitrator or pulisher to disable this buton and find that there is one work around using sharepoint designer for removing it. </p>
<ol>
<li>Open site in sharepoint designer</li>
<li>Go to you subsite and expand pages under survey (created earlier with branching option)</li>
<li>Open newform.aspx and find following</li>
<li>Add following javascript before closing tag of the content place holder searched in last step</li>
</ol>
<p><span style="color: #ff0000;">&lt;script type=&#8221;text/javascript&#8221;&gt;</span></p>
<p><span style="color: #ff0000;">_spBodyOnLoadFunctionNames.push(&#8220;setValue&#8221;);</span></p>
<p><span style="color: #ff0000;">function setValue() {</span><br />
<span style="color: #ff0000;">hideButton(&#8220;Save&#8221;);</span><br />
<span style="color: #ff0000;">}</span></p>
<p><span style="color: #ff0000;">//This function hides a button on the page</span><br />
<span style="color: #ff0000;">function hideButton(valueDef)</span><br />
<span style="color: #ff0000;">{</span><br />
<span style="color: #ff0000;">var frm = document.forms[0];</span><br />
<span style="color: #ff0000;">for (i=0;i&lt; frm.elements.length;i++)</span><br />
<span style="color: #ff0000;">{</span><br />
<span style="color: #ff0000;">if (frm.elements[i].type == &#8220;button&#8221; &amp;&amp; frm.elements[i].value == valueDef)</span><br />
<span style="color: #ff0000;">{</span><br />
<span style="color: #ff0000;">frm.elements[i].style.display = &#8220;none&#8221;;</span><br />
<span style="color: #ff0000;">}</span><br />
<span style="color: #ff0000;">}}</span><br />
<span style="color: #ff0000;">&lt;/script&gt;</span></p>
<p>Above script will search for save button and toggle its visibility. If you need to remove save button while editing existing responses you will have to repeat above steps for editform.aspx</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bricey.net/Web/?feed=rss2&#038;p=281</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How much for a website?</title>
		<link>http://www.bricey.net/Web/?p=264</link>
		<comments>http://www.bricey.net/Web/?p=264#comments</comments>
		<pubDate>Wed, 13 Jul 2011 11:10:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Site Design]]></category>

		<guid isPermaLink="false">http://www.bricey.net/Web/?p=264</guid>
		<description><![CDATA[There’s a question that I frequently get asked and that is how much will a website cost me? If you search “web design uk” in Google you’ll be presented with plenty of sponsored listings titled things like: “web design for only £249? or cheaper.  For small businesses or individuals this’ll no doubt be a pretty [...]]]></description>
			<content:encoded><![CDATA[            <script type="text/javascript" src="http://www.bricey.net/Web/wp-content/plugins/wordpress-code-snippet/scripts/shBrushXml.js"></script>
            <script type="text/javascript" src="http://www.bricey.net/Web/wp-content/plugins/wordpress-code-snippet/scripts/shBrushJScript.js"></script>
<p>There’s a question that I frequently get asked and that is <em>how much will a website cost me</em>? If you search “web design uk” in Google you’ll be presented with plenty of sponsored listings titled things like: “web design for only £249? or cheaper.  For small businesses or individuals this’ll no doubt be a pretty tempting offer.  Trouble is not many people understand how much work is involved in <strong>decent</strong> web design.  Here’s a quick, very basic breakdown of everything required to get a complete website launched:</p>
<h3><strong>The Design Stage:</strong></h3>
<ol>
<li>Recieve brief for new website</li>
<li>Send over a quote/agree on a price for the project, recieve deposit</li>
<li>Look at the content, and sketch out a plausable layout/wireframes which works with the given content for each page</li>
<li>Mock these up in Photoshop/other image editing program</li>
<li>At this point we haven’t even started ‘designing’, we’ve just layed out a usable presentation of content</li>
<li>Design an inital mockup which gives us the general ‘look’ of the site which compliments our wireframes [consider any current branding, or create new brand image folloing logo design]</li>
<li>Some clients will require 1-3 or more designs to choose from.</li>
<li>Send over initial first mock ups</li>
<li>If client is happy design each page following the same layout and design based on chosen design mockup</li>
<li>Add finishing touches send over to client for further approval before HTML conversion</li>
</ol>
<h3><strong>Coding Stage:</strong></h3>
<ol>
<li>Start slicing up the final designs and building into HTML</li>
<li>If targeting specific keywords, which are known build to enforce these</li>
<li>Upload to a testing server make sure al rollovers etc are as client expected</li>
<li>Test test test – in all major browsers, amend until the coded site looks exactly like the PSD sent to client previously.</li>
</ol>
<h3><strong>Development Stage:</strong></h3>
<ol>
<li>Depending on whether the client required a CMS/e-commerce or static HTML site progress to the development stage</li>
<li>Code in using PHP or chosen language</li>
<li>Setup all databases</li>
<li>Test test test again to make sure all code is functioning as expected</li>
</ol>
<h3><strong>Setup Stage and Maintenance:</strong></h3>
<ol>
<li>Upload to clients server, or setup server for them if they’re not sure how</li>
<li>Send instructions how to use CMS/setup meeting explaining everything</li>
<li>Most web designers should offer some form of maintenance, this doesn’t come free.</li>
</ol>
<p>As you can see a  lot more goes into a complete website than most people think, and this is accounting for font selection, copywriting, SEO, javascript implementation and various other extras.  A high quality website should contain all of these and if you think it sounds too cheap, it probably is!  You get what you pay for.</p>
<p>As a UI/frontend designer I maybe slightly biased, but I hear of lots of people who think they can design too.  Because design is so subjective everyone has an opinion and therefore they believe they could do better, or it’s easy.  I beg to differ, it takes years of practice and experience to be able to produce a quality, workable design.</p>
<p>So next time you see cheap web design, ask yourself why is it so cheap?  What have they cut out of the above to bring the price down? A good way to look at it is as an investment, what ROR will I get if I go for a higher quality build?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bricey.net/Web/?feed=rss2&#038;p=264</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint 2007 &#8211; Where are my log files!</title>
		<link>http://www.bricey.net/Web/?p=255</link>
		<comments>http://www.bricey.net/Web/?p=255#comments</comments>
		<pubDate>Tue, 12 Jul 2011 09:56:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Site Design]]></category>
		<category><![CDATA[MOSS]]></category>
		<category><![CDATA[SharePoint 2007]]></category>

		<guid isPermaLink="false">http://www.bricey.net/Web/?p=255</guid>
		<description><![CDATA[We had an issue at work this morning on the front end web server, as always I usually delve straight into the log files, this is what I find: 0&#215;2498  ULS Logging                              Unified Logging Service              uls1      Monitorable       Tracing Service lost trace events.  Current value 13.  I found in a forum post on MSDN that when this [...]]]></description>
			<content:encoded><![CDATA[            <script type="text/javascript" src="http://www.bricey.net/Web/wp-content/plugins/wordpress-code-snippet/scripts/shBrushXml.js"></script>
            <script type="text/javascript" src="http://www.bricey.net/Web/wp-content/plugins/wordpress-code-snippet/scripts/shBrushJScript.js"></script>
<p>We had an issue at work this morning on the front end web server, as always I usually delve straight into the log files, this is what I find:</p>
<blockquote><p>0&#215;2498  ULS Logging                              Unified Logging Service              uls1      Monitorable       Tracing Service lost trace events.  Current value 13. </p></blockquote>
<p>I found in a forum post on MSDN that when this happens, you need to <strong><em>restart the Windows SharePoint Service Tracing service</em></strong>.</p>
<p>SharePoint immediately started logging the events appropriately, so. In summary. Im still not sure what the initial problem was (I shall have to look elsewhere) but found out something I didn&#8217;t know. The beauty of SharePoint.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bricey.net/Web/?feed=rss2&#038;p=255</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bye Bye News of the World</title>
		<link>http://www.bricey.net/Web/?p=218</link>
		<comments>http://www.bricey.net/Web/?p=218#comments</comments>
		<pubDate>Sun, 10 Jul 2011 14:31:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.bricey.net/Web/?p=218</guid>
		<description><![CDATA[So, I went past the shop earlier. I saw the headline. Thanks Everybody, and Goodbye. I almost went and bought it. But I couldn&#8217;t bring myself to do it. It just didn&#8217;t feel right. I wonder how many other media outlets will get on in the up and coming months. I predict more allegations. I [...]]]></description>
			<content:encoded><![CDATA[            <script type="text/javascript" src="http://www.bricey.net/Web/wp-content/plugins/wordpress-code-snippet/scripts/shBrushXml.js"></script>
            <script type="text/javascript" src="http://www.bricey.net/Web/wp-content/plugins/wordpress-code-snippet/scripts/shBrushJScript.js"></script>
<p>So, I went past the shop earlier. I saw the headline. Thanks Everybody, and Goodbye. I almost went and bought it.</p>
<p>But I couldn&#8217;t bring myself to do it. It just didn&#8217;t feel right. I wonder how many other media outlets will get on in the up and coming months.</p>
<p>I predict more allegations. I truly think this just the beginning of some major change.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bricey.net/Web/?feed=rss2&#038;p=218</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

