|
Tariq Ayad Profile |
|
|
MOSS–Weird Ajax Issue
Tariq Ayad Thought I should bring this to attention since it’s a weird issue and the solution isn’t obvious when googling. The issue is - In MOSS an Ajax-Partial postback, causes the page to loose its page title. Like shown below So whats the fix? Appaprently additional spaces between the and the cause this issue. The solution is to remove the spaces. Original Source: http://www.directsharepoint.com/2011/04/page-title-disappears-after-ajax-post.html [read]. Posted: Mon, Apr 25th '11 |
Minimal Master Page Ajax Issue
Tariq Ayad Hi All, just wanted to point out a teensy weensy but maybe very useful tip. It might be outdated information if you are using SharePoint 2010, but if you are using SharePoint 2007 then you might find this useful. I am sure all of you working with SharePoint has come across Heather Solomon through her blog, it being a really wonderful resource for skinning SharePoint. Heather also has provided a ton of help to the SharePoint community by sharing the minimal masterpages for WSS and MOSS. What I w [read]. Posted: Fri, Apr 8th '11 |
Gmail Motion–It really works–You just need a Kinect and some Custom Software
Tariq Ayad Some of you have probably already seen Google’s April 1st announcement of their technology to use “Motion Sensing” to control Gmail. I betcha Google probably didn’t think of Kinect when making that spoof or perhaps they did which is why it sound plausible in a remote way. Anyways the FAST crew have brought responded to the spoof with demoing their Software doing just that. i.e. having motion control for Gmail using a Kinect and custom software of theirs. Actually this seems very feasi [read]. Posted: Sun, Apr 3rd '11 |
jQuery Primer for SharePoint
Tariq Ayad fyi - http://sharepointmagazine.net/articles/a-jquery-primer-for-sharepoint-selectors-attributes-and-traversing-oh-my [read]. Posted: Thu, Mar 31st '11 |
On SharePoint, Hide the ‘Sign-in As A Different User’ option through JQuery
Tariq Ayad A simple script you can add to your master page or content editor etc. to hide the “Sign in As a Different User” option that is available in the Personal Actions Menu. jQuery(document).ready(function($) { var objects = document.getElementsByTagName("ie:menuitem"); for (var i = 0; i < objects.length; i++) { itm = objects[i]; if (('#' + itm.id).indexOf("LoginAsDifferentUser") != -1) { $('#' + itm.id).remove(); } } }) This is a modification of the original script found here [read]. Posted: Thu, Mar 31st '11 |
Dec 2010 = Epic Win
Tariq Ayad Tariq lt;3 Fathima,br /
Fathima lt;3 Tariq,br /
Dec 2010 = Epic win!!br /pCrossposted from a href="http://www.tariqayad.com"tariqayad.com/a/ppa href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12u=141850"img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12u=141850" border="0"//a/piframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5amp;Task=Getamp;PageID=31016amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder= [read]. Posted: Thu, Sep 16th '10 |
SQLSessionState, SharePoint Object reference not set to an instance of an object.
Tariq Ayad pAll right I admit, that's a very abstract title for a blog post, and its not eye catchy or snazzy as something like “What to do when you get a “Object reference not set to an instance of an object. exception on a SharePoint farm that uses SQLSessionState. “/p
pBut hey its supposed to grab your attention if you are having this problem./p
pOk so the error is/p
blockquote
pServer Error in '/' Application.
br /Object reference not set to an instance of an object. /p
pDescription: An un [read]. Posted: Thu, Sep 16th '10 |
I am not using Windows 7, but I like it
Tariq Ayad I am not using Windows 7 (at least not yet), but I am using Windows 2008 R2, which has the Windows 7 shell.
I've been using it a couple of days and I like it a lot, I find the new win7 ui-shell very usefull, very productive. There are things I like a lot in it that makes my life easier. Specially
1. Improvements to Windows Explorer, Favorites and Libraries
2. Jump Lists
3. The new taskbar
4. How the Show desktop button is non intrusive, but readily accesible
5. the new tray area with app icons [read]. Posted: Sun, Feb 28th '10 |
Whats wrong with this code?
Tariq Ayad [code] /// /// Gets or sets the site URL. /// /// The site URL. [WebBrowsable(true), WebDescription("Url of the site to process reports on"), WebDisplayName("Site Url"), Personalizable(PersonalizationScope.Shared)] public string SiteUrl { get { if (string.IsNullOrEmpty(siteUrl)) { return SPContext.Current.Web.Url; } return siteUrl; } set { s [read]. Posted: Thu, Oct 15th '09 |
Looking for a Media Server
Tariq Ayad I have been looking for a software for a specific purpose but havent found it yet, so was wondering if anyone out there knew of something that serves this purpose.
Let me explain.
I want to have a Centralised Media Repository at home, like a server which other devices (laptops, pda etc) can connect to and listen to mp3s etc off the server (possibly by streaming). Users connecting to the server should be able to search media, browse media by album, artist etc.
Does anyone know of any s [read]. Posted: Mon, Sep 7th '09 |
Shell extention for wsp files
Tariq Ayad This is old news but still its a great tip
http://www.harbar.net/archive/2007/04/25/Rightclick-a-.WSP-to-Add-Solution.aspx
How to get an "Add Solution" option as a shell extention in windows explorer Crossposted from tariqayad.com [read]. Posted: Fri, Aug 21st '09 |
Office Communicator Mobile
Tariq Ayad There is a new version of Office Communicator Mobile available. But one feature that I really want is still missing, i.e. for COMO (Communicator Mobile) to run of the storage card. Microsoft Guys please can you add this? The main memory on the phones are not huge you know, typically about 100 MB or less, which gets consumed by every other app for some reason or other wanting to dump some files into the /Windows. Technet points to the folowing "Can I install Communicator Mobile (2007 release) on [read]. Posted: Tue, Aug 4th '09 |
Windows Mobile Development
Tariq Ayad Over the last few months there has been quite a bit of news regarding Windows Mobile that has focused on 'pumping-up' the platform to compete with everything else out there (including the iphone) for instance Windows Mobile renamed to Windows Phone Microsoft Releases Windows Mobile Marketplace to compete with App Store Mobile Market place launches with 600 apps Windows Mobile 6.5 and how to create widget for WM 6.5 and this latest white paper - How to port an iphone application to Windows Mobil [read]. Posted: Mon, Aug 3rd '09 |
Find the NetBios Name of AD
Tariq Ayad Its been quite a bit of struggle for me to find an accurate way of finding the netbios name of a domain from AD using System.DirectoryServices. In case you are in the same jam here how you do it. Connect to AD using the following ldap url: LDAP://CN=Partitions,CN=Configuration,DC=,DC= When querying AD using the Directory Searcher object uses the following filter: netbiosname=* This should give you a record from AD containing the netbios name of the domain as the CN Explanation AD stores the the [read]. Posted: Thu, Jul 30th '09 |
Find the NetBios Name of AD
Tariq Ayad Its been quite a bit of struggle for me to find an accurate way of finding the netbios name of a domain from AD using System.DirectoryServices. In case you are in the same jam here how you do it. Connect to AD using the following ldap url: LDAP://CN=Partitions,CN=Configuration,DC=,DC= When querying AD using the Directory Searcher object uses the following filter: netbiosname=* This should give you a record from AD containing the netbios name of the domain as the CN Explanation AD stores the the [read]. Posted: Thu, Jul 30th '09 |
Find the NetBios Name of a domain in AD
Tariq Ayad Its been quite a bit of struggle for me to find an accurate way of finding the netbios name of a domain from AD using System.DirectoryServices. In case you are in the same jam here how you do it. Connect to AD using the following ldap url: LDAP://CN=Partitions,CN=Configuration,DC=,DC= When querying AD using the Directory Searcher object uses the following filter: netbiosname=* This should give you a record from AD containing the netbios name of the domain as the CN Explanation AD stores the the [read]. Posted: Thu, Jul 30th '09 |
The Page Hunt Game for Bing
Tariq Ayad From neowin.net I came across this game. http://pagehunt.msrlivelabs.com/PlayPageHunt.aspx Its not exactly a great timer waster but its good for a good 5 minutes before you get bored. What I still don't get is, Bing should take into account any suggestion we may make for returning the page result, instead of saying "no thats not it". Crossposted from tariqayad.com [read]. Posted: Wed, Jul 29th '09 |
Windows Mobile App: ZoomSMS
Tariq Ayad Here is a cool app for Windows Mobile. It gives you 2 neat icons on your today screen to indicate missed calls or text messages. Clicking on the icons shows you a popup with text message, or missed call phone number. You can get it from here. Crossposted from tariqayad.com [read]. Posted: Wed, Jul 15th '09 |
My Hiccup is Gone (the one I had 5 mins ago)
Tariq Ayad Yep, Just followed these instructions and they worked. http://www.cognitial.com/hiccups.asp Crossposted from tariqayad.com [read]. Posted: Wed, Jul 8th '09 |
Site Highlight: WMPoweruser.com
Tariq Ayad If you are a Windows Mobile User, then this site should be one of your frequent haunts. Its not? well take a look-see anyway it has a whole bunch of reviews and news. http://wmpoweruser.com/ Crossposted from tariqayad.com [read]. Posted: Sat, Jun 27th '09 |
Windows 7 - Home Premium is $49.99 on Amazon as well
Tariq Ayad Amazon is offering pre-orders for Windows & Home Premium at $49.99 as well. Just a heads up because I thought previously thought the offer was only from store.microsoft.com Link:http://www.amazon.com/Microsoft-Windows-Home-Premium-Upgrade/dp/B002DHLUWK Crossposted from tariqayad.com [read]. Posted: Sat, Jun 27th '09 |
Did you know: Did you know that VWD 2008 can load class libraries as well.
Tariq Ayad Did you know that Visual Web Developer 2008 can load class libraries as well. It can with SP1 installed, and it seems a bit hidden to expose this functionality. The trick is to enable "Show Solution" in the solution pane. here is the tip on the official blog. Once you have the solution showing on Solution Explorer, you can your class library projects. Please note this requires VWD 2008 SP1. [read]. Posted: Sat, Jun 27th '09 |
Test Post from Live Writer (please ignore)
Tariq Ayad Please ignore this post and a couple of others that will appear subsequently, I am testing an xml-rpc plugn I wrote, Cheers [read]. Posted: Sat, Jun 27th '09 |
Patrick you will be missed
Tariq Ayad I only got news of Patrick Tisseghem's passing away today. And it wasn't the kind of news I was expecting to find when browsing RSS Feeds. Its very sad.
I knew patrick only briefly, through IM, and his blog. But as everyone else has testified he was a really helpfull guy, willing to help with a SharePoint problem or pass his thoughts.
His pasing away leaves a void in the SharePoint community, and all of us are going to miss him quite much.
Very very sad.
My condolences to Patrick's family.
Patri [read]. Posted: Tue, Sep 9th '08 |
911 - MOSS Query Tool
Tariq Ayad With the closure of GotDotNet this wonderful tool has gone missing. I redid my machine today and went looking for it. I couldn't find any alternative hosting for it either. Does anyone have a copy of it that they can share please? Would greatly appreciate the help. Thanks, Tariq Technorati tags: SharePoint, Search, MOSS, Query
Cross-posted from tariqayad.com [read]. Posted: Tue, Apr 22nd '08 |
911 - MOSS Query Tool
Tariq Ayad With the closure of GotDotNet this wonderful tool has gone missing. I redid my machine today and went looking for it. I couldn't find any alternative hosting for it either. Does anyone have a copy of it that they can share please? Would greatly appreciate the help. Thanks, Tariq
Cross-posted from tariqayad.com [read]. Posted: Tue, Apr 22nd '08 |
AT&T Goes Surface
Tariq Ayad Saw this two posts on Gizmodo. WOW, I thought surface was commercially still some time away. http://gizmodo.com/375055/att-stores-the-first-to-get-microsofts-surface-table http://gizmodo.com/375328/att-surface-retail-demo-buying-a-cellphone-finally-doesnt-suck Technorati Tags: Surface,Microsoft,AT&T
Cross-posted from tariqayad.com [read]. Posted: Thu, Apr 3rd '08 |
VHD Resizing Tool
Tariq Ayad Ran across this tool today. Just used it and it works - coolies. Thanks vmtookit.com Technorati Tags: VHD,Virtual PC,Resie,Virtual Hard Disk
Cross-posted from tariqayad.com [read]. Posted: Fri, Mar 28th '08 |
Hacking the Windows Mobile Ringtone Settings
Tariq Ayad fyi a registry hack http://forum.xda-developers.com/archive/index.php/t-226557.html Technorati tags: Windows Mobile, Ringtone
Cross-posted from tariqayad.com [read]. Posted: Sun, Mar 23rd '08 |
Ingenuitive Heating/Cooling Solution in Netherlands
Tariq Ayad Saw this post on Digg and I think it is pretty cool. I.e. using the black tarmac of roads to heat water for heating/cooling during the appropriate months.
Cross-posted from tariqayad.com [read]. Posted: Tue, Mar 11th '08 |
Whale Explodes whilst being transported
Tariq Ayad http://www.truckspills.com/whale_spill.html
Cross-posted from tariqayad.com [read]. Posted: Thu, Mar 6th '08 |
Office Live Workspaces
Tariq Ayad Not that I use these things much, but on a few other occasions I have had the need to use Google Documents, and was quite contempt with it. The scenario where I would personally see the need for these kind of applications is when I want to share documents and stuff, and also be restricted with not having the Office programs available, e.g. WebCafes etc. So today moved by all the hype around the announcement of Office Live Workspaces I gave it a try, and I am impressed. The interface looks elegan [read]. Posted: Wed, Mar 5th '08 |
No VSE WSS for VS 2008 Until Summer
Tariq Ayad Dated: March/2008 Yes as saddening that sounds, it seems it is true. Having a bit of slack time and not being able to give VS2008 a whirl earlier due to project pressures, I broke it out today all eager to gauge what elegance this IDE brings, specially since I had the need to write a test WebPart. Out of instinct I went File -> New Project -> *hold up where is the SharePoint Category. So then me thinks ah! its not built in to the product, maybe another extension for Visual Studio. So googl [read]. Posted: Wed, Mar 5th '08 |
MOSS BDC Design Studio by Simego
Tariq Ayad I am actually pleased that today we have a bit of variety in tools that can generate BDC Application Definitions.
An addition to this list of tools is "MOSS BDC Design Studio" by Simego, which actually quite good and easy to use.
The site offers a 14 day trial version, and prices aren't that bad (but me thinks it should priced more a little bit more reasonably).
But still for all the tool is quite good, it seems to be limited to SQL Server and WebServices which is a limitation. The other limit [read]. Posted: Tue, Mar 4th '08 |
Rambo
Tariq Ayad This was on Digg today, and I thought it was worth linking to. It seems like as Rambo gets older, either he is getting more accurate or has lost all hope for preserving human life. :) Technorati tags: Rambo
Cross-posted from tariqayad.com [read]. Posted: Sun, Feb 3rd '08 |
.NET Videos
Tariq Ayad A couple of days back Ravi gave me a shout out to this .NET Video youtube-wannabe site. Check it out: www.dotnetvideos.net But guess what he's there is a tempting offer at the site as well, a free subscription to asp.netPRO magazine on registration. Thanks for the link Ravi Technorati tags: .Net Videos, Tutorials
Cross-posted from tariqayad.com [read]. Posted: Wed, Jan 30th '08 |
Fiddler not working with ASP.NET Development Server
Tariq Ayad Yes, I ran into the above mentioned issue. The solution is that fiddler does not catch url that go by "localhost" so the solution as mentioned in this blog is to replace localhost with localhost. Technorati tags: Fiddler, http debugging, casini, asp.NET, development server
Cross-posted from tariqayad.com [read]. Posted: Wed, Jan 30th '08 |
Motiah.net
Tariq Ayad Tools written in Csharp for Video and Audio work. Check it out - http://moitah.net/. There's some cool stuff there (if you are into that kinda thing anyways) Technorati tags: audio, video, tools, csharp, .net
Cross-posted from tariqayad.com [read]. Posted: Mon, Jan 21st '08 |
Windows Mobile 7 Peaks
Tariq Ayad The InsideMicrosoft blog has a scoop spilling out a few details about Windows Mobile 7. So far if this is true the OS will be awesome. Not sure about device support, the feature spectrum hints at motion sensors and multi-touch. http://microsoft.blognewschannel.com/archives/2008/01/06/exclusive-windows-mobile-7-to-focus-on-touch-and-motion-gestures/ Technorati tags: Windows Mobile 7, Touch, Motion Sensor
Cross-posted from tariqayad.com [read]. Posted: Thu, Jan 10th '08 |