Browsing articles by " sudantha"
Jul
2
2011

Rich fonts for your site and blog – Google Web Fonts

google-web-fonts

Rich experience for web users is a foremost need in present web applications, except for colors and representation of data , typography is also plays a major role. Cool fonts in your pages will provide a nice look for your web or blog. Till some time back web was supporting limited fonts such as Arial and times new roman , so services such as ‘typekit’ was developed. But as these services were paid  subscription.   [...]

Jul
19
2010

Microsoft Web Matrix

Microsoft Web Matrix

Small, Simple, Seamless ! ‘Web Matrix’ is a free tool released by Microsoft for the rapid development to develop web applications in Microsoft Internet Information Services (IIS) for rapid web development. The best feature is that webmarix supports several open source frameworks like Drupal, wordpress, Joomla and other frameworks likes ‘blogengine’ and ‘silverstripe’. ‘Web matrix’ has several great features like web and server management, FTP Publishing, search optimization is integrated. Features Free and lightweight Integrates [...]

Jul
10
2010

Overcome PHP session errors

I think that most of the php beginners will facing a common problem on PHP session getting a warning message like this when using sessions. Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent…… For this warning there are many reasons and few fixes that can be overcome this problem.

Jun
20
2010

Creating a AJAX Refresh bar

Lets Create a AJAX Loading Bar for a ASP.NET  web application .Its a Really simple design with few lines of code .. You will need some pre requisites for this design .Im using Microsoft Visual Web Developer 2008 Express Edition even you can use  Microsoft Visual Studio First Create a AJAX enabled web site Create a ASP Page (AJAX Web Form) Insert Update Panel from AJAX Extensions in toolbox Then Place the Controller inside that that panel (Example [...]

Jun
19
2010

Simple trick to run Microsoft SQL [MSSQL] Stored procedures in PHP

I had  lot of problems and difficulties to run Microsoft SQL stored procedures in PHP but i found a simple trick to do it easily and i think it will be helpful for you all Running stored procedures  using Microsoft SQL in PHP with MSSQL interface. 1.Create the Stored procedure in Microsoft SQL management studio and check in the query analyzer if the stored procedure executes with out no errors  . 2.Create the MSSQL database connections in a PHP class or a PHP file 3.In Microsoft SQL management studio go [...]