DevExpert![]() DevExpert Discussing the new Software Development Technologies and Solutions such as SharePoint | .NET | MCMS | MS SQL | Office
Articles:
1, 2
Articles
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
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
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 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 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 More About: Soft
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
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
Building a Complete ASP.NET Survey Engine Based on XML WebSurvey
2007-04-30 15:32:00 First, let me to thank Mr. Steve Stchur for the great XML control, and I will try in this article to express how to build a complete survey engine based on sstchur.web.survey.dll version 2.6. You may expect that I will build this solution based on XML files, but I can?t resist my love to SQL Server, so in this article I will construct the survey engine to use SQL Server Database and XML files for just display.At the beginning, we need to build our database which contains 3 tables as the following: If you look at the database design you will discover that I?m storing the XML into database fields! And I recall it back to XML files if the selected survey is active. Second step is to build VS.NET project and writing our code; obviously you will notice that my code here is not commented well, so please forgive me for that, but I promise I will do my best to get some time to comment my code. As Websurvey designed to read from XML files, I?ve created 4 XML files to handle this... More About: Building , Survey , Engine , Build , Complete
Building a Complete ASP.NET Survey Engine Based on XML WebSurvey
2007-04-30 15:32:00 First, let me to thank Mr. Steve Stchur for the great XML control, and I will try in this article to express how to build a complete survey engine based on sstchur.web.survey.dll version 2.6. You may expect that I will build this solution based on XML files, but I can?t resist my love to SQL Server, so in this article I will construct the survey engine to use SQL Server Database and XML files for just display.At the beginning, we need to build our database which contains 3 tables as the following: If you look at the database design you will discover that I?m storing the XML into database fields! And I recall it back to XML files if the selected survey is active. Second step is to build VS.NET project and writing our code; obviously you will notice that my code here is not commented well, so please forgive me for that, but I promise I will do my best to get some time to comment my code. As Websurvey designed to read from XML files, I?ve created 4 XML files to handle this... More About: Building , Survey , Engine , Build , Complete
Microsoft Pre-release Software Visual Studio Code Name "Orcas" Beta 1 (Team
2007-04-24 09:24:00 Microsoft Visual Studio Code Name "Orcas" is the next generation development tool for Windows Vista, the 2007 Office System, and the Web. for download and more details visit: Microsoft link More About: Software , Microsoft , Beta
Microsoft Pre-release Software Visual Studio Code Name "Orcas" Beta 1 (Team
2007-04-24 09:24:00 Microsoft Visual Studio Code Name "Orcas" is the next generation development tool for Windows Vista, the 2007 Office System, and the Web. for download and more details visit: Microsoft link More About: Software , Microsoft , Beta
Customizing MOSS 2007 My Sites within the enterprise
2007-04-23 17:07:00 I've read a good written article talking about modifying the private My Site is where things begin to work differently, I think many people interested in SharePoint would like to know how would they modify My Site in SharePoint According to their needs. here is the link of the article Customizing MOSS 2007 My Sites within the enterprise More About: Enter , Moss , Rise , Enterprise
Vulnerabilities in Microsoft Content Management Server Could Allow Remote C
2007-04-20 13:48:00 Microsoft Security Bulletin MS07-018: Vulnerabilities in Microsoft Content Management Server Could Allow Remote Code Execution (925939) Tested Software and Security Update Download Locations: Affected Software: ? Microsoft Content Management Server 2001 Service Pack 1 ? Download the update (KB924430) ? Microsoft Content Management Server 2002 Service Pack 2 ? Download the update (KB924429) Read More: http://www.microsoft.com/technet/security /bulletin/ms07-018.mspx More About: Microsoft
Your guide for building SharePoint Server 2007 WCM Internet Portal
2007-04-19 20:25:00 Hello everyone since a few days, I became involved in building a large Internet portal for one of the most famous publication group in the Middle East, they have an intention for using Microsoft Office SharePoint 2007 to provide the portal framework for authoring and publishing daily news content. During my research I have read many articles regarding Web Content Management (WCM) in SharePoint 2007, we may need to identify the main outlines or most significant issues which we should consider for building such publishing portal. The first issue is to understand the new WCM in SharePoint Services 3.0 which include: Understanding page model Creating and customizing Master Pages Creating page layouts (templates) Customizing Site Navigation One of the best resources which you can start with to understand WCM is MSDN library, you will find a complete reference at the following Posts:Customizing and Branding Web Content Management-Enabled SharePoint Sites(Part 1 of 3)Customizing and ... More About: Building , Guide , Server , Portal
Microsoft Introduces Interactive Media Manager
More articles from this author:2007-04-18 19:54:00 Microsoft Corp. introduced Microsoft® Interactive Media Manager , a next-generation digital content management solution that combines digital workflows and media application integration with a collaborative front-end environment. The solution, an extension of Microsoft Office SharePoint® Server 2007, is designed specifically for the media and entertainment industry, including film and post-production studios, broadcasters, game developers, publishers, and advertising and marketing agencies. ?As the digital era continues to alter the industry, we?re seeing the walls between previously disparate functions beginning to crumble as the strengths of IT are increasingly relevant and needed in the creative side of the house,? said Gabriele Di Piazza, managing director for Media & Entertainment in the Communications Sector at Microsoft. ?Interactive Media Manager is a solution that spans those two formerly distinct worlds, automating the gaps that exist in the workflow process to create ... More About: Microsoft , Soft 1, 2 |




