Posts

Find missing number in sequence

To find missing number in sequence, Use below given code :             var list = new List<int>(new[] { 1, 2, 4, 7, 9 });             var result = Enumerable.Range(1, 10).Except(list);             foreach (int i in result)             {                 Console.WriteLine(i.ToString());             }             Console.Read(); When you run above given code you will get missing numbers : 3 5 6 8 10

SharePoint 2013 : Drag & Drop feature not working

Hi , I was working with SharePoint 2013 on IE 9 & I saw that Drag & Drop feature was not working on my IE. I checked it again on my other PC which got IE 10 & Office 2013 installed. It was working there. Then I upgraded my IE9 to IE10 now it is working good. It means you must have IE 10 to run all new features of SharePoint 2013.

Download ebook Learning JavaScriptMVC

Download ebook Learning JavaScriptMVC Learn to build well-structured JavaScript web applications using JavaScriptMVC Book Description JavaScriptMVC is a client-side, JavaScript  framework  that builds maintainable, error-free, lightweight applications as quickly as possible. As it does not depend on  server  components, it can be combined with any web service interface and server-side language. Learning JavaScriptMVC will guide you through all the framework aspects and show you how to build small- to mid-size well-structured and documented client-side applications you will love to work on. Book Details Publisher: Packt Publishing By: Wojciech Bednarski ISBN: 978-1-78216-020-5 Year: 2013 Pages: 124 Language: English File size: 1.9 MB File format: PDF Download ebook Learning JavaScriptMVC

Edit Top Navigation Text

Image
Before : Run this command in SharePoint PowerShell $webApp = Get-SPWebApplication "http://SharePoint-Site" $webApp.SuiteBarBrandingElementHtml = "&nbsp;&nbsp;&nbsp;Gaurav Goyal's Site" $webApp.Update() After successfully completion of this command you will see :

How to check which SharePoint version is running?

Hi, If you have upgraded SharePoint 2010 into SharePoint 2013, Some of SP.js code won't work for SharePoint 2013. But you want to check & run code as per version then you have to use this code : if (SP.OfficeVersion.majorVersion == "14" ) {      // SP2010 code here...    } else {      // SP2013 code here...    }

Model Dialog in SharePoint 2013

Hi, Today I have upgraded my SharePoint 2010 into SharePoint 2013. When I was trying to call link which shows forms in Model Dialog was not working. I saw that I have a javascript function “NewItem2” which is not supported in SharePoint 2013. So here are new functions to open form in Model Dialog : SP.UI.ModalDialog.ShowPopupDialog(url); SP.UI.ModalDialog.OpenPopUpPage(url, callback, width, height); SP.UI.ModalDialog.RefreshPage(dialogResult); var value = SP.UI.ModalDialog.showWaitScreenSize(title, message, callbackFunc, height, width); var value = SP.UI.ModalDialog.showWaitScreenWithNoClose(title, message, height, width); SP.UI.ModalDialog.commonModalDialogOpen(url, options, callback, args); SP.UI.ModalDialog.commonModalDialogClose(dialogResult, returnVal); SP.UI.ModalDialog.close(dialogResult); SP.UI.ModalDialog.showWaitScreenWithNoClose('Loading Title', 'Loading Message Here...'); SP.UI.ModalDialog.showWaitScreenWithNoClose(SP.Res.dialogLoading15); You can get more d

Download ebook Business Intelligence in Microsoft SharePoint 2013

Download ebook Business Intelligence in Microsoft SharePoint 2013 Book Description Dive into the business intelligence features in  SharePoint  2013 - and use the right combination of tools to deliver compelling solutions. Take control of  business  intelligence (BI) with the tools offered by SharePoint 2013 and  Microsoft  SQL Server 2012. Led by a group of BI and SharePoint experts, you'll get step-by-step instructions for understanding how to use these technologies best in specific BI scenarios - whether you're a SharePoint administrator, SQL Server developer, or business analyst. Book Details Publisher: Microsoft Press By: Norman P. Warren ,  Mariano Teixeira Neto , Stacia Misner ,  Ivan Sanders ,  Scott A. Helmers ISBN: 978-0-73567-543-8 Year: 2013 Pages: 406 Language: English File size: 49 MB File format: PDF Download ebook Business Intelligence in Microsoft SharePoint 2013

Download ebook Microsoft SharePoint 2013 Developer Reference

Download ebook Microsoft SharePoint 2013 Developer Reference Book Description Develop your business collaboration solutions quickly and effectively with the rich set of tools, classes, libraries, and controls available in  Microsoft SharePoint  2013. With this practical reference, enterprise-development expert Paolo Pialorsi shows you how to extend and customize the SharePoint environment - and helps you sharpen your development skills. Ideal for  ASP.NET  developers with Microsoft .NET and C# knowledge. Book Details Publisher: Microsoft Press By: Paolo Pialorsi ISBN: 978-0-73567-071-6 Year: 2013 Pages: 794 Language: English File size: 92.7 MB File format: PDF Download ebook Microsoft SharePoint 2013 Developer Reference

Download ebook Pro SharePoint 2013 Branding and Responsive Web Development

Download ebook Pro SharePoint 2013 Branding and Responsive Web Development Book Description Pro SharePoint 2013 Branding and Responsive Web Development is the definitive reference on the technologies, tools, and techniques needed for building responsive websites and applications with  SharePoint  2013. The book focuses on solutions that provide the best browser experience for the myriad of devices, browsers, and screen orientations and resolutions. Web technology has changed considerably in the past few years. Microsoft  has embraced the new generation of open standards represented by  HTML5  and JavaScript, and these changes are represented in a fundamental shift in how SharePoint 2013 supports web content management and publishing. Book Details Publisher: Apress By: Eric Overfield ,  Rita Zhang ,  Oscar Medina , Kanwal Khipple ISBN: 978-1-4302-5028-9 Year: 2013 Pages: 580 Language: English File size: 26 MB File format: PDF Download ebook Pro SharePoint 2013 Branding and Responsive We

Download ebook Professional JavaScript for Web Developers, 3rd Edition

Download ebook Professional JavaScript for Web Developers, 3rd Edition Book Description If you want to achieve JavaScript's full potential, it is critical to understand its nature, history, and limitations. To that end, this updated version of the bestseller by veteran author and  JavaScript  guru Nicholas C. Zakas covers JavaScript from its very beginning to the present-day incarnations including the DOM, Ajax, and HTML5. Zakas shows you how to extend this powerful language to meet specific needs and create dynamic user interfaces for the web that blur the line between desktop and internet. By the end of the book, you'll have a strong understanding of the significant advances in web development as they relate to JavaScript so that you can apply them to your next website. Book Details Publisher: Wrox By: Nicholas C. Zakas ISBN: 978-1-1180-2669-4 Year: 2012 Pages: 960 Language: English File size: 53.1 MB File format: PDF Download ebook Professional JavaScrip

Download ebook Head First jQuery

Download ebook Head First jQuery Book Description Want to add more interactivity and polish to your websites? Discover how  jQuery  can help you build complex scripting functionality in just a few lines of code. With Head First jQuery, you'll quickly get up to speed on this amazing  JavaScript  library by learning how to navigate  HTML documents while handling events, effects, callbacks, and animations. By the time you've completed the book, you'll be incorporating Ajax apps, working seamlessly with HTML and CSS, and handling data with PHP, MySQL and JSON. If you want to learn - and understand - how to create interactive web pages, unobtrusive script, and cool animations that don't kill your browser, this book is for you. Book Details Publisher: O'Reilly Media By: Ryan Benedetti ,  Ronan Cranley ISBN: 978-1-4493-9321-2 Year: 2011 Pages: 544 Language: English File size: 68.9 MB File format: PDF Download ebook Head First jQuery

Download ebook Use Case Driven Object Modeling with UML

Download ebook Use Case Driven Object Modeling with UML Book Description Use Case Driven Object Modeling with UML: Theory and Practice shows how to drive an object-oriented  software   design  from use case all the way through coding and testing, based on the minimalist, UML-based ICONIX process. In addition to a comprehensive explanation of the foundations of the approach, the book makes extensive use of examples and provides exercises at the back of each chapter. This book leads by example. It demonstrates common analysis and design errors, shows how to detect and fix them, and suggests how to avoid making the same errors in the future. Book Details Publisher: Apress By: Doug Rosenberg ,  Matt Stephens ISBN: 978-1-59059-774-3 Year: 2007 Pages: 472 Language: English File size: 12.3 MB File format: PDF Download ebook Use Case Driven Object Modeling with UML

PROJECT SERVER TECHCENTER VIDEOS

Learn about Project Server. There are lots of videos which can teach you how to work with Project Server. Click here to watch online videos Click here to watch more online videos

HTML5 & CSS3 Fundamentals: Development for Absolute Beginners

HTML5 & CSS3 Fundamentals: Development for Absolute Beginners Want to learn a different language? Over the course of 21 episodes, our friend Bob Tabor will teach you the fundamentals of HTML5 & CSS3 programming. Tune in to learn concepts about web pages, CSS3 styles and HTML5 features. We'll walk you through getting the web principals, writing code and much more! Each concept is broken into its own video 

Office 2013 Quick Start Guides

Image
Do you want to learn Office 2013 ?  Check this link. You will get Quick Start Guilds for MS Office 2013.  you can download free Quick Start Guides from Microsoft. These printable guides contain useful tips, shortcuts, and screenshots to help you find your way around. http://office.microsoft.com/en-us/support/office-2013-quick-start-guides-HA103673669.aspx

SQL Integrity Check

SQL Integrity Check **NEW TOOL** Identifies SQL Server database corruption Initiate Checks  - easily run a CHECKDB for any database on-demand Identify Corruption  - view integrity check results to identify corruption Verify Last Check  - routinely verifies when last check was performed Automatic Notification  - receive alerts when databases are due for checks Save time  – no need to write and maintain scripts Download SQL Integraty Check

Download ebook - jQuery Hotshot

Download ebook - jQuery Hotshot Ten practical projects that exercise your skill, build your confidence, and help you master jQuery Book Description jQuery is used by millions of people to write  JavaScript  more easily and more quickly. It has become the standard tool for web developers and designers to add dynamic, interactive elements to their sites, smoothing out browser inconsistencies and reducing costly development time. jQuery Hotshot walks you step by step through 10 projects designed to familiarise you with the  jQuery  library and related technologies. Each project  focuses on a particular subject or section of the API, but also looks at something related, like jQuery's official templates, or an HTML5 feature like localStorage. Build your knowledge of jQuery and related technologies. Book Details Publisher: Packt Publishing By: Dan Wellman ISBN: 978-1-84951-910-6 Year: 2013 Pages: 296 Language: English File size: 4 MB File format: PDF Download ebook - jQuery Hotshot

10 jQuery snippets for SharePoint 2010

A good post which let you know through jQuery: Text manipulation Check the URL Timestamp Change the attribute Change CSS Add expand / collapse web parts Modify form field Check site template Welcome message Append today’s date Open post

Updates

New Software Available for Download •  FAST Search Server 2010 with Service Pack 2 •  Office Web Apps with Service Pack 2 •  Project Server 2010 with Service Pack 2 •  Search Server 2010 with Service Pack 2 •  SharePoint Server 2010 with Service Pack 2 •  SharePoint Server 2010 Language Pack with Service Pack 2 •  SharePoint Server 2010 Service Pack 2

Split string in 2 column

I have a field called "Location" in this field we are storing "City, State". Now we want to show city in other column and state in other column. Basically I want to split the "Location" column based on "," (comma). To achieve this goal I am using the functions: LEFT RIGHT SEARCH LEN IF ISERROR TRIM Let’s see how can we do this with use of above given functions. If Errors, I am using ISERROR formula =IF (ISERROR (currentFormula), "", currentFormula) I am going to create a calculated column called "City" and copy & paste the " =IF(ISERROR(LEFT(Location,(SEARCH(",",Location,1)-1))), "", TRIM(LEFT(Location,(SEARCH(",",Location,1)-1)))) " in the formula text box. This formula will check whether any error is coming or not if error is coming then it will return blank value otherwise show us "City Name" I am going to create a calculated colu

Remove user from site collection

Hi, If you want to remove or delete a user from site collection not from a site only what will you do in SharePoint 2010. We have option to delete a user from site collection In SharePoint 2007. But unfortunately in SharePoint 2010 we do not have this option.      ·          Now follow below given steps to remove or delete a user from whole site collection: ·          Log in as Site Collection Admin in site collection ·          Go to Site Actions & then Site Permissions ·          Hit on any security group to open. ·          Go to the URL now. You will find the url look like : o    http://[YourSiteURL]/_layouts/people.aspx?MembershipGroupId=[ANumber ] ·          Just make a change in this url o    http://[YourSiteURL]/_layouts/people.aspx?MembershipGroupId=0 ·          Just remove number [ANumber] from the URL & place “0” (Zero) instead of that number. ·          After deleting any user from here will be deleted from the whole site collection.

Exam Ref 70-332: Advanced Solutions of Microsoft SharePoint Server 2013

Hi, Prepare for Exam 70-332 - and help demonstrate your real-world mastery of  Microsoft   SharePoint   Server  2013. Designed for experienced IT Professionals ready to advance their status, Exam Ref focuses on the critical-thinking and decision-making acumen needed for success at the MCSE level. Download ebook for 70-332

Exam Ref 70-331: Core Solutions of Microsoft SharePoint Server 2013

Hi, Prepare for Exam 70-331 - and help demonstrate your real-world mastery of  Microsoft   SharePoint   Server  2013 core solutions. Designed for experienced IT professionals ready to advance their status, Exam Ref focuses on the critical-thinking and decision-making acumen needed for success at the MCSE level. Download free ebook for 70-331

My Sites Web Part

Image
Here people wanted to see a web part which can show my sites on which current user have access permission. I searched in SharePoint but I didn't find any out of the box web par for the same purpose. So created My Sites Web Part for our internal use. I have created 2 view of the web part with some different kind of settings: 1.    Show My Sites in Tree View 2.    Show My Sites in View Download My Sites Webpart Download Document

WSS_Logging database

Truncate WSS_Logging database with this script : 1. Open SQL Server with "Run as Administrator" 2. Right click on WSS_Logging database & click on New Query. 3. Copy & paste below given script.       DECLARE @TableName AS VARCHAR(MAX) DECLARE table_cursor CURSOR FOR SELECT TABLE_NAME FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_NAME LIKE '%_Partition%' OPEN table_cursor FETCH NEXT FROM table_cursor INTO @TableName WHILE @@FETCH_STATUS = 0 BEGIN DECLARE @SQLText AS NVARCHAR(4000) SET @SQLText = 'TRUNCATE TABLE ' + @TableName EXEC sp_executeSQL @SQLText FETCH NEXT FROM table_cursor INTO @TableName END CLOSE table_cursor DEALLOCATE table_cursor 4. Run this query. 5. Than shrink this database.