Calculate difference between two dates excluding Sunday or any day with CSharp

.Net is really great environment, a lot of functionality has already been implemented  and ready to use. Its just one dot away. Here  for example, you don’t need to implement anything to find the day of date just use DayOfWeek function.

Leave a comment Continue Reading →

Shortcut for “Save As Template” in SharePoint 2010

Most of the time we use test and production server. Then we create list and libraries at test server and copy or miserably create again. To copy whole site, save as template feature is used. When publishing feature is enabled save as template link disappear but we can reach this feature by manually using sharepointsite/_layouts/SaveTmpl.aspx [...]

Leave a comment Continue Reading →

How to Filter SharePoint 2010 Tasks Which are Assigned to You and The Group Your are Member of?

Normally we use standard view to filter assigned tasks by using [Me] in filter option. But you can use only [Me] and [Today]. What you can do if you want to see tasks which is assigned to you and tasks which are assigned to a SharePoint group that you are member of. This is actually [...]

Leave a comment Continue Reading →

CRUD Operations on SharePoint Lists using Microsoft.SharePoint.Linq

everybody, In this tutorial, i would like to share with you a cool stuff called Linq to SharePoint. It a new way to write queries. If you already bored by Caml syntax, i definitely suggest you to use Linq to SharePoint . Before we start lets take a look at some quick info. What is [...]

Leave a comment Continue Reading →

This is How I Draw Cartoon

In this post, i would like to share with you, how i draw some of my cartoons that you can see at My Cartoons page.

Leave a comment Continue Reading →

How to Sum Multiple Same Class Input Values by jQuery

jQuery is very cool library, you can do so many things faster than normal javascript, here is one example: If you have multiple input and all of them have same class, you can sum of their value and more. “each” function does everything. Take a look at codes below.

Leave a comment Continue Reading →

How to Make Moving Background Image with jQuery

Hi everybody, this time I’ll give you a hint about moving background image. Depending on your background image you can move anything .  It is not the perfect solution but, it will help to make some move…

Leave a comment Continue Reading →

How to Bulk Import Documents to SharePoint 2010 Document Library

Recently, i was working on project that manages incoming and outgoing documents. I was trying to move massive numbers of documents from file server to SharePoint document library. To do this first i tried to use “Upload Multiple Document” button on document library, i was faced by item limit of 100 documents. Then i decided use [...]

Leave a comment Continue Reading →

How to Connect QlikView to Sharepoint 2010 Lists

I have been working on SharePoint list all the time and use QlikView to make cool dashboards. If you work with SharePoint and want to show your executives cool dashboard, it is better to start here.

2 Comments Continue Reading →

My Favorite Mozilla FireFox Add-ons

I think Mozilla FireFox the best internet browser . I’ve been using FireFox almost 8 years.  Since these years i found out some of the cool add-ons and started to use it. Here i make a list for my favorite add-on. I hope you also enjoy as much as i do. This is “The List”: [...]

1 Comment Continue Reading →