Posts

Showing posts from September, 2013

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 = "   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