Palm posted a meeting to launch push email for the Treo 700W. The meeting is on April 26. I also heard there are updates to WM5 for the Treo as well. Check, http://wiki.spv-developers.com/index.php/WM5_AKU2_/_MSFP for what is covered in the update. Below is the link to the meeting. http://registration.intercall.com/r…ids%5b%5d=17053
PointBridge Blogs
Blogs from this Author
How to trouble shoot rpc over http connections
Good troubleshooting article on how to resolve rpc commuincation issues over http. http://support.microsoft.com/?kbid=827330&SD=tech
SSH on Windows 2003 for free
I had to setup this for a friend of mine and cheap was on his mind. We needed to secure his ftp server. I thought, hey SSH. But on Windows. That was the easy part. I have this running on a IIS 6 server on Windows 2003 std. I use filezilla for the ftp client. […]
Overlay in Outlook 2007 Calendaring
I just read about a cool new feature in outlook 2007 involving calendar overlay. Normally, when you want to view multiple calendars you get side by side views. It gets hard to read when you have more than 2 calendars open at once. In outlook 2007 you can overlay calendars on top of each other. […]
Office 2007 Dev Con WSS details – II
In my previous post, I mentioned the changes to some parts of WSSv3 that I saw at the Office Developers Conference 2007 held in March ’06. Here are a few more sections in WSSv3 that are different or have additions over v2.0 Object ModelThere is a new concept of Property Bags. Property Bags are buckets […]
Office 2007 Dev Con WSS details – I
In my previous post on the O2007 Dev Con recap, I mentioned a host of new features that the Sharepoint Point team has built into the new Office Sharepoint Server and WSS v3. Here are some more details based on notes that I wrote down at Dev Con, so please keep in mind that this […]
Switching primary group in AD using System.Directory services.
When I needed to access Active Directory from .Net code using DirectoryServices namespace for the first time I was surprised of how much time do I have to spend to figure out how to do any simple operation. Unlike any other .Net namespace for example System.Data (ADO.Net), System.Web and System.XML that are very good, strongly […]
Using web services as an API to WSS and SPS
Using web services as an API to WSS and SPS When you want to access SPS or WSS functionality from your application you have three choices. All of them have some advantages and disadvantages but I think that Web services would be the easiest, most flexible, secure and extendable way to work with sharepoint from […]
Scrolling, scrolling, scrolling……..
El problemo. If you have a webpart that displays many rows of data then you might experience one of the following: The Div container for the table renders with scroll bars when the data extends past the Div’s height and width where Overflow: auto. The webpart zone’s handles the scrolling. The web zones’s height and […]
Smart Parts for the Smart Developer
Smart is what smart does. If you have been following my recent blogs then you know the theme is to get an ASP.Net developer up and running with webpart development. In this blog I hope to show you what I document my methodology which should be very familiar to bread and butter ASP.Net developers. One […]
Calculating the Age of a Document in SharePoint
Getting the age of a document in days can be a bit of a pain. If you use a calculated column function like = Today – Created the calculation will only be run when the document is added and is not recalculated when the document library is displayed. To address this we need to add […]
Bizarre Behavior in the SharePoint Portal Profile Import
I’ve run into a rather interesting issue concerning SharePoint Profile imports and deleted users. You probably know that SharePoint marks users as "missing from import" when they are not found in Active Directory after three consecutive Full Imports. The issue I’ve seen is that if you run an Incremental Import in between the three Full […]