
mysharepointt.blogspot.com
SharepointA Sharepoint Blog for Developers.
http://mysharepointt.blogspot.com/
A Sharepoint Blog for Developers.
http://mysharepointt.blogspot.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Saturday
LOAD TIME
0.7 seconds
16x16
32x32
64x64
128x128
PAGES IN
THIS WEBSITE
19
SSL
EXTERNAL LINKS
32
SITE IP
216.58.219.225
LOAD TIME
0.681 sec
SCORE
6.2
Sharepoint | mysharepointt.blogspot.com Reviews
https://mysharepointt.blogspot.com
A Sharepoint Blog for Developers.
Sharepoint: About Me
http://www.mysharepointt.blogspot.com/p/personal.html
A Sharepoint Blog for Developers. I've about 7 years of experience in professional software development with extensive involvement in Web based Object-Oriented, application design and development. My primary focus architecturing and developing products that leverages SharePoint. I've experience in Building Document Management, Portal Solutions on SharePoint for regulated industries like Finance, Pharma etc. Subscribe to: Posts (Atom). Add Event Handler to Specific List or Library. CAML to Query User field.
Sharepoint: May 2014
http://www.mysharepointt.blogspot.com/2014_05_01_archive.html
A Sharepoint Blog for Developers. Monday, May 19, 2014. How many times we have cursed SharePoint for not able to get the item count natively without writing code or using workflow. There is an easier way which I stumbled up recently but may be some of you have already figured this out earlier. I wanted to document this so this can be useful for someone like me who is always interested in code. How do we do this? Figure shows how to create Count Related field. Create new List column Lookup. Powershell....
Sharepoint: Count Related Field
http://www.mysharepointt.blogspot.com/2014/05/count-related-field.html
A Sharepoint Blog for Developers. Monday, May 19, 2014. How many times we have cursed SharePoint for not able to get the item count natively without writing code or using workflow. There is an easier way which I stumbled up recently but may be some of you have already figured this out earlier. I wanted to document this so this can be useful for someone like me who is always interested in code. How do we do this? Figure shows how to create Count Related field. Create new List column Lookup. Powershell....
Sharepoint: October 2013
http://www.mysharepointt.blogspot.com/2013_10_01_archive.html
A Sharepoint Blog for Developers. Tuesday, October 15, 2013. Windows Phone App ; Chennai Auto Fares. This is welcome move by the Govt of Tamil Nadu and thanks to the Hon Chief Minister. Now it is our turn to adhere to this rule and demand Auto Drivers to show fare card. Lot of us travel in hurry and sometime we feel it would be good to have the fare information handy even before getting an Auto. Thanks again to the Govt of TN which released the information publicly. Links to this post. Powershell check f...
Sharepoint: March 2013
http://www.mysharepointt.blogspot.com/2013_03_01_archive.html
A Sharepoint Blog for Developers. Thursday, March 21, 2013. SharePoint 2013 Installation part 3. Part 3 : Adding Active Directory Domain Services. Part 1: Preparing the environment. Part 2: Installing Windows Server 2012. Part 3: Adding Active Directory Domain Services. Part 4: Promoting to Domain Name Server. In the Part 1. Of this series we saw how to create a VM with Windows Server 2012. In part 2. You will now see a basic introduction wizard screen. Click Next on this screen. This step will ask you t...
TOTAL PAGES IN THIS WEBSITE
19
SharePoint and Etc.: JSLink: Display Form and jQuery animation
http://sharepointandetc.blogspot.com/2014/06/jslink-display-form-and-jquery-animation.html
Tuesday, June 17, 2014. JSLink: Display Form and jQuery animation. This is short 3rd post of JSLink series where I added customization to display form with jQuery animation. If you are not adding jQuery through master page or custom action or delegate control, you can add jQuery before override script, as JSLink allows us to include multiple JavaScript files separated by pipe symbol ' '. Here is the override script:. Var overrideCtx = {};. OverrideCtx.Templates = {};. Document).ready(function () {. View ...
SharePoint and Etc.: SharePoint + TypeScript + Angular + Gulp + Visual Studio 2015 + more
http://sharepointandetc.blogspot.com/2015/12/sharepoint-typescript-angular-gulp.html
Wednesday, December 2, 2015. SharePoint TypeScript Angular Gulp Visual Studio 2015 more. This post is about my learning experience integrating all these technologies together with SharePoint, Visual Studio and Gulp workflows. Here is the list of tools/frameworks I used:. 8211; JavaScript runtime engine. Angular – JavaScript framework. JQuery – JavaScript framework. 8211; Automation and build workflow (install global only). 8211; DefinitelyType definition for Typescript repository. Step 2 – Setup. I assum...
SharePoint and Etc.: January 2014
http://sharepointandetc.blogspot.com/2014_01_01_archive.html
Friday, January 31, 2014. Configuring Federated Search for SharePoint 2010. In this post I will discuss how to leverage external search engines which supports OpenSearch protocol and display their results in SharePoint environment. SharePoint 2010 provides 2 ways to search external data sources. The “content crawling”. In this approach the text context and attributes are indexed and stored by SharePoint search server and the “ federated search”. The Federated Search approach provides following benefits :.
Robert's Blog: SharePoint Saturday NJ 2014: Improving the SharePoint Development Process with Continuous Integration
http://www.roberthiskey.com/2014/09/sharepoint-saturday-nj-2014-improving.html
In real life, I talk about a lot of things. On this blog, I mostly just talk about SharePoint and UX. September 26, 2014. SharePoint Saturday NJ 2014: Improving the SharePoint Development Process with Continuous Integration. My slides reference a number of helpful articles and frameworks, which I'll list again below so you don't have to go through and find them all:. The Daily WTF: Source Control Done Right. QUnit JavaScript Testing Framework. Chutzpah JavaScript Test Runner. Integration Chutzpah with TFS.
Robert's Blog: Updating the Global Navigation Menu Programatically in a Publishing Site Collection
http://www.roberthiskey.com/2013/02/updating-global-navigation-menu.html
In real life, I talk about a lot of things. On this blog, I mostly just talk about SharePoint and UX. February 4, 2013. Updating the Global Navigation Menu Programatically in a Publishing Site Collection. Since the navigation is configured differently with publishing turned on, the first step is to obtain an instance of the Microsoft.SharePoint.Publishing.PublishingWeb. Once you're ready to start manipulating the navigation nodes, there are a few important "gotchas" to be aware of:. Due to Point #1, you ...
Robert's Blog: TFS Build Options Explained: Queue Processing
http://www.roberthiskey.com/2014/05/tfs-build-options-explained-queue.html
In real life, I talk about a lot of things. On this blog, I mostly just talk about SharePoint and UX. May 28, 2014. TFS Build Options Explained: Queue Processing. When creating a new build definition in TFS, one of the first options you're required to select is what type of queue processing you would like the definition to follow. There are three options: Enabled, Paused, and Disabled. When queue processing is disabled, the definition can never be used to queue or start a build. Selecting this option...
Robert's Blog: The Dos and Don'ts of Modal Windows
http://www.roberthiskey.com/2014/04/the-dos-and-donts-of-modal-windows.html
In real life, I talk about a lot of things. On this blog, I mostly just talk about SharePoint and UX. April 30, 2014. The Dos and Don'ts of Modal Windows. Modal windows can be very useful in web development, enhancing the user experience by presenting small pieces of information both quickly and beautifully. But there are drawbacks to using modals, and times when they really shouldn't be used at all. Let's review some common use cases:. Use a modal window to display media in a useful way. These are meant...
Robert's Blog: Remove Additional Padding on Horizontal Web Part Zones
http://www.roberthiskey.com/2013/02/remove-additional-padding-on-horizontal.html
In real life, I talk about a lot of things. On this blog, I mostly just talk about SharePoint and UX. February 17, 2013. Remove Additional Padding on Horizontal Web Part Zones. Web Parts 1 and 2 are in the horizontal zone; Web Part 3 is in the vertical zone underneath. To get the right TD element. Note that in the code below, "cbl wpz LeftTop" is the ID of the DIV element I have surrounding the horizontal web part zone. Both the left and right sides are aligned as expected. View my complete profile.
Robert's Blog: Setting Permissive Handling for a Specific File Type
http://www.roberthiskey.com/2012/05/setting-permissive-handling-for.html
In real life, I talk about a lot of things. On this blog, I mostly just talk about SharePoint and UX. May 3, 2012. Setting Permissive Handling for a Specific File Type. WebAppUrl = read-host "Web Application URL" $mimeType = read-host "MIME Type" $webApp = Get-SPWebApplication $webAppUrl If ($webApp.AllowedInlineDownloadedMimeTypes -notcontains $mimeType) { Write-Host "Adding" $mimeType "MIME type." $webApp.AllowedInlineDownloadedMimeTypes.Add($mimeType) $webApp.Update() Write-Host $m...This script will ...
TOTAL LINKS TO THIS WEBSITE
32
mysharepointpage.wordpress.com
SharePoint | Channelising Technology
Thanks for dropping by SharePoint! Take a look around and grab the RSS feed. To stay updated. See you around! Latest Entries ». Delete list items with offset time set to Modified Field. Filed under: Sharepoint Development. Mdash; Leave a comment. September 9, 2016. Reusable Code – Delete List items. System.Collections.Generic;. Microsoft.SharePoint.Client;. String offset = “-180” / get items modified before 6months. OWebsite = clientContext.Web;. OList = oWebsite.Lists.GetByTitle(listname. Int result = C...
Domain Name Registration at Joker.com, Easy to use Control Panel and Reseller API Interface
The Domain MYSHAREPOINTSITE.MOBI. Was Successfully Registered with Joker.com. To administer the domain, configure your email addresses and URL forwarding,. Or register more domains, please go to joker.com. Your Joker.com Team.
Domain Name Registration at Joker.com, Easy to use Control Panel and Reseller API Interface
The Domain MYSHAREPOINTSITE.NET. Was Successfully Registered with Joker.com. To administer the domain, configure your email addresses and URL forwarding,. Or register more domains, please go to joker.com. Your Joker.com Team.
mysharepointstaff.com
Register a new domain. Buy and sell your domains. Is this already your domain? Add hosting, email and more. Easy-to-handle domain management in real time. Save up to 20% off with bulk discounts. Personal support viel email and telephone. Please enter a domain name and check one ore more categories. SKYWAY provides you with customized IT solutions. Get paid to park your domains with NameDrive. Cultivate your business online. BrandShelter supports your brand protection on the internet.
mysharepointstuff.blogspot.com
My SharePoint Stuff
The present is a gift. That is why it is called the present. Tuesday, June 26, 2012. Elegant way of setting and getting values from SPListItem. As we already know setting and getting values from SPListItem usually involves checking if the field is available, if exist then checking if the value is not null and then only we can make sure that we can read a value from the SPListItem. the following code snippet explains how we usually do that;. See if the field exists and the value is not null. 3 Open the pr...
Sharepoint
A Sharepoint Blog for Developers. Thursday, March 26, 2015. Release Locked Files using Powershell. We are would have come across users complaining about file is locked by a user. The user might have edited the file last and left for a vacation and someone else is looking to edit the same file the user will see a message that the file is locked by a user for editing. How do we get lock release? We could either call the person who has locked it and ask him to close it or. Which one of this is easy? We need...
SharePoint Programming
Sign up for Weekly Newsletter from Learning SharePoint. Posted by Isha Attlee. If you haven't yet, sign up for the new Weekly Newsletter from LearningSharePoint.com. Weekly newsletter is a warp-up of famous SharePoint 2013 Tips that are posted by Learning SharePoint every day. These tips are posted on Learning SharePoint's Facebook Page. Google and on the website itself. Weekly newsletter is an awesome initiative to see all the Tips added in the the past week in a single document. Posted by Isha Attlee.
mysharepointworld.wordpress.com
My sharepoint world | Ramblings on my experience with MOSS 2007
124; Comments RSS. On Using a Content Editor Web Par…. Kat on Sharepoint calendar-Mouseover…. Chris on Using a Content Editor Web Par…. On Internet Explorer crashes when…. On Options to move sharepoint sit…. Sharepoint calendar-Mouseover to see event details. Top Navigation Rounded corners. Sharepoint Internal field names. Top toolbar display in Firefox. TO add the rounded corners image to the web part headers. Sharepoint calendar-Mouseover to see event details. Posted on September 10, 2010. Var calItemD...
My Site
This is my site description. A website created by GoDaddy’s Website Builder.
My Sharer
Thursday, December 18, 2008. Thursday, September 25, 2008. Wednesday, March 19, 2008. Wednesday, March 12, 2008. Saturday, January 26, 2008. Friday, December 28, 2007. Friday, November 23, 2007. Tuesday, October 30, 2007. Tuesday, October 23, 2007. Saturday, October 20, 2007. Subscribe to: Posts (Atom). Haihai. Everybody.I want share my life with you ALL. View my complete profile.