<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-8072353151482966959</id><updated>2011-12-02T12:10:00.311+03:00</updated><category term='sharepoint 2010'/><category term='webparts'/><category term='IIS'/><category term='SP Data Access'/><category term='ASP.NET'/><title type='text'>The SharePoint Bar</title><subtitle type='html'>Newbie Discoveries from The Equator</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://zavuga.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8072353151482966959/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://zavuga.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Fredo</name><uri>http://www.blogger.com/profile/02770180989436570347</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='19' src='http://1.bp.blogspot.com/-WZ4fDxmGafw/TXjgDXONMnI/AAAAAAAAAMc/9eKbk9OcRq8/s220/flag.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>9</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-8072353151482966959.post-5798154114843711525</id><published>2011-10-27T18:58:00.002+03:00</published><updated>2011-10-27T19:06:01.306+03:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='IIS'/><category scheme='http://www.blogger.com/atom/ns#' term='ASP.NET'/><title type='text'>Service Unavailable in IIS 7</title><content type='html'>What the heck, i was really wondering why my site fails to load yet something small and hidden i never suspected before, while everything was working well on my development machine but i was getting error 503 on the remote production server running windows server 2008,&lt;br /&gt;after a coffee mug i did what i should have started with and alas&lt;br /&gt;on checking my application pools it had automatically stopped :(&lt;br /&gt;&lt;br /&gt;on further research i understood its a kind of fail safe feature when your web application generates so many errors , iis 7 will just stop the application pool. i also noticed it had changed from automatic start = true, to false&lt;br /&gt;&lt;br /&gt;anyway that iis for you, next time before you scratch your head check if your pool is up en running.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8072353151482966959-5798154114843711525?l=zavuga.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://zavuga.blogspot.com/feeds/5798154114843711525/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://zavuga.blogspot.com/2011/10/service-unavailable-in-iis-7.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8072353151482966959/posts/default/5798154114843711525'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8072353151482966959/posts/default/5798154114843711525'/><link rel='alternate' type='text/html' href='http://zavuga.blogspot.com/2011/10/service-unavailable-in-iis-7.html' title='Service Unavailable in IIS 7'/><author><name>Fredo</name><uri>http://www.blogger.com/profile/02770180989436570347</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='19' src='http://1.bp.blogspot.com/-WZ4fDxmGafw/TXjgDXONMnI/AAAAAAAAAMc/9eKbk9OcRq8/s220/flag.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8072353151482966959.post-2480384620176571053</id><published>2009-07-22T11:51:00.009+03:00</published><updated>2009-07-22T14:50:23.992+03:00</updated><title type='text'>DataView Webpart, SharePoint Designer &amp;  Sql express 2005</title><content type='html'>This is a step by step guide that i eventually used after hours of &lt;em&gt;googling&lt;/em&gt; and &lt;em&gt;binging&lt;/em&gt; coupled with anger at my screen for showing me endless generic errors, just maybe someone finds it useful&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Task&lt;/strong&gt;&lt;br /&gt;Getting a dataview webpart to display data from sql 2005 express on a sharepoint page&lt;br /&gt;&lt;strong&gt;tools&lt;/strong&gt;&lt;br /&gt;-running sharepoint site (WSS 3.0)&lt;br /&gt;-sharepoint designer (SPD) 2007&lt;br /&gt;-sql express 2005 (with sample databases &amp; management studio express )&lt;br /&gt;note that all the above are free downloads from microsoft :)&lt;br /&gt;&lt;strong&gt;Get the webpart in place&lt;/strong&gt;&lt;br /&gt;Fire up your sharepoint designer and open the page on which you want to place your webpart. its good practice to use a fresh webpart page from which the webpart can be exported and later imported to any desired part of the site.&lt;br /&gt;After opening the page click on the link (click to insert a webpart) in the desired zone on your page.&lt;br /&gt;In SPD menu click insert - sharepoint controls - dataview&lt;br /&gt;use the link in the empty webpart to show the Data Source Library if not yet open.&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;strong&gt;Prepare sql account&lt;/strong&gt;&lt;br /&gt;Make sure your sql express is up snd running, &lt;br /&gt;in the object explorer under security, right click on logins to create an sql server account that we shall use in the connection.  Note here i use an sql server account. d-click on the user and grant sysadmin permissions under server roles&lt;br /&gt;&lt;br /&gt; &lt;a href="http://3.bp.blogspot.com/_ZenmLYp2L9M/SmbdjvS4wpI/AAAAAAAAALM/xJTczMliZtw/s1600-h/newacc.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 300px;" src="http://3.bp.blogspot.com/_ZenmLYp2L9M/SmbdjvS4wpI/AAAAAAAAALM/xJTczMliZtw/s400/newacc.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5361216012491997842" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;next we are to chnage the default authentication mode of sql from &lt;em&gt;windows&lt;/em&gt; to &lt;em&gt;sql server and windows&lt;/em&gt;. &lt;br /&gt;this is done by right clicking on the instance ([computername]\sqlexpress) under object explorer and then properties. In server properties under security change the server authentication to &lt;em&gt;sql server and windows authentication mode&lt;/em&gt;, click okay. now we should be able to login using the account we just created using the SPD connection strings.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;configure data source connection strings&lt;/strong&gt;&lt;br /&gt;back to SPD data source library, click connect to database under database connections. in the datasoure properties dialaog box, under general tab give your connection a name, here i leave it as default &lt;em&gt;custom query&lt;/em&gt; as its the database am going to use. back to the source tab - configure database connection;&lt;br /&gt;server name - [comutername]\sqlexpress&lt;br /&gt;provider name - ms .net provider for oledb&lt;br /&gt;authentication - use the details of the sql account you created.&lt;br /&gt;and next, ignore the warning as this aint a producton scenario. and finally you are presented with a dropdown box to chose the databse to use, i will go for Adventure works and the contacts table. WAIT! DONT select any table .&lt;br /&gt;&lt;br /&gt;&lt;a href="http://4.bp.blogspot.com/_ZenmLYp2L9M/SmbtXDZbrrI/AAAAAAAAALU/rv_ZNIu1w70/s1600-h/dconn.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 300px;" src="http://4.bp.blogspot.com/_ZenmLYp2L9M/SmbtXDZbrrI/AAAAAAAAALU/rv_ZNIu1w70/s400/dconn.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5361233386735906482" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;NB: if u select a table and finish the wizard, then SPD will make a select statement of the form &lt;em&gt;SELECT * FROM [Contact]&lt;/em&gt; and finally when you try to show the data you end up with the error below&lt;br /&gt;"the server returned a non-specific error when trying to get data from the data source. check the format and the content of your query and try again."&lt;br /&gt;&lt;br /&gt;sql server uses schemas to identify database tables and if u check the tables in studio you realise the &lt;em&gt;contact&lt;/em&gt; table is under the &lt;em&gt;person&lt;/em&gt; schema&lt;br /&gt;and so the statements are expected to follow this structure &lt;br /&gt;[ select * from person.contact]&lt;br /&gt;&lt;br /&gt;so instead of selecting a table, we specify custom statements and edit the alreday existing commands to follow the schema structure.&lt;br /&gt;&lt;a href="http://3.bp.blogspot.com/_ZenmLYp2L9M/SmbtdBTeyLI/AAAAAAAAALc/2OB6NL4kfoA/s1600-h/schema.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 300px;" src="http://3.bp.blogspot.com/_ZenmLYp2L9M/SmbtdBTeyLI/AAAAAAAAALc/2OB6NL4kfoA/s400/schema.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5361233489253288114" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;click okay and u are well to go. in the connection if u click on show data it should bring up the fields which u can add to the dataview either as single item or multiple item.&lt;br /&gt;here i added as multiple item view&lt;br /&gt;&lt;br /&gt;&lt;a href="http://1.bp.blogspot.com/_ZenmLYp2L9M/SmbvEhlWd8I/AAAAAAAAALk/afXYE63JyY8/s1600-h/data.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 169px;" src="http://1.bp.blogspot.com/_ZenmLYp2L9M/SmbvEhlWd8I/AAAAAAAAALk/afXYE63JyY8/s400/data.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5361235267444701122" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;and finally on my sharepoint page&lt;br /&gt;&lt;br /&gt;&lt;a href="http://3.bp.blogspot.com/_ZenmLYp2L9M/Smbw30CnPCI/AAAAAAAAAL0/IET6JXC8uEM/s1600-h/data.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 190px;" src="http://3.bp.blogspot.com/_ZenmLYp2L9M/Smbw30CnPCI/AAAAAAAAAL0/IET6JXC8uEM/s400/data.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5361237248084229154" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;there are many modifications that can be made to this wepbart like having links and the ability to modify which i will attempt in my next post.&lt;br /&gt;&lt;br/&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8072353151482966959-2480384620176571053?l=zavuga.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://zavuga.blogspot.com/feeds/2480384620176571053/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://zavuga.blogspot.com/2009/07/dataview-webpart-sharepoint-designer.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8072353151482966959/posts/default/2480384620176571053'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8072353151482966959/posts/default/2480384620176571053'/><link rel='alternate' type='text/html' href='http://zavuga.blogspot.com/2009/07/dataview-webpart-sharepoint-designer.html' title='DataView Webpart, SharePoint Designer &amp;  Sql express 2005'/><author><name>Fredo</name><uri>http://www.blogger.com/profile/02770180989436570347</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='19' src='http://1.bp.blogspot.com/-WZ4fDxmGafw/TXjgDXONMnI/AAAAAAAAAMc/9eKbk9OcRq8/s220/flag.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_ZenmLYp2L9M/SmbdjvS4wpI/AAAAAAAAALM/xJTczMliZtw/s72-c/newacc.jpg' height='72' width='72'/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8072353151482966959.post-8059567024410065073</id><published>2009-07-14T15:01:00.005+03:00</published><updated>2009-07-15T10:35:18.744+03:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='sharepoint 2010'/><title type='text'>SharePoint Server 2010</title><content type='html'>Incredibly powerful integration between sharepoint and office 2010 is the next version of sharepoint offers among other features. the integration of sharepoint workspace (formerly office groove) with synch abilities means a lot can be done even offline.&lt;br /&gt;check out the overview &lt;a href="http://sharepoint.microsoft.com/2010/Sneak_Peek/Pages/Overview-Video.aspx"&gt;here&lt;/a&gt; from business and developer perspective&lt;br /&gt;The new tools coming with Visual studio 2010 offer more pwerful development experience in webpart visual designer and the Business connectivity service (BDC)modules. Also additions from .NET 4.0 components are included .Thumbs up to u guys.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8072353151482966959-8059567024410065073?l=zavuga.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://zavuga.blogspot.com/feeds/8059567024410065073/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://zavuga.blogspot.com/2009/07/sharepoint-server-2010.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8072353151482966959/posts/default/8059567024410065073'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8072353151482966959/posts/default/8059567024410065073'/><link rel='alternate' type='text/html' href='http://zavuga.blogspot.com/2009/07/sharepoint-server-2010.html' title='SharePoint Server 2010'/><author><name>Fredo</name><uri>http://www.blogger.com/profile/02770180989436570347</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='19' src='http://1.bp.blogspot.com/-WZ4fDxmGafw/TXjgDXONMnI/AAAAAAAAAMc/9eKbk9OcRq8/s220/flag.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8072353151482966959.post-2652015685068990450</id><published>2009-06-11T14:59:00.009+03:00</published><updated>2009-06-11T15:29:29.138+03:00</updated><title type='text'>SP Document Library Type Icons</title><content type='html'>Hey all, &lt;br /&gt;if u pay attention to detail you will realize that by default when you create document libraries you have the option of choosing which document templates to use for the library e.g word, excel, powerpoint or even sharepoint designer pages.&lt;br /&gt;when anyone of these docs is created or uploaded to the library there is a type column under which we have icons corresponding to the respective document types.&lt;br /&gt;&lt;br /&gt;But if u try to upload some other document types then by default sharepoint will use a white paper icon to represent that type. fortunately there is a way out;&lt;br /&gt;i uploaded my pdf file along with an mp3 file in the same library and as you would expect the corresponding document type icon for both these files is a white paper icon.&lt;br /&gt;First of all get the images you want to use as document type icons in the right size. &lt;br /&gt;secondly get down the 12 hive to the TEMPLATE folder (C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE)&lt;br /&gt;paste the image in the IMAGES folder and back to the XML folder, there open the file DOCICON.XML for editing, &lt;br /&gt;all you have to do is add a mapping by extension for the image we want to use&lt;br /&gt;&lt;br /&gt;Mapping Key="pdf" Value="myImage.gif" (make sure u add opening &amp; closing tags as i left them out here intentionally)&lt;br /&gt;&lt;br /&gt;note here that "pdf" is the extension so it could be any other file extension&lt;br /&gt;save the file close and restart iis.&lt;br /&gt;you should have nice icons in your document library like this;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_ZenmLYp2L9M/SjD3GaskmPI/AAAAAAAAALE/uj3Xm0iMI6c/s1600-h/post.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 72px;" src="http://4.bp.blogspot.com/_ZenmLYp2L9M/SjD3GaskmPI/AAAAAAAAALE/uj3Xm0iMI6c/s400/post.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5346044447306324210" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8072353151482966959-2652015685068990450?l=zavuga.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://zavuga.blogspot.com/feeds/2652015685068990450/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://zavuga.blogspot.com/2009/06/sp-document-library-type-icons.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8072353151482966959/posts/default/2652015685068990450'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8072353151482966959/posts/default/2652015685068990450'/><link rel='alternate' type='text/html' href='http://zavuga.blogspot.com/2009/06/sp-document-library-type-icons.html' title='SP Document Library Type Icons'/><author><name>Fredo</name><uri>http://www.blogger.com/profile/02770180989436570347</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='19' src='http://1.bp.blogspot.com/-WZ4fDxmGafw/TXjgDXONMnI/AAAAAAAAAMc/9eKbk9OcRq8/s220/flag.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_ZenmLYp2L9M/SjD3GaskmPI/AAAAAAAAALE/uj3Xm0iMI6c/s72-c/post.jpg' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8072353151482966959.post-6950956448523942716</id><published>2009-03-21T20:08:00.003+03:00</published><updated>2009-03-21T20:42:17.874+03:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='SP Data Access'/><title type='text'>SharePoint Wiki Coding</title><content type='html'>Another pitfall!&lt;br /&gt;Recently i was faced with a task of retrieving data from a WSS 3.0 wiki page to be used in some WebPart and discovered quite a few interesting things; Unlike other lists/folders a wiki has some special considerations in order to access its content. &lt;br /&gt;An obvious approach was using the SPWeb object to retrieve the list item as;&lt;br /&gt;&lt;br /&gt;SPListItem item = web.Folders["&lt;wiki name&gt;"].Files[&lt;page name&gt;]&lt;br /&gt;&lt;br /&gt;Here the actual contents of the item is the aspx template used by the wiki page.&lt;br /&gt;A wiki like other files has properties and you will need the [Wiki Field] property to access actual page contents to a string variable.&lt;br /&gt;&lt;br /&gt;string wikiContent = item.Properties["Wiki Field"].ToString();&lt;br /&gt;&lt;br /&gt;and you got it.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8072353151482966959-6950956448523942716?l=zavuga.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://zavuga.blogspot.com/feeds/6950956448523942716/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://zavuga.blogspot.com/2009/03/sharepoint-wiki-coding.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8072353151482966959/posts/default/6950956448523942716'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8072353151482966959/posts/default/6950956448523942716'/><link rel='alternate' type='text/html' href='http://zavuga.blogspot.com/2009/03/sharepoint-wiki-coding.html' title='SharePoint Wiki Coding'/><author><name>Fredo</name><uri>http://www.blogger.com/profile/02770180989436570347</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='19' src='http://1.bp.blogspot.com/-WZ4fDxmGafw/TXjgDXONMnI/AAAAAAAAAMc/9eKbk9OcRq8/s220/flag.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8072353151482966959.post-8489394978907204924</id><published>2009-03-14T16:18:00.003+03:00</published><updated>2009-03-14T16:30:49.282+03:00</updated><title type='text'>Div CSS styles</title><content type='html'>hello designers,&lt;br /&gt;recently had a task which could not suffice with old traditional tables(obsolete)&lt;br /&gt;and had to ditch them for divisions. to make the outlook similar to how a table appeared before requires much use of css styles; a couple of them that were of use;&lt;br /&gt;&lt;br /&gt;float:left     /* to make two divs appear adjacent to each other(no break) */&lt;br /&gt;&lt;br /&gt;position:relative/absolute  /* can be used to set div position, handy for div shadows */ &lt;br /&gt;&lt;br /&gt; filter:alpha(opacity=60); /* transparent div in IE */&lt;br /&gt;&lt;br /&gt; -moz-opacity: 0.6;    /* transparent div  for Netscape earlier versions */&lt;br /&gt;&lt;br /&gt; opacity: 0.6;  /* transparent div for mozilla and other gecko browsers */&lt;br /&gt;&lt;br /&gt;to be sure use all in your css;&lt;br /&gt;&lt;br /&gt;be careful with nested divs as  styles can be inherited if not set inline for inner divs.&lt;br /&gt;&lt;br /&gt;complete reference at www.w3schools.com.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8072353151482966959-8489394978907204924?l=zavuga.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://zavuga.blogspot.com/feeds/8489394978907204924/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://zavuga.blogspot.com/2009/03/div-css-styles.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8072353151482966959/posts/default/8489394978907204924'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8072353151482966959/posts/default/8489394978907204924'/><link rel='alternate' type='text/html' href='http://zavuga.blogspot.com/2009/03/div-css-styles.html' title='Div CSS styles'/><author><name>Fredo</name><uri>http://www.blogger.com/profile/02770180989436570347</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='19' src='http://1.bp.blogspot.com/-WZ4fDxmGafw/TXjgDXONMnI/AAAAAAAAAMc/9eKbk9OcRq8/s220/flag.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8072353151482966959.post-5202953293848755861</id><published>2009-03-14T16:01:00.002+03:00</published><updated>2009-03-14T16:17:55.648+03:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='webparts'/><title type='text'>Adding custom properties to webparts</title><content type='html'>Another handy tip for beginners; ever seen those properties that show up in the toolpane when u want to edit webpart? there is much more that can be added to suit your customization needs.  &lt;br /&gt;the general format of c# properties consists of a get and set method for the required value&lt;br /&gt;&lt;br /&gt;if u add the following piece of code to the existing you shd get what u want;&lt;br /&gt;&lt;br /&gt;[Personalizable(PersonalizationScope.Shared)] //enable personal views&lt;br /&gt;&lt;br /&gt;        [WebBrowsable(true)] &lt;br /&gt;&lt;br /&gt;        [System.ComponentModel.Category("My Properties")] /*create category for new  property, will default to miscellaneous if undefined */&lt;br /&gt;&lt;br /&gt;        [WebDisplayName("Another Property")]&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;        private string _anotherProperty;    &lt;br /&gt;&lt;br /&gt;        public string AnotherProperty&lt;br /&gt;&lt;br /&gt;        {&lt;br /&gt;&lt;br /&gt;            get { return _anotherProperty; }&lt;br /&gt;&lt;br /&gt;            set { _anotherProperty = value; }&lt;br /&gt;&lt;br /&gt;        }&lt;br /&gt;&lt;br /&gt;watch out for differences between sharepoint and asp.net webparts&lt;br /&gt;&lt;br /&gt;Good luck!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8072353151482966959-5202953293848755861?l=zavuga.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://zavuga.blogspot.com/feeds/5202953293848755861/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://zavuga.blogspot.com/2009/03/adding-custom-properties-to-webparts.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8072353151482966959/posts/default/5202953293848755861'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8072353151482966959/posts/default/5202953293848755861'/><link rel='alternate' type='text/html' href='http://zavuga.blogspot.com/2009/03/adding-custom-properties-to-webparts.html' title='Adding custom properties to webparts'/><author><name>Fredo</name><uri>http://www.blogger.com/profile/02770180989436570347</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='19' src='http://1.bp.blogspot.com/-WZ4fDxmGafw/TXjgDXONMnI/AAAAAAAAAMc/9eKbk9OcRq8/s220/flag.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8072353151482966959.post-3818956395439138629</id><published>2009-02-19T22:24:00.002+03:00</published><updated>2009-02-19T22:38:35.221+03:00</updated><title type='text'>Importing MOSS sites  to WSS</title><content type='html'>Ok this gave me a headache for sometime as i initially thought it was a matter of entering a few stsadm.exe commands and ur done.&lt;br /&gt;the main issue is the difference in features available in MOSS sites as compared to WSS sites. &lt;br /&gt;if a site in moss is using certain features which are not available in wss then the import will generate fatal errors of missing features notably transmgmt.lib, data connection library (dcl) en others. so what way to go&lt;br /&gt;after a couple of thoughts it narrowed down to opening the file in notepad and editing out some of the features which i had not deactivated earlier on before exporting the site from the moss platform. after all rumble jumble as some errors will keep reappearing then ur good to go with &lt;br /&gt;stsadm -o import -filename [filepath] -url[http://server/site]&lt;br /&gt;&lt;br /&gt;the import is gonna require an empty site created according to the language setting of the site you are importing. otherwise you will get errors related to differing site template Id  #1 and #0&lt;br /&gt;this is just an account of my daily work so it seems unclear let me know&lt;br /&gt;cheers&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8072353151482966959-3818956395439138629?l=zavuga.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://zavuga.blogspot.com/feeds/3818956395439138629/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://zavuga.blogspot.com/2009/02/importing-moss-sites-to-wss.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8072353151482966959/posts/default/3818956395439138629'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8072353151482966959/posts/default/3818956395439138629'/><link rel='alternate' type='text/html' href='http://zavuga.blogspot.com/2009/02/importing-moss-sites-to-wss.html' title='Importing MOSS sites  to WSS'/><author><name>Fredo</name><uri>http://www.blogger.com/profile/02770180989436570347</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='19' src='http://1.bp.blogspot.com/-WZ4fDxmGafw/TXjgDXONMnI/AAAAAAAAAMc/9eKbk9OcRq8/s220/flag.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8072353151482966959.post-5880849064283625532</id><published>2009-02-18T22:40:00.002+03:00</published><updated>2009-02-18T22:44:14.035+03:00</updated><title type='text'>welcome</title><content type='html'>Hello, there &lt;br /&gt;am quite new to this blogging habit but i guess its a dangerous bug that has caught up with me. i just wanna talk about a few things that have been useful to me in my new career and hopefully others might learn and avoid similar mistakes.&lt;br /&gt;A Smart person learns from his mistakes &lt;br /&gt;A wise person learns from others mistakes&lt;br /&gt;cheers:)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8072353151482966959-5880849064283625532?l=zavuga.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://zavuga.blogspot.com/feeds/5880849064283625532/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://zavuga.blogspot.com/2009/02/welcome.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8072353151482966959/posts/default/5880849064283625532'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8072353151482966959/posts/default/5880849064283625532'/><link rel='alternate' type='text/html' href='http://zavuga.blogspot.com/2009/02/welcome.html' title='welcome'/><author><name>Fredo</name><uri>http://www.blogger.com/profile/02770180989436570347</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='19' src='http://1.bp.blogspot.com/-WZ4fDxmGafw/TXjgDXONMnI/AAAAAAAAAMc/9eKbk9OcRq8/s220/flag.jpg'/></author><thr:total>0</thr:total></entry></feed>
