Loading

  • Contents
  • Images
  • Styles
  • Scripts
ওয়ার্ডপ্রেস দ্বারা প্রস্তুতকৃত সাইটে প্রিমিয়াম থিম ও অত্যাধিক প্লাগিনের ব্যবহার

ওয়েবসাইট ডিজাইন ও ডেভেলপমেন্ট এর কাজকে ত্বরান্বিত করতে প্রিমিয়াম থিম এবং বিভিন্ন ধরনের  প্লাগিন ব্যবহারের বিকল্প নেই। তবে উপরে উল্লেখিত সমস্যাগুলো কমাতে থিম ও প্লাগইন ব্যবহার আরো সচেতন হওয়া দরকার। যারা নিজস্ব অথবা ক্লায়েন্টের জন্য ওয়েবসাইট প্রস্তুত করতে ওয়ার্ডপ্রেস ব্যবহার করছেন তাদের অবশ্যই কিছু বিষয় বিবেচনায় আনা দরকার – লোড টাইম: এমনিতেই ওয়ার্ডপ্রেসে চলা সাইটগুলোread more

Decide where you are going to put your pages. The main page should be named “index”. That is the page that shows up when you type in your domain address in the URL. Find out the details of your account with the web hosting company: your username, your password, the “host name” (the machine whereread more

Taking our first lesson; Hello World Example, we are going to spice it up a bit and use variables with our PHP file. Let’s start right away by looking at an example then explaining what we did. <html> <head> <title>PHP Tutorial</title> </head> <body> <?php $var = “PHP is cool”; echo “<p>$var</p>”; ?> </body> </html> Asread more

In the previous HTML tutorials you learnt how to mark up your HTML documents using HTML elements. By marking up an HTML document you clarify the structure of the document and prepare for applying CSS to style the visual appearance of the document. In this CSS tutorial I will tell you how to create CSSread more

HTML forms start to introduce the concept of interaction between the web user and the World Wide Web, in particular the Web server or Host. This tutorial introduces you to HTML forms and all the building blocks (elements) that are available to the web author when designing and creating a form. What Is A Form?read more

Tables tags are an integral part of HTML and we stress how important it is to get a thorough grounding in them. There is a magic formula that enables you to write successful cross-browser tables right from the beginning and this tutorial teaches you the principles and techniques behind this magic formula. A Necessary Skillread more

A web color chart displaying all the Netscape 216 browser-safe colors. Each swatch displays the HEX color code, the decimal RGB (red, green, blue) values and the CMY (cyan, majenta, yellow) percentage values. You can use this color system in cross-platform, cross-browser scripts. Cross-Browser Colors This color chart is recommended as being the best overallread more