Built using Microsoft PowerPoint 2013 plus Windows 8 Metro Style tiles and icons.
I hope that helped
Ahmed
Just came cross an issue lately with SharePoint 2010 field (Column) formulas.
The issues is when I was applying formulas on Arabic culture sites, SharePoint kept giving me errors parsing the formula.
For example:
I have 2 fields [Start Date] and [End Date]
To calculate the days between the two dates and display “-” if the [End Date] is empty, you can use something like:
=IF(ISBLANK([End Date]),”-“,DATEDIF([End Date],[Start Date],”d”))
This will calculate the days between the two dates only if the [End Date] is blank and works perfectly in English based sites.
If you want to do the same in Arabic Language sites (Even if the column names in English), simple you need to replace the comma “,” with semi column “;”, the result will be something this:
=IF(ISBLANK(النهاية);”-“;DATEDIF(البداية;النهاية;”d”))
As stated in this MSDN article, this must be done for specific languages/cultures and if the website culture changed back again to English, the formula will be changed automatically to use the comma model (Didn’t test this).
I hope that helped
Ahmed
Just came across the following solution to solve the common SharePoint 2010 Silverlight web parts (Org Browser and Media Web parts) Arabic display issue.
The solution is very simple:
The idea beyond the solution is to force the Silverlight runtime to the newest version which has the proper RTL support.
Please, try this and submit your feedback.
I hope that helped
Ahmed
This my first post using my new tablet, so far amazing experience
I have tried the below couple of times with the same result:
1. Send meeting request from Outlook like the following:
Note: I have the time zone settings as below
2. Check your Gmail
The time zone changed to be (AST) which equals to (UTC -4)!!! , however my Google Calendar settings are as the following:
3. When I accept the meeting request, I receive the following email
My guess, the issue is one of the two scenarios:
Really, don’t know exactly what is going on, tried it with 2 different Google Accounts and 2 different Exchange Implementation with the same result.
I hope that helped
Ahmed
You may receive the following error when trying to create a project on Project Server 2010 PWA:
This error as described in MSDN Project Server Error Codes here, comes from the invalid number of digits after decimal in Currency Format.
[ProjectOptCurrencyDigitsInvalid = 1037
The optional currency digits are not valid.]
The solution simply as the following:
I hope that helped
Ahmed
The stats helper monkeys at WordPress.com mulled over how this blog did in 2010, and here’s a high level summary of its overall blog health:
The Blog-Health-o-Meter™ reads This blog is doing awesome!.
A Boeing 747-400 passenger jet can hold 416 passengers. This blog was viewed about 5,100 times in 2010. That’s about 12 full 747s.
In 2010, there were 5 new posts, growing the total archive of this blog to 27 posts. There were 12 pictures uploaded, taking up a total of 4mb. That’s about a picture per month.
The busiest day of the year was September 1st with 38 views. The most popular post that day was Home.
The top referring sites in 2010 were oryxdev.com, social.msdn.microsoft.com, oryxdev.net, google.co.in, and google.com.
Some visitors came searching, mostly for jquery ajax sample, presentation layer sharepoint bi, sharepoint oracle database, php ajax vehicle tracking, and loading effect in silverlight.
These are the posts and pages that got the most views in 2010.
Home January 2009
5 comments
jQuery AJAX Load Sample February 2009
Connecting Oracle Database to Microsoft Office SharePoint Server 2007 – Concepts July 2009
1 comment
ASP.NET AJAX 4.0 Deep Dive Live Meeting Presentation and Samples April 2009
Using Microsoft Virtual Earth for Vehicle Tracking and Geo Fencing Sample March 2009
5 comments
Hi all,
Thanks a lot for everyone honored us by being there in the SharePoint Saturday event 16th October 2010.
In this post – and the updated ones – I’ll post all the related content of my session [SharePoint 2010 Business Intelligence Insights] ISA
You can download the presentation file from here
Then, to configure the lap machine please follow the following steps:
Now, you have the presentation and lap machine up and running.
Kindly, note that additional configuration steps will be added within their related demos, as the above setup is the basic one.
Please, try to create the machine and let me know if you need any help.
ISA in the following posts, I’ll create samples using the above created machine on the different tools of the Microsoft BI framework.
I hope that helped
Ahmed