Friday, May 1, 2020

Determining if a function is a polynomial or not


Revising Basics. What is a Polynomial? | Algebra


Tuesday, June 26, 2018

hex to rgb in google

Hi,

Just came along a nice utility in google. You can just type HEX value in google search bar and you will RGB value for the same color. It also shows HSV, HSL and CMYK.


Sunday, October 27, 2013

CBM Calculator for single type of cartons

Hi All, 

After 6 year of CBM Calculator support and development we had launched new version of CBM Calculator to calculate volume for single type of cartons. 

In this user need to enter length, width, height and carton gross weight either in cm and kg / inch and lbs. CBM Calculator will calculate cubic meter, cubic feet, gross weight, volumetric weight and quantity approximation for all type of containers. You can check this version at CBM Calculator

Apart this new type of simple calculator, CBM Calculator offers advance online version for multiple type of cartons. You can calculate volume and weight targeting one container or you can let CBM Calculator suggest you container type and no of containers required. Try this at online CBM Calculator

If you are not comfortable with online working you can always use our windows version from Windows CBM Calculator version. 

So try these calculators and let us know your feedback. 

Thanks. 

Tariq

Friday, July 5, 2013

Thursday, November 10, 2011

Mix different .Net Framework on Windows 2003 Server

This tutorial is for setting up websites based on .Net Framework 2.0 and 4.0 on windows 2003 server.

Very first thing we should keep in mind that IIS 6.0 application pools do not allow mixed .Net Framework.


Here I am showing pictures for making new application pool in IIS 6.0 and IIS 7.0

IIS 6.0 New application pool dialogue

IIS 7.0 New application pool dialogue
As you can see in IIS 6.0 we do not have option for selecting .Net Framework
Steps to setting up mixed .Net Framework(2.0/4.0) on Windows 2003 ServerStep-1We will create two different application pool. I named them DotNet2Pool and DotNet4Pool you can give any name as per your choice.

Step-2Now assign application pool as per .Net requirement of your website as shown in figure


You can check and set your website .Net Framework requirement as shown in below image.

Please make sure do not use .Net Framework 2.0 application pool on ASP.net 4.0 website and vice-versa.


Thanks!