Author: Zonixsoft

Advantages of Asp.net and Sharepoint – Where to use SharePoint

Click Here to visit Zonix’s Website Here are some of Advantages/Disadvantages of SharePoint apps over ASP.Net apps:   Advantages:   1. Many built-in features are available with MOSS which can be used to easily develop complex solutions. 2. Rich Security features which come built in. 3. Integrated with Content Management. 4. Very less efforts required […]

What’s SharePoint Not Good For

Click Here to visit Zonix’s Website SharePoint is an excellent way to create data-driven web sites, in my opinion, but there are other times where I don’t think it’s the best choice. For example, SharePoint isn’t a substitute for a code management library, such as SourceSafe. (Microsoft is working on this for Visual Studio 2008, […]

Introduction to SharePoint

Click Here to visit Zonix’s Website Why Use SharePoint? a.  SharePoint is a component of Windows 2003 that lets you share Microsoft Office documents with others through web pages. Unlike most web sites, SharePoint sites are designed to be highly dynamic. Team members can easily upload documents, add public announcements, send alerts, track work items, and […]

Introduction to SharePoint

Click Here to visit Zonix’s Website Why Use SharePoint? a.  SharePoint is a component of Windows 2003 that lets you share Microsoft Office documents with others through web pages. Unlike most web sites, SharePoint sites are designed to be highly dynamic. Team members can easily upload documents, add public announcements, send alerts, track work items, and […]

Create a Working Map using Google Maps API

Click Here to visit Zonix’s Website Create a Working Map using Google Maps API   To include a Google map on an online site, you’ll need an API key which is tied to your site URL and your GMail account. First, visit http://www.google.com/apis/maps/signup.html. Make sure to read through the terms of use — there are […]

Create a Working Map using Google Maps API

Click Here to visit Zonix’s Website Create a Working Map using Google Maps API   To include a Google map on an online site, you’ll need an API key which is tied to your site URL and your GMail account. First, visit http://www.google.com/apis/maps/signup.html. Make sure to read through the terms of use — there are […]

How to add flash files to asp.net web pages

Click Here to visit Zonix’s Website <object classid=”clsid:D27CDB6E-AE6D-11cf-96B8-444553540000″ codebase=”http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0” width=”540″ height=”400″ hspace=”10″ id=”ShockwaveFlash1VIEWASTEXT”> <param name=movie value=”Flash File Path”> <PARAM NAME=”quality” VALUE=”high”> <PARAM NAME=”bgcolor” VALUE=”#FFFFFF”> <param name = “wmode” value = “transparent”/> <embed src=”Flash File Path” width=”540″ height=”400″ loop=”false” quality=high pluginspage=”http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash” type=”application/x-shockwave-flash”> </embed> </object> Remember to place the Flash File inside the Project only.and give a […]