1 .Create a .Net handler for resizing images
public class ImageResizer : IHttpHandler
{
int _width = 0;
int _height = 0;
public void ProcessRequest(HttpContext context)
{
Bitmap bitOutput;
Bitmap bitInput = GetImage(context);
if (SetHeightWidth...
1 .Create a .Net handler for resizing images
public class ImageResizer : IHttpHandler
{
int _width = 0;
int _height = 0;
public void ProcessRequest(HttpContext context)
{
Bitmap bitOutput;
Bitmap bitInput = GetImage(context);
if (SetHeightWidth...
If you need to populate a field in a Tridion component using advanced parameters or information from other services you can use Custom URLs to get the value of the field, and pass it to the custom page, you can also send that value back, once it has been...
Making one's way up and about SDL Tridion 2011, can be challenging at times. After all, it is a complex and intricate array of systems, interfaces and services backed by a wide range of technologies. At times it certainly feels like one must not fall...
Had an interesting request from a customer recently: Ensure that the product will continue to support different form-factors and whatever the future may bring. How can I answer that with anything else than a very bold " Of course! "? Whatever the future...