Gmail Priority Inbox | Great invention from Google.

31. August 2010
Once again Google' great idea for emails, daily we have bundle of emails and many emails are not spam but they are really not imporant, what if you get more then 20 emails daily and you miss your business deal email or your Grilfriend emails ? So for this now Proiority inbox is here where you can sseprate your most important messages, and above al... [More]

Technology , ,

Stopwatch class in .Net to log how much time it took for a code to run

31. August 2010
How many times have you wished to log how long a particular piece of code took to execute?  Maybe you are trying to track average request time or some such metric, or maybe send a warning message when a stored procedure takes longer than 1 second to execute. Well, you could do it with DateTime like so: 1: DateTime start = DateTime... [More]

Better Coding

Gmail VoIP ! now you can Phone to Landline or Mobile with Gmail Call Phone

26. August 2010
Gmail makes it simplified to retard in mode with friends and fellowship using your computer's microphone and speakers. But until now, this required both group to be at their computers, subscribed into Gmail at the said dimension. Relinquished that most of us don't expend all day in side of our computers, we think, "wouldn't it be good if you could ... [More]

Technology , ,

Iftari and Sehri Deals in Lahore Pakistan – Year 2010

14. August 2010
Special Azadi Treat !!! Here is an exclusive list of all Iftari and Sehri deals across eating places in Lahore. Enjoy!   Iftari and Sehri Deals

Pakistan

SQL Server: Get Accurate Count of Rows for Large Tables

11. August 2010
Here is the query which is not only quick but reliable enough to retrieve accurate number of rows in a very large table like a table with 2,000,000,000,000+ rows table :)     SELECT SUM (row_count) FROM sys.dm_db_partition_stats WHERE object_id=OBJECT_ID('<table name>') AND (index_id=0 or index_id=1);

SQL Server

End CD to MIME Conversion(Process: POP3 Server Lotus Domino Console

10. August 2010
Hello, from many days i was not able to view my Lotus Log due to CD to MIME Conversion log messages ...   27.08.2010 14:29:05 End CD to MIME Conversion(Process: POP3 Server (00000678:0000000A), Database: E:\Lotus\Domino\Data\mail\jasson.nsf, Note: 00016C0A) 27.08.2010 14:29:05 Begin CD to MIME Conversion(Process: POP3 Server (00000678... [More]

Lotus

Database is corrupt – Cannot allocate space Lotus Notes Issue.

10. August 2010
Often we receive this error, and at that time use is not able to access mail file, you can fix it with following steps:     Solution: - Open Lotus Notes Admin Client. - Click on server - Click Server Console - Click Live - In command area:   -    Load Fixup -f mail\mailfile.nsf    &... [More]

Lotus , ,

Tax Calculator for Salaried People for Year 2010-2011

5. August 2010
    Click here to download Microsoft Excel based Calculator for FREE!!!

Pakistan

How to show or add scroll bar in SharePoint Web Parts

5. August 2010
In order to display scroll bar in SharePoint list view web parts, a simple trick is to use jQuery. Following is the sample code that you can add in a hidden content editor web part that will add scroll bar in the given ID’s of the web parts on that page:   <script src="http://code.jquery.com/jquery-latest.min.js"></scr... [More]

SharePoint

How to locate version info of SharePoint

13. July 2010
A very nice and comprehensive post to show every possible (and latest) info regarding your SharePoint version related queries: How to Locate Version Info of SharePoint

SharePoint

SharePoint preupgradecheck error "An error occurred while parsing entity name"

23. June 2010
If you get stsadm –o preupgradecheck abort message saying something like “An error occurred while parsing entity name” then fear not and go to …\12\CONFIG\PreUpgradeCheck folder and look for the rules files. Now based on the error message, you can locate which rule went bizzerk. You can either fix your farm setting for example, may be aga... [More]

SharePoint

Iphone 4. what new ? and in how many ways, it’s a first.

9. June 2010
      People have been dreaming about video calling for decades. iPhone 4 makes it a reality. With just a tap, you can wave hello to your kids, share a smile from across the globe, or watch your best friend laugh at your stories — iPhone 4 to iPhone 4 over Wi-Fi. And it works right out of the box. No other phone makes staying in to... [More]

What is “Document Center” in SharePoint

4. June 2010
“Document Center” in SharePoint solves a common problem: How to make specific files available to a large group of users without giving them access to other files. For example, in a project site with 100 files, one of these files is a final report and should be made available to all other users. Instead of modifying the permissions for this final re... [More]

SharePoint

How to change hard coded URLs in InfoPath form templates, Universal Data Connection (UDC) files, and content types for specific scenarios in SharePoint

3. June 2010
Microsoft has provided a very neat tool which allows a SharePoint farm administrator to change hard coded URLs in InfoPath form templates, Universal Data Connection (UDC) files, and content types in SharePoint for specific scenarios. You can download this tool using following URL: Tool to change hard coded URLs in SharePoint

DIFFERENCE BETWEEN SHAREPOINT FOUNDATION AND SHAREPOINT SERVER

3. June 2010
Regarding “SharePoint Foundation” and “SharePoint Server 2010”, the important thing to understand is that SharePoint Foundation is the foundation, and SharePoint Server is simply an optional add-on package of more advanced features. In fact, you cannot install SharePoint Server by itself, because installing it automatically also installs SharePoint... [More]

SharePoint