web analytics

How to unblock SKYPE Voice in Dubai

Skype is blocked by Government, its working but sometimes voice not working and few other issues, so best is to use VPN tunnel to unblock Skype, VPN (Virtual Private Network) connects your machine with a remote server and allows your traffic to redirected to that server and hence no restrictions , so this is best ...

www.youtube.com is back in Pakistan

Earlier, the federal cabinet had ordered the PTA to unblock YouTube even as countrywide protests continued against blasphemous content posted on Facebook. The decision was taken unanimously at a cabinet meeting on Wednesday. It was stated during the meeting that all websites that were useful for students were to be unblocked, while all blasphemous links ...

Google Maps on iOS 6 ! Yes its back on iTunes app store

  Yes, after so log wait and so much trouble, where iPhone users were about to forget MAPs app, Apple’s Maps service has been plagued with errors — misaligned topography, things not being where they’re supposed to be, misnamed streets, bad directions. The culmination came on Monday when Victoria Police issued a warning that using the ...

How to use Excel function to count the sum of duplicate records?

  Suppose you want to have count like this URL URL Count Beyondweblogs.com 3 Beyondweblogs.com 3 Beyondweblogs.com 3 google.com 1 microsoft.com 2 microsoft.com 2 yahoo.com 1 To count the sum of all duplicated records of field A and have it shown in field B You need to use cell B2 type =COUNTIF(A:A,A1) Copy down to bottom ...

Register .NET Assembly using C# with no dependency on gacutil

You can use following .NET code to register .net assembly with no dependency on GacUtil using System.EnterpriseServices.Internal; ... Publish p = new Publish(); // for GAC Installation p.GacInstall(file); // for gac installation ... p.GacRemove(file); // for gac removing ... p.RegisterAssembly(file); // for registering assembly for interop ... p.UnRegisterAssembly(file); // to unregister assembly

Display Fancy Status Message using JQuery

Recently in one of our projects, we needed to display fancy status alerts as shown below:   Instead of re-inventing the wheel, we leveraged very nicely written article from west-wind. Sharing its link below for others to benefit as well.   How to show fancy status messages using JQuery

SharePoint-Tab-Highlight-Problem.aspx

In your SharePoint setup, if top navigation aka global navigation tabs do not highlight after clicking on them – then most probably their navigation URL needs to be fixed. For example, if the tab URL is http://server/sitename/default.aspx then remove /default.aspx from this URL such that your final URL should be http://server/sitename in the navigation settings ...

How to Make Your Computer Faster ?

Remember when you first purchased your computer. The operating system would boot in a few seconds. Programs would open as soon as you double clicked. Three years later and those days are blurred memories. What happened? You’ve gone through numerous automatic updates to your Windows operating system. These came in the form of small downloads ...

/post/Quick-Launch-Navigation-missing-from-SharePoint-Web-part-page.aspx

When you create a new web part page in SharePoint, its left navigation column becomes empty. Reason for this is that the left side navigation is defined in the Master Page using “PlaceHolderLeftNavBar” content place holder and templates for Web Part Pages shipped with SharePoint override this content place holder and delete its content, thus ...

Enableing Schema Modifications for a Windows 2000 Server Domain

While Installing System center or System Manager Server 2003, if you are using windows 2000 domain controller, you need to Enable Schema Modifications. This is realy a common issue, for this logon using Domain Administrator, and perform following task:   At a command prompt, type regsvr32 schmmgmt.dll to register the schema snap-in. A success dialog ...

Site last updated May 22, 2013 @ 3:30 pm