Wednesday, September 16, 2009
Sunday, September 13, 2009
Difference between ASP.NET and VB.NET
ASP.Net is very successful Web application platform used by individuals and many large companies, who want to build and run their own websites. ASP.Net provides server controls with the ability to give you rich web content and more. Anyone willing to purchase the software and learn how to properly use this technology can use the tools, and application system to build a great Website. You can develope and build your own database choosing to use VB.net or C# language. Many websites today, which were built in the past used HTML language to build their websites.
Difference Between Asp.net And Php
PHP is a language. PHP consists of a platform-independent engine that parses PHP scripts. This language also provides common web application functionality such as database connectivity.
ASP.NET is not a language, but a technology and is a small part of the .NET Framework. The Dot NET Framework consists of a) CLR – Common Language Runtime which manages execution of the code b) a hierarchical set of class libraries. These libraries are extensive and provide a great deal of functionality both for web-based applications and well as windows-based.
ASP.NET framework is built entirely on an OOP paradigm and OOP concepts while PHP is not.
PHP does not follow the OOP paradigm entirely. It only supports partial encapsulation, and partial polymorphism.
Compilation is also different in PHP and ASP.NET.
In PHP, when a page is requested, the HTML and inline PHP script is compiled to binary format called Zend Opcodes. Once compiled, the opcodes are run by the Zend Engine and HTML is generated which is sent to the client. Commercial products are available that increase the speed at which PHP pages are executed.
In contrast, when an ASP.NET page is first requested it is converted into an intermediate language called MSIL (Microsoft Intermediate Language). The CLR then converts this MSIL to machine code. Conversion to machine code only takes place once for each page request (unless code has been modified). All subsequent requests use the already generated machine code. In ASP.NET no optimization product is required as the MSIL generated is already in its most optimized form.
Thursday, September 10, 2009
Login System for your Web by PHP
Creating Mysql Table (databse name: "tarique"): form is name of mysql table.
CREATE TABLE `form` (
`name` VARCHAR( 50 ) NOT NULL ,
`age` INT( 20 ) NOT NULL ,
`E-mail` VARCHAR( 50 ) NOT NULL ,
`password` VARCHAR( 20 ) NOT NULL
) ENGINE = MYISAM ;
Step-2:
Crating HTML Form file (File name "registration.html"): regtoweb.php is name of php file.
Step-3:
Crating PHP file (File name "regtoweb.php"): Must save your file name as regtoweb.php. and "tarique" is the mysql database name.
$fname=$_POST["name"];
$fage=$_POST["age"];
$femail=$_POST["E-mail"];
$fpassword=$_POST["password"];
$con = mysql_connect("localhost","root","");
if (!$con)
{
die('Could not connect: ' . mysql_error());
}
mysql_select_db("alhera", $con);
mysql_query("INSERT INTO form(`name`, `age`, `E-mail`, `password`) VALUES('$fname','$fage','$femail','$fpassword')");
echo "Your record successfully added";
mysql_select_db("alhera", $con);
$result = mysql_query("SELECT * FROM form");
echo "
| name | age | password | |
|---|---|---|---|
| " . $row['name'] . " | ";" . $row['age'] . " | ";" . $row['E-mail'] . " | ";" . $row['password'] . " | ";
mysql_close($con);
?>
By using this code you can make login system into your localhost.
Saturday, August 29, 2009
Graphics, Web Designing, Video Editing, Animation and Web Developing

Joynal’s House, Goaltek, Faidabad,
Uttara, Dhaka-1230
Telephone: (0088) 01713387962 (Mobile)
Email: design.fair@yahoo.com
Professional Profile
I am an enthusiastic and professional Web Designer, who enjoys being part of, as well as leading, a successful and productive team. I am quick to grasp new ideas and concepts, and to develop innovative and creative solutions to problems. I am able to work well on my own initiative and can demonstrate the high levels of motivation required to meet the tightest of deadlines. Even under significant pressure, I possess a strong ability to perform effectively.
Objective
I am now looking to build on my extensive range of technical skills within a suitably challenging role. I am keen to achieve further professional development.
Key Technical Skills
Adobe PhotoShop
Macromedia Dream Weaver
QuarkXPress
Adobe Illustrator
Macromedia Flash
ActionScript 3.0
Adobe Premiere
Macromedia Director
FTP Programs
Adobe After Effects
J2EE
Microsoft Excel
Microsoft PowerPoint
Microsoft Office
Javascript
Microsoft Access
Xamp
Auto Cad
HTML
MySql-PHP
Visual Studio.NET
XML
Hardware & Trouble Shooting
Joomla/CMS
Career Summary
2008-2009 Web Master & Admin Executive, Dcastalia,
· Web mastering.
· Generate page designs, mock-ups and templates for various web development projects
· Design & execute promotional collaterals, advertising & printing materials
· Maintain and improve look-and-feel of existing web pages of various clients
· Develop flash presentations as needed
· Develop stylesheets for application developers
· Build web page templates for application developers
2007-2008 Web Designer, BetaCom Advertising,
· Creating new web concepts and designs for both new and existing websites
· Designing entirely new websites based on collaterals and directives from related projects
· Creating functional layouts from new website designs including basic programming
· Maintain and enhance the design and layout of existing websites
Master of Commerce(Hons.) in Management.
From
Diploma in Graphic Design & Multimedia.
Diploma in Web Designing and Developing.
From Dhaka Institute of Technology,
Key Modules:
Web Design Visual Communication
Multimedia Print Design
Administrative Photography
Following attainment of my Leaving Certificate, I embarked on a Diploma in Graphic Design Multimedia, Web Designing & Developing to formalise both my design skills and my creative experience. Via mock client briefs, addressing realistic commercial projects, I studied web design, typography, CAD, the print process, illustration and multimedia applications. The final examination of the Diploma consisted of an exhibition of project work (multimedia, CD-ROM and accompanying web page and associated print materials). A dissertation on an individually selected design topic was also completed and submitted.
Personal Details
Date of Birth :
Nationality : Bangladeshi
Language Skill : Fluent English , Bangla & Hindi.
Marital status : Married
Health : Excellent; non-smoker.
Other : Qualified in First Aid and Fire Protection & Training of Trainer (TOT).
Interests & Activities
Currently include: Photography, Theatre & Amateur Dramatics, Football & Cricket.
