DirectorySoftwareBlog Details for "DevExpert"

DevExpert


DevExpert
Discussing the new Software Development Technologies and Solutions such as SharePoint | .NET | MCMS | MS SQL | Office
Articles: 1, 2, 3

Articles

Microsoft SQL Server 2008 code name "katmai" Release-June CTP
2007-06-25 17:27:00
SQL Server 2008, the next release of Microsoft SQL Server, provides a comprehensive data platform that is more secure, reliable, manageable and scalable for your mission critical applications, while enabling developers to create new applications that can store and consume any type of data on any device, and enabling all your users to make informed decisions with relevant insights. Download release & Read more
More About: June , Code , Release
Microsoft SQL Server 2008 code name "katmai" Release-June CTP
2007-06-25 17:27:00
SQL Server 2008, the next release of Microsoft SQL Server, provides a comprehensive data platform that is more secure, reliable, manageable and scalable for your mission critical applications, while enabling developers to create new applications that can store and consume any type of data on any device, and enabling all your users to make informed decisions with relevant insights. Download release & Read more
More About: June , Code , Release
Announcing new Publishing Controls and web parts for SharePoint 2007
2007-06-21 20:07:00
A new CodePlex projects for community WCM code samples announced by Spencer Harbar & Andrew Connell:   SharePoint 2007 WCM Field ControlsA collection of sample Field Controls for use within Publishing Sites built using Office SharePoint Server 2007's Web Content Management features.   SharePoint 2007 WCM Web Parts A collection of sample Web Parts for use within Publishing Sites built using Office SharePoint Server 2007's Web Content Management features.   SharePoint 2007 WCM UtilitiesA collection of useful utilities for Publishing Sites built using Office SharePoint Server 2007's Web Content Management features.  
More About: Shin , Sharepoint 2007 , Sharepoint
Announcing new Publishing Controls and web parts for SharePoint 2007
2007-06-21 20:07:00
A new CodePlex projects for community WCM code samples announced by Spencer Harbar & Andrew Connell:   SharePoint 2007 WCM Field ControlsA collection of sample Field Controls for use within Publishing Sites built using Office SharePoint Server 2007's Web Content Management features.   SharePoint 2007 WCM Web Parts A collection of sample Web Parts for use within Publishing Sites built using Office SharePoint Server 2007's Web Content Management features.   SharePoint 2007 WCM UtilitiesA collection of useful utilities for Publishing Sites built using Office SharePoint Server 2007's Web Content Management features.  
More About: Sharepoint 2007 , Sharepoint
Announcing new Publishing Controls and web parts for SharePoint 2007
2007-06-21 20:07:00
A new CodePlex projects for community WCM code samples announced by Spencer Harbar & Andrew Connell:   SharePoint 2007 WCM Field ControlsA collection of sample Field Controls for use within Publishing Sites built using Office SharePoint Server 2007's Web Content Management features.   SharePoint 2007 WCM Web Parts A collection of sample Web Parts for use within Publishing Sites built using Office SharePoint Server 2007's Web Content Management features.   SharePoint 2007 WCM UtilitiesA collection of useful utilities for Publishing Sites built using Office SharePoint Server 2007's Web Content Management features.  
More About: Sharepoint 2007 , Sharepoint
Announcing new Publishing Controls and web parts for SharePoint 2007
2007-06-21 20:07:00
A new CodePlex projects for community WCM code samples announced by Spencer Harbar & Andrew Connell:   SharePoint 2007 WCM Field ControlsA collection of sample Field Controls for use within Publishing Sites built using Office SharePoint Server 2007's Web Content Management features.   SharePoint 2007 WCM Web Parts A collection of sample Web Parts for use within Publishing Sites built using Office SharePoint Server 2007's Web Content Management features.   SharePoint 2007 WCM UtilitiesA collection of useful utilities for Publishing Sites built using Office SharePoint Server 2007's Web Content Management features.  
More About: Shin , Sharepoint 2007 , Sharepoint
SharePoint 2007 Flash Animation Web Part
2007-06-11 07:25:00
Hi everyone, I've seen that many people are using HTML content web part for displaying Flash animation, I don't recommend this approach for many reasons, one of them being you won't tell your client to edit HTML code for changing Flash properties; so it is better to have a dedicated web part for rendering Flash animation, I've developed a simple one, here is the code: using System;using System.ComponentModel;using System.Runtime.InteropServices;using System.Web.UI;using System.Web.UI.WebControls.WebPart s;using System.Web.UI.WebControls;using System.Xml.Serialization; using Microsoft.SharePoint;using Microsoft.SharePoint.WebControls;using Microsoft.SharePoint.WebPartPages;using Microsoft.SharePoint.Utilities;using System.Web.UI.HtmlControls; namespace FlashWebPart{    [Guid("f04fa49d-1342-4c7d-904a-c43ebc942f 39")]    [XmlRoot(Namespace = "FlashWebPart")]    public class FlashWebPart : Microsoft.SharePoint.WebPartPages.WebPart &nb...
More About: Animation , Flash Animation , Sharepoint 2007
SharePoint 2007 Flash Animation Web Part
2007-06-11 07:25:00
Hi everyone, I've seen many people are using HTML content web part for displaying Flash animation, I don't recommend this approach for many reasons, one of them; you won't tell your client to edit HTML code for changing Flash properties, so it is better to have a dedicated web part for rendering Flash animation, I've developed a simple one, here is the code: using System;using System.ComponentModel;using System.Runtime.InteropServices;using System.Web.UI;using System.Web.UI.WebControls.WebPart s;using System.Web.UI.WebControls;using System.Xml.Serialization; using Microsoft.SharePoint;using Microsoft.SharePoint.WebControls;using Microsoft.SharePoint.WebPartPages;using Microsoft.SharePoint.Utilities;using System.Web.UI.HtmlControls; namespace FlashWebPart{    [Guid("f04fa49d-1342-4c7d-904a-c43ebc942f 39")]    [XmlRoot(Namespace = "FlashWebPart")]    public class FlashWebPart : Microsoft.SharePoint.WebPartPages.WebPart    ...
More About: Animation , Flash Animation , Lash
SharePoint 2007 Flash Animation Web Part
2007-06-11 07:25:00
Hi everyone, I've seen that many people are using HTML content web part for displaying Flash animation, I don't recommend this approach for many reasons, one of them being you won't tell your client to edit HTML code for changing Flash properties; so it is better to have a dedicated web part for rendering Flash animation, I've developed a simple one, here is the code: using System;using System.ComponentModel;using System.Runtime.InteropServices;using System.Web.UI;using System.Web.UI.WebControls.WebPart s;using System.Web.UI.WebControls;using System.Xml.Serialization; using Microsoft.SharePoint;using Microsoft.SharePoint.WebControls;using Microsoft.SharePoint.WebPartPages;using Microsoft.SharePoint.Utilities;using System.Web.UI.HtmlControls; namespace FlashWebPart{    [Guid("f04fa49d-1342-4c7d-904a-c43ebc942f 39")]    [XmlRoot(Namespace = "FlashWebPart")]    public class FlashWebPart : Microsoft.SharePoint.WebPartPages.WebPart &nb...
More About: Animation , Flash Animation , Sharepoint 2007
SharePoint 2007 Flash Animation Web Part
2007-06-11 07:25:00
Hi everyone, I've seen that many people are using HTML content web part for displaying Flash animation, I don't recommend this approach for many reasons, one of them being you won't tell your client to edit HTML code for changing Flash properties; so it is better to have a dedicated web part for rendering Flash animation, I've developed a simple one, here is the code: using System;using System.ComponentModel;using System.Runtime.InteropServices;using System.Web.UI;using System.Web.UI.WebControls.WebPart s;using System.Web.UI.WebControls;using System.Xml.Serialization; using Microsoft.SharePoint;using Microsoft.SharePoint.WebControls;using Microsoft.SharePoint.WebPartPages;using Microsoft.SharePoint.Utilities;using System.Web.UI.HtmlControls; namespace FlashWebPart{    [Guid("f04fa49d-1342-4c7d-904a-c43ebc942f 39")]    [XmlRoot(Namespace = "FlashWebPart")]    public class FlashWebPart : Microsoft.SharePoint.WebPartPages.WebPart &nb...
More About: Animation , Flash Animation , Lash
Customizing SharePoint 2007 Navigation Menu
2007-06-10 20:51:00
If you are a WCM developer, then you will be in need to customize the default SharePoint menu control.  This new feature in MOSS 2007 is great and it allows for suitable level of customization, but unfortunately, this level is not enough for such portal which I?m involved in these days. I?ve decided to customize the default menu instead of developing new control. To realize the problem suppose that you want your menu to have the following structure: Site1   Site2  Site3  Site4 ?..    Site1Child1 . Site1Child2 . Site1Child3? As you see, every static item have its own style, also it should have it is own hover style, and dynamic items should appear horizontally in case of mouse over the static item.If you edited your master page by sharepoint designer, you will notice that the default SharePoint menu allows you to define only one class for all static items, so we need to edit the static menu template, but even so, the template allows you only to edit...
More About: Navigation , Menu , Custom , Sharepoint 2007 , Sharepoint
Customizing SharePoint 2007 Navigation Menu
2007-06-10 20:51:00
If you are a WCM developer, then you will be in need to customize the default SharePoint menu control.  This new feature in MOSS 2007 is great and it allows for suitable level of customization, but unfortunately, this level is not enough for such portal which I?m involved in these days. I?ve decided to customize the default menu instead of developing new control. To realize the problem suppose that you want your menu to have the following structure: Site1   Site2  Site3  Site4 ?..    Site1Child1 . Site1Child2 . Site1Child3? As you see, every static item has its own style, also it should has its own hover style, and dynamic items should appear horizontally in case of mouse over the static item.If you edited your master page by sharepoint designer, you will notice that the default SharePoint menu allows you to define only one class for all static items, so we need to edit the static menu template, but even though, the template allows you only for edi...
More About: Navigation , Menu , Sharepoint 2007 , Sharepoint
Customizing SharePoint 2007 Navigation Menu
2007-06-10 20:51:00
If you are a WCM developer, then you will be in need to customize the default SharePoint menu control.  This new feature in MOSS 2007 is great and it allows for suitable level of customization, but unfortunately, this level is not enough for such portal which I?m involved in these days. I?ve decided to customize the default menu instead of developing new control. To realize the problem suppose that you want your menu to have the following structure: Site1   Site2  Site3  Site4 ?..    Site1Child1 . Site1Child2 . Site1Child3? As you see, every static item have its own style, also it should have it is own hover style, and dynamic items should appear horizontally in case of mouse over the static item.If you edited your master page by sharepoint designer, you will notice that the default SharePoint menu allows you to define only one class for all static items, so we need to edit the static menu template, but even so, the template allows you only to edit...
More About: Navigation , Menu , Custom , Sharepoint 2007 , Sharepoint
Customizing SharePoint 2007 Navigation Menu
2007-06-10 20:51:00
If you are a WCM developer, then you will be in need to customize the default SharePoint menu control.  This new feature in MOSS 2007 is great and it allows for suitable level of customization, but unfortunately, this level is not enough for such portal which I?m involved in these days. I?ve decided to customize the default menu instead of developing new control. To realize the problem suppose that you want your menu to have the following structure: Site1   Site2  Site3  Site4 ?..    Site1Child1 . Site1Child2 . Site1Child3? As you see, every static item has its own style, also it should has its own hover style, and dynamic items should appear horizontally in case of mouse over the static item.If you edited your master page by sharepoint designer, you will notice that the default SharePoint menu allows you to define only one class for all static items, so we need to edit the static menu template, but even though, the template allows you only for edi...
More About: Navigation , Menu , Sharepoint 2007 , Sharepoint
Increased performance for MOSS apps using the PortalSiteMapProvider
2007-05-24 20:32:00
"Performance is usually top-of-mind for any web site deployment, including MOSS.  If you're writing code that deals with SharePoint items, and you're deploying that code to a site with even moderate traffic, you should consider using the PortalSiteMapProvider for increased performance.  In this post, Chris Richard takes us through the feature and describes how it can be leveraged.  Take it away Chris!" A great post at "Microsoft Enterprise Content Management (ECM) Team Blog" Read More
More About: Tema , Form , Moss , Ease
Increased performance for MOSS apps using the PortalSiteMapProvider
2007-05-24 20:32:00
"Performance is usually top-of-mind for any web site deployment, including MOSS.  If you're writing code that deals with SharePoint items, and you're deploying that code to a site with even moderate traffic, you should consider using the PortalSiteMapProvider for increased performance.  In this post, Chris Richard takes us through the feature and describes how it can be leveraged.  Take it away Chris!" A great post at "Microsoft Enterprise Content Management (ECM) Team Blog" Read More
More About: Tema , Form , Moss , Ease
The Power of WCM: SendTec.com - design, development, and go-live in just 6
2007-05-22 10:04:00
Yes, in 6 weeks, those guys have done a great and appreciated work in such a short time using SharePoint 2007 for internet sites (WCM). Send Tec, Inc. is a multi-channel marketing company deploying traditional agency resources as well as innovative technology solutions for the benefit of ROI-minded advertisers. As part of an overall corporate rebranding effort, SendTec wanted to redesign the look and feel of their corporate website. The overall goals for the new site were: To have a clean, modern look and feel. To maintain existing search engine rankings. To be easily managed by non-IT personnel. To be completed quickly to meet the aggressive brand launch schedule. Read More
More About: Design , Power , Development , Live
The Power of WCM: SendTec.com - design, development, and go-live in just 6
2007-05-22 10:04:00
Yes, in 6 weeks, those guys have done a great and appreciated work in such a short time using SharePoint 2007 for internet sites (WCM). SendTec, Inc. is a multi-channel marketing company deploying traditional agency resources as well as innovative technology solutions for the benefit of ROI-minded advertisers. As part of an overall corporate rebranding effort, SendTec wanted to redesign the look and feel of their corporate website. The overall goals for the new site were: To have a clean, modern look and feel. To maintain existing search engine rankings. To be easily managed by non-IT personnel. To be completed quickly to meet the aggressive brand launch schedule. Read More
More About: Design , Power , Development , Live , Develop
Microsoft Office SharePoint 2007 and ASP.NET 2.0 AJAX 1.0
2007-05-09 20:30:00
 Hello again, since the release of MOSS 2007, I have the intention for developing a SharePoint web part which supports ASP.NET AJAX, and yesterday I?ve started the mission, I?ve read some useful posts from Microsoft and interested guys which helped me much to achieve the job.Soft ware needed: SharePoint Portal Server 2007 (installed with site collection created on port: 80) Visual Studio 2005 Visual Studio 2005 Extensions for SharePoint 2007 ASP.NET 2.0 AJAX 1.0 First you need to configure your SharePoint Portal to support AJAX, to do this, it is better to open new AJAX web site in Visual Studio to pick a copy from configuration sections in web.config, or you can copy from here, so let?s start: 1- Add the following part under: <configSections> <sectionGroup name="system.web.extensions" type="System.Web.Configuration.SystemWebE xtensionsSectionGroup, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">  ; &nbs...
More About: Office , Microsoft Office , Ajax
Microsoft Office SharePoint 2007 and ASP.NET 2.0 AJAX 1.0
2007-05-09 20:30:00
 Hello again, since the release of MOSS 2007, I have the intention for developing a SharePoint web part which supports ASP.NET AJAX, and yesterday I?ve started the mission, I?ve read some useful posts from Microsoft and interested guys which helped me much to achieve the job.Software needed: SharePoint Portal Server 2007 (installed with site collection created on port: 80) Visual Studio 2005 Visual Studio 2005 Extensions for SharePoint 2007 ASP.NET 2.0 AJAX 1.0 First you need to configure your SharePoint Portal to support AJAX, to do this, it is better to open new AJAX web site in Visual Studio to pick a copy from configuration sections in web.config, or you can copy from here, so let?s start: 1- Add the following part under: <configSections> <sectionGroup name="system.web.extensions" type="System.Web.Configuration.SystemWebE xtensionsSectionGroup, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">  ; &nb...
More About: Office , Microsoft Office , Ajax
What a Microsoft-Yahoo Merger Means for Google
2007-05-07 18:11:00
If Micro soft and Yahoo merge Google may have to worry about its hold on the consumer search and online advertising markets. Jon Brodkin, NetworkWorld The potential of a Microsoft-Yahoo blockbuster deal probably doesn't have rivals at Google shaking in their boots just yet, but if a merger comes to fruition Google may have to worry about its hold on the consumer search and online advertising markets. Google has performed well in creating and acquiring interesting technology with audience and advertiser reach, says Yankee Group analyst Jennifer Simpson, while noting Google's purchase of YouTube and Internet advertising company DoubleClick. Read More    
More About: Merger
What a Microsoft-Yahoo Merger Means for Google
2007-05-07 18:11:00
If Micro soft and Yahoo merge Google may have to worry about its hold on the consumer search and online advertising markets. Jon Brodkin, NetworkWorld The potential of a Microsoft-Yahoo blockbuster deal probably doesn't have rivals at Google shaking in their boots just yet, but if a merger comes to fruition Google may have to worry about its hold on the consumer search and online advertising markets. Google has performed well in creating and acquiring interesting technology with audience and advertiser reach, says Yankee Group analyst Jennifer Simpson, while noting Google's purchase of YouTube and Internet advertising company DoubleClick. Read More    
More About: Soft
ASP.NET Ads/Banner Manager Software
2007-05-06 16:07:00
Good day everyone, It is a simple C#.NET Ads Mana ger which you can manage more that one category , and each category may has more than one banner, you can control the percentage or weight for each banner, also there is a click-tracker for each banner, it has SQL Server database. here is a screen shot download the source here
More About: Software , Banner , Anne
ASP.NET Ads/Banner Manager Software
2007-05-06 16:07:00
Good day everyone, It is a simple C#.NET Ads Mana ger which you can manage more that one category , and each category may has more than one banner, you can control the percentage or weight for each banner, also there is a click-tracker for each banner, it has SQL Server database. here is a screen shot download the source here
More About: Software , Soft , Banner
ASP.NET Image Gallery with thumbnails
2007-05-05 14:09:00
Hi, in this project I tried to build a structured Image gallery based on file system using C#.NET 1.1, I've put some effects on thumbnails and folders, if  you like to add any further enhancements just download the source and enjoy it. I believe that this Image Galley needs a file manager/uploader, I may develop it in the neer future. you will find a folder named "Gallery Pictures" inside "resources" folder, this folder which I store all gallery  pictures and folders. here is a screen shot: Download source code  
More About: Thumb , Nail
ASP.NET Image Gallery with thumbnails
2007-05-05 14:09:00
Hi, in this project I tried to build a structured Image gallery based on file system using C#.NET 1.1, I've put some effects on thumbnails and folders, if  you like to add any further enhancements just download the source and enjoy it. I believe that this Image Galley needs a file manager/uploader, I may develop it in the neer future. you will find a folder named "Gallery Pictures" inside "resources" folder, this folder which I store all gallery  pictures and folders. here is a screen shot: Download source code  
More About: Nails , Thumb , Nail
Microsoft reveals Dynamic Language Runtime for .NET (DLR)
2007-05-02 13:12:00
Ryan Paul: Micro soft has unveiled a new Dynamic Language Runtime (DLR) layer for the .NET development platform. Designed to simplify the process of bringing support for additional dynamic languages to .NET, the Dynamic Language Runtime is largely based on lessons learned from developing IronPython, an implementation of the Python programming language that runs on .NET's Common Language Runtime (CLR). Microsoft developers have already been able to build implementations of Python, Ruby, Javascript, and Visual Basic that can run on the DLR, and the company hopes that releasing the DLR infrastructure under a highly-permissive BSD-style Shared Source license will entice independent developers to add support for other languages as well. Since the DLR acts as a layer on top of the CLR, dynamic languages that leverage the DLR will have full access to .NET programming libraries written in other languages like C#. Full story: here
Microsoft reveals Dynamic Language Runtime for .NET (DLR)
2007-05-02 13:12:00
Ryan Paul: Micro soft has unveiled a new Dynamic Language Runtime (DLR) layer for the .NET development platform. Designed to simplify the process of bringing support for additional dynamic languages to .NET, the Dynamic Language Runtime is largely based on lessons learned from developing IronPython, an implementation of the Python programming language that runs on .NET's Common Language Runtime (CLR). Microsoft developers have already been able to build implementations of Python, Ruby, Javascript, and Visual Basic that can run on the DLR, and the company hopes that releasing the DLR infrastructure under a highly-permissive BSD-style Shared Source license will entice independent developers to add support for other languages as well. Since the DLR acts as a layer on top of the CLR, dynamic languages that leverage the DLR will have full access to .NET programming libraries written in other languages like C#. Full story: here
More About: Soft
Top Five Web Application Developments of the Year
2007-05-01 11:56:00
eWEEK: The Top Five Web Application Develop ments of the Year : Opera 9 Maintaining its tradition as the most innovative Web browser of recent years, Opera 9 has once again set the bar high when it comes to new capabilities and improving and extending the experience of using the Web and the Internet.   SharePoint Portal Server 2007 Office SharePoint Server 2007 will be a welcome upgrade from previous versions of the platform, including a cornucopia of new template options for quickly building a wide variety of Web sites, portals and community pages as well as much-improved workflow and routing features   Word Press 2.05 The added ability to create a new category directly from the post-writing interface should be standard in any blogging system. An improved roles system for users replaces previous versions' bizarro level system, and the post preview area now actually reflects what posts will look like in the real blog.   FireFox 2.0 eWEEK Labs found Firefox 2.0 to ha...
More About: Web Application
Top Five Web Application Developments of the Year
2007-05-01 11:56:00
eWEEK: The Top Five Web Application Develop ments of the Year : Opera 9 Maintaining its tradition as the most innovative Web browser of recent years, Opera 9 has once again set the bar high when it comes to new capabilities and improving and extending the experience of using the Web and the Internet.   SharePoint Portal Server 2007 Office SharePoint Server 2007 will be a welcome upgrade from previous versions of the platform, including a cornucopia of new template options for quickly building a wide variety of Web sites, portals and community pages as well as much-improved workflow and routing features   Word Press 2.05 The added ability to create a new category directly from the post-writing interface should be standard in any blogging system. An improved roles system for users replaces previous versions' bizarro level system, and the post preview area now actually reflects what posts will look like in the real blog.   FireFox 2.0 eWEEK Labs found Firefox 2.0 to ha...
More About: Web Application
More articles from this author:
1, 2, 3
111733 blogs in the directory.
Statistics resets every week.


Contact | About
© Blog Toplist 2012 - Supported by Web Catalog - SEO by FeWorks
eXTReMe Tracker