
sharepointcoding.wordpress.com
Alex's SharePoint Blog | A day in the life of a gadget loving SharePoint/Application Developer.A day in the life of a gadget loving SharePoint/Application Developer. (by Alex)
http://sharepointcoding.wordpress.com/
A day in the life of a gadget loving SharePoint/Application Developer. (by Alex)
http://sharepointcoding.wordpress.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Wednesday
LOAD TIME
0.5 seconds
16x16
32x32
PAGES IN
THIS WEBSITE
3
SSL
EXTERNAL LINKS
13
SITE IP
192.0.78.12
LOAD TIME
0.508 sec
SCORE
6.2
Alex's SharePoint Blog | A day in the life of a gadget loving SharePoint/Application Developer. | sharepointcoding.wordpress.com Reviews
https://sharepointcoding.wordpress.com
A day in the life of a gadget loving SharePoint/Application Developer. (by Alex)
The Gadget Show Live | Alex's SharePoint Blog
https://sharepointcoding.wordpress.com/2010/04/12/the-gadget-show-live
Alex's SharePoint Blog. A day in the life of a gadget loving SharePoint/Application Developer. The Gadget Show Live. I attended the Gadget Show Live at the NEC in Birmingham last week the tickets were bought for me as a Christmas present from my partner. I thought I would do a quick write up of the show with a few pics. We went on Thursday which was the first day of the show and it was packed to say the least. This was the queue waiting for the doors to open –. For those of you who haven’t heard of...
Intelligent Decisioning | Alex's SharePoint Blog
https://sharepointcoding.wordpress.com/intelligent-decisioning
Alex's SharePoint Blog. A day in the life of a gadget loving SharePoint/Application Developer. Intelligent Decisioning Ltd are a Nottingham based SharePoint CRM/Workflow solutions company. They offer SharePoint consultancy through their ‘Contractor Plus’ service as well as information worker solutions and custom development solutions. You can find the Intelligent Decisioning (ID) website here – http:/ id-live.com/. Leave a Reply Cancel reply. Enter your comment here. Address never made public).
Links | Alex's SharePoint Blog
https://sharepointcoding.wordpress.com/links
Alex's SharePoint Blog. A day in the life of a gadget loving SharePoint/Application Developer. Alex Pearce SharePoint Blog. Chris O'Brien Blog. Jeremy Thake SharePoint Blog. Matthew Hughes's (@mattmoo2) Blog. Microsoft SharePoint Team Blog. Mike Watson (SharePoint Mad Scientist). Nick Swan SharePoint Blog. Phil Harding's Blog. Spencer Harbar SharePoint Blog. Create a free website or blog at WordPress.com. Follow “Alex's SharePoint Blog”. Get every new post delivered to your Inbox.
TOTAL PAGES IN THIS WEBSITE
3
Fareed Khan | Lets share software development experiences | Page 2
https://fareedkhan.wordpress.com/page/2
Auto-Generated Sequences with SQL Server. We often need to create auto-generated numbers other than Identity columns in tables. For example, you might want to automatically assign custom sequential “Invoice Numbers” as formatted like this 00001, 00002, 00003 and so on. Method 1: using Replication function. Function repeats a character expression for a specified number of times. Select Replicate('0', 5-len(max(invoiceNumber) 1) convert(nvarchar,max(invoiceNumber) 1) as InvoiceNumber from tblInvoices.
Configuring Portal to use WebPart-3 | Fareed Khan
https://fareedkhan.wordpress.com/2008/10/28/developing-and-deploying-web-parts-for-microsoft-sharepoint-2007/t61
Developing and Deploying Web Parts for Microsoft SharePoint 2007. Raquo; Configuring Portal to use WebPart-3. Configuring Portal to use WebPart-3. Configuring Portal to use WebPart-3. Leave a Reply Cancel reply. Enter your comment here. Please log in using one of these methods to post your comment:. Address never made public). You are commenting using your WordPress.com account. ( Log Out. You are commenting using your Twitter account. ( Log Out. You are commenting using your Google account. ( Log Out.
Change Contents of a Label using JavaScript | Fareed Khan
https://fareedkhan.wordpress.com/2008/05/04/change-contents-of-a-label-in-javascript
Change Contents of a Label using JavaScript. May 4, 2008 at 9:45 am. The only problem with changing text of label on client side is that on the PostBack, ASP.NET label retains its contents if the contents are being populated on the server side. Look at the code given below; you just need to reset label text to empty by calling JavaScript method on button. Event Note that, set. Property to false, in this way label cannot retains its value back after postback. Entry filed under: ASP.Net Development. Develo...
Configuring Portal to use WebPart-1 | Fareed Khan
https://fareedkhan.wordpress.com/2008/10/28/developing-and-deploying-web-parts-for-microsoft-sharepoint-2007/t41
Developing and Deploying Web Parts for Microsoft SharePoint 2007. Raquo; Configuring Portal to use WebPart-1. Configuring Portal to use WebPart-1. Configuring Portal to use WebPart-1. Leave a Reply Cancel reply. Enter your comment here. Please log in using one of these methods to post your comment:. Address never made public). You are commenting using your WordPress.com account. ( Log Out. You are commenting using your Twitter account. ( Log Out. You are commenting using your Google account. ( Log Out.
Send email via Smtp with .NET 2.0 from development machine | Fareed Khan
https://fareedkhan.wordpress.com/2007/06/09/send-email-via-smtp-with-net-20-from-development-machine
Send email via Smtp with .NET 2.0 from development machine. June 9, 2007 at 7:59 am. This article is about demonstrating how to send an email message with the built-in IIS SMTP service. Further, the procedure for configuring IIS and the STMP mail server is described. IIS SMTP Service is a high performance SMTP server on Windows NT/2000/XP. We can use it to send email easily. Follow the steps below to install IIS SMTP service and program with it. Install IIS SMTP Service. Once these settings are made, cli...
Dealing with Uploading large files in Asp.net | Fareed Khan
https://fareedkhan.wordpress.com/2007/03/13/dealing-with-uploading-large-files-in-aspnet
Dealing with Uploading large files in Asp.net. March 13, 2007 at 7:10 am. By default, the maximum size of a file to be uploaded to the server using the. Control is 4096 kilobytes (KB) or 4MB. You cannot upload anything that is larger than this limit. This is the default file size limit and it is defined in. If you want to increase this limit and want to allow a user to upload a file up to 10 megabyte (MB), then simply set the. Another setting given in the. Protected void Application BeginRequest(object s...
Developing and Deploying Web Parts for Microsoft SharePoint 2007 | Fareed Khan
https://fareedkhan.wordpress.com/2008/10/28/developing-and-deploying-web-parts-for-microsoft-sharepoint-2007
Developing and Deploying Web Parts for Microsoft SharePoint 2007. October 28, 2008 at 10:13 am. In this article, you will see how to create a simple custom Web Part with Microsoft Visual Studio 2005. There are different approaches available to develop and deploy WebPart for MOSS 2007 website. I found this approach very simple. Step 1: Creating a Class Library Project. Step2: Add a Reference to System.Web. Step3: Add Code to Class Library. Step 4: Set the Version Number and set up partially trusted callers.
Imran khan’s message | Fareed Khan
https://fareedkhan.wordpress.com/2007/11/13/imran-khans-message
Imran khan’s message. November 13, 2007 at 9:19 am. Http:/ bp3.blogger.com/ ypFQz7sVMBU/RzdhkKHqHzI/AAAAAAAAACY/zflGxva6ias/s1600-h/ImrantoStudentsNov10English.jpg. Stand up for ur rights…. Stand up for ur land. Stand up for the country…. Stand up against the dictator. Stand up against the usurper…. Stand up for the constitution…. Stand up, for its ur land…. Stand up, for u are the ones who make its destiny…. Entry filed under: General. Send email via Smtp with .NET 2.0 from development machine.
Configuring Portal to use WebPart-2 | Fareed Khan
https://fareedkhan.wordpress.com/2008/10/28/developing-and-deploying-web-parts-for-microsoft-sharepoint-2007/t51
Developing and Deploying Web Parts for Microsoft SharePoint 2007. Raquo; Configuring Portal to use WebPart-2. Configuring Portal to use WebPart-2. Configuring Portal to use WebPart-2. Leave a Reply Cancel reply. Enter your comment here. Please log in using one of these methods to post your comment:. Address never made public). You are commenting using your WordPress.com account. ( Log Out. You are commenting using your Twitter account. ( Log Out. You are commenting using your Google account. ( Log Out.
TOTAL LINKS TO THIS WEBSITE
13
</ SharePoint C0der.net©>
SharePoint C0der.net©. Eraser is not the tool only for 'one who makes mistakes', rather it is a great tool for 'one who is willing to correct his mistakes'". Sunday, March 24, 2013. I am back into SharePoint business after a long break. You will start seeing my updates again in my blog (if time permits :). Thursday, May 3, 2012. How to download and install Dashboard Designer in SP2010. Thursday, March 4, 2010. Microsoft Tech·Ed Middle East 2010 (MENA). You are the man! Saturday, August 15, 2009. One of t...
Maintenance
Future home of something quite cool. If you're the site owner. To launch this site. If you are a visitor.
SharePoint Lovers
Monday, November 5, 2012. How To: Lock Down Social Features in SharePoint 2010. What follows are the tasks that could be executed after a SharePoint environment has been provisioned and validated. These tasks are specifically designed to remove, hide, or disable many of the social features from SharePoint 2010. Effectively if you follow all of these features you will have a ‘non socially enabled’ SharePoint 2010 implementation. Adjust User Profile Service Application Permissions. Uncheck the Create Perso...
WEBECCENTRIC
809 83rd Ave N. Brooklyn Park, MN 55444-1720. Phone 763.208.5990.
sharepointcoding.wordpress.com
Alex's SharePoint Blog | A day in the life of a gadget loving SharePoint/Application Developer.
Alex's SharePoint Blog. A day in the life of a gadget loving SharePoint/Application Developer. My New Blog – http:/ sharepointalex.co.uk. I decided that this blog was looking a bit tired and didn’t display correctly in some browsers. So I’ve decided to go the hosted route I’m now hosting a new wordpress blog with Fasthosts. You can find my new blog here http:/ sharepointalex.co.uk. I will no longer be updating this blog I have migrated all posts and comments to my new blog. Comments : Leave a Comment.
The SharePoint Collective - Yorkshire Based SharePoint Consultancy
Page – Sidebar Left. Page – Sidebar Right. We offer a complete range of professional SharePoint services including consulting, project management, design, development, deployment, training More. Custom Web Parts, Addons and Tools to help you better use SharePoint in your business including SQList. To export SharePoint lists and libraries to normalised SQL Server database tables More. 8211; For when things go wrong! Free SharePoint Health Check. Products and Technologies Experts. SharePoint 2013 Is Coming.
Raghu's SharePoint Column
Raghu's SharePoint Column : SharePoint - My Lifeline! Tools & Others. Soft Launch of SharePoint Bangalore User Group. My Plans for the year 2014. Edition 7: Automating SharePoint builds with Continuous Integration. Http:/ zimmergren.net/business/automating-sharepoint-development-iterative-development-process http:/ www.sharepointnutsandbolts.com/2011/06/sp2010-continuous-integrationpt-1.html 2. Read more [.]. Edition 6: Angular JS versus Knockout JS. SharePoint Foundation 2013 known limitations or Issues.
sharepointcommander.blogspot.com
SharePoint Commander
Subscribe to: Posts (Atom). View my complete profile. Simple template. Powered by Blogger.
sharepointcommander.codeplex.com
SharePoint Commander - Home
Project Hosting for Open Source Software. By clicking Delete, all history, comments and attachments for this page will be deleted and cannot be restored. Change History (all pages). SharePoint 2007 and 2010 administrative tool for developers and administrators. Developed in WPF, .NET 3.5. See additional information on http:/ blog.adrisen.com. Check out the iOS apps:. Last edited Feb 12, 2013 at 7:33 AM. SharePoint Commander v0.6. Fri Feb 4, 2011 at 7:00 AM. Ads by Developer Media.
SharePoint Community Schweiz - Inspire. Learn. Connect.
SharePoint 2016 Der Schleier lüftet sich. GARAIO AG, Laupenstrasse 45, 3008 Bern. SharePoint 2016 Der Schleier lüftet sich. Am 3 September 2015, ab 17.00 Uhr, bei GARAIO AG in Bern. Im August wird Microsoft die erste Public Preview von SharePoint 2016 veröffentlichen! News von der Microsoft Ignite (Bern). Microsoft Most Valuable Professional. CTO, Intranet Collaboration Team Lead. Ort: isolutions ag, Laupenstrasse 1, 3008 Bern. Datum: 15. Oktober 2015. Zeit: 17:00 - 18:00. Datum: 3. September 2015. The A...
SOCIAL ENGAGEMENT