Technology Tips -

Saturday, February 6, 2016

Blog can be used to publish news article - there are many news websites you can browse and few of them might be using SharePoint blog technology for publishing news on their website. And if you browse any news site like CNBC news so you would see summary of article first and roll up components etc and then if you click further then it will show you up the entire news article. 
There are many sites has been developed using such technologies - But if you look at the platform from Microsoft so there was only tool Microsoft has introduced to create blog site was SharePoint Server and from then on people has used SharePoint blogging feature and created various sites entertaining their audience.
SharePoint 2013 blog feature will give you ready component to use it in your site as blogging platform, integrated with Microsoft office like word you can also  publish post directly from there, archiving and a lot more.
And creating blog in SharePoint 2013 is super easy too if you have SharePoint skills.
You can do customization in your SharePoint 2013 blog if you want to design it according to your need.

Super Easy Steps for creating SharePoint 2013 blog:

Creating SharePoint blog in 2013 is super easy, you follow the step to create a blog in sharepoint 2013.

Key sequence to create sharepoint 2013 blog:

From menu click Site content>>Subsite>>url>>select blog template>> create blog
description:
Select site content>>  then Create Subsite, give a title to your blog, enter some description what is it all about few lines then website address in the next text box and then select template blog from there and click create button that's it, you will end up with sophisticated blog site displaying blog post and on the right side navigation you will see few links for creating new post, manage post, category, archive etc.

If you click on manage post then it will take to to the list area where article are being created and displayed.
And if you browse it from ribbon and go into list setting then you can add any site column in this article that you want. You will find various default columns like title, body, comments of article and created date , category, rating, likes how many likes there are,  first you need to understand what is the purpose of these columns.
These column are being used to store information about article in this example , and few column you might not find them in your article like thumbnail image and summary text so you can create that column and - can be used to store thumbnail image and summary text in your article and you create these column straight from the list setting and then create column.
So this is become super easy for anyone to create a blog in sharepoint 2013 and entertain their audience.

















Thursday, February 4, 2016

sqlservermanagementstudio.net

When you are working in a SharePoint world and there is team with you working on any site like developer tester and designer then – there is no chance for anyone to work directly on production server.
When you have installed SharePoint there – you will have to setup UAT server, development server, production server and probably you can install staging server in order to streamline entire life cycle of SharePoint activities, if you are working on SharePoint production server and editing site or designing some SharePoint site directly from production so you will end up with the smoke if any error occurs then your site which is hosted on SharePoint will go down. So how anyone can be safe from this disaster.
So there is concept of content deployment has been introduced in earlier version of SharePoint and now people have clear visibility about as to why they should setup all other server in SharePoint farm if really want to take advantage of content deployment job with SharePoint 2013.

There are different ways to configure content deployment job in SharePoint 2013– from CA SharePoint you can browse content deployment path option do tweak there. You can check from there how many objects has been exported and imported.  Actually you setup SharePoint 2013 content deployment job by 
specifying from where content will move – so in ideal scenario it would be from one site collection on UAT server to another site collection in production server.
If you are ok with scripts then you can write scripts for exporting object to production site collection.

SharePoint 2013 content deployment job failed:
If you have this status all the time with your job – and you don’t know the reason so you need to browse the log area of content deployment job – just click on that log file and open it.

sharepoint content deployment job concepts and best practices
SharePoint Content Deployment job best practices and concepts
Reaching SharePoint 2013 Content deployment Failed Job status:
If you want to check the status of content deployment fail job and see status and log area so follow the key sequence below mentioned as >>

Key Sequence for content deployment failed status log:
SharePoint Central Admin>> General Application Settings>> Configure Content Deployment Job>> check your job name there and click Failed >> and then browse the path mentioned for log there.








Saturday, March 14, 2015

If you have been working with Google code project where your project was being collaborated so you have to be careful because now Google code service is being discarded by Google – as Google said it was becoming more abusive or spam by people once they upload the projects there so it was very difficult to manage it from Google.
Entire community has been using Google code service now if you need to migrate your  project from Google code to somewhere else so you can collaborate on it-There are few other services for such kind of activity are there that includes github, bitbucket and source forge and another service which is Google code importer service by Google itself.
Google code importer service is taking too much time to import your code from Google code to somewhere else as mentioned above.
If your site is linking some code hosted on Google code service so you need to migrate that code using one of services mentioned on Google code -so you can easily migrate that code somewhere else easily.

Google Code service is being discarded how to move project:

Easiest way to migrate your code is – instead of using export service which is http://code.google.com/export-to-github/ and move your code to github. But if it’s taking time so you can easily create your account in github and login and create repository there – simply by creating a link after verifying email from github and then you are done.

Now you need to import your code from Google code service to github so finally we have moved or imported our code from google code service by creating account in github and by using import option from github instead of using export service from Google code service.


Test case moved our code from Google Code Service to Github:


Our code was hosted at google code for blogger navigation which was moved  newly hosted or imported code at github and  url was
https://github.com/sqlservermanagementstudio/bloggernavigation/blob/master/blogger-page-navi.v1.js
So if you or someone is using that source code and referring that URL at Google code service so change it to newly created URL that contains code at github with the URL mentioned above for blogger navigation from Google code to github.

You will  be able migrate issues, wikis and all other stuff along with your project which was there at Google code service but only number of times download type of metadata might be missing like we were unable to find how many times users has downloaded code etc which was 100 k times at Google code service.
Otherwise rest of the wiki or issues were migrated from Google code service to github.
If you are facing issues please comment we will reply.