Post Category

digitech valley

digitech valley

CSS vertical menu with sub menu

Sometimes we need vertical menu, or menu with sub menu. We can create multilevel vertical menu using only CSS. It is very simple and easy.

Have fun!


HTML Part:
============


<div id="navigation">
<ul class="top-level">
<li><a href="#">Home</a></li>
<li><a href="#">Abo

CSS horizontal drop down menu

Dropdown menu makes user-friendly navigation in a site. We can create multi-level dropdown menu using only CSS. It is very simple and easy.

Have fun!






HTML Part:
============


<nav>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About us</a></li>

CSS Speech Bubbles and CSS Tool tips

Speech Bubble is commonly used in a blog or forum. You can create speech bubble easily using only css. It supports all major modern browsers.

Have Fun!




/******* CSS Start Here ******/
/* Page Background */

body {
background: #666;
padding: 100px;
}


/* Speech Bubble */

#bubble {
background-color: #009900;
background-image: -webkit-linear-gradient(top, hs

List of website design company Bangladesh

Here is some of Bangladeshi website Design Company. You can trust them for their quality, experiences and prices.

Digitech Valley
http://www.digitechvalley.com

Eicra Soft Ltd.
http://www.eicrasoft.com/

e-Creation Network
http://www.e-creationnetwork.com/

Orange BD
http://www.orangebd.com/

Quantum Cloud
http://www.quantumcloud.com/

roopokar
http://www.roopokar.com/

Akkhor

How to get difference between two dates in days in php

<?php

$date1 = "2012-01-01"; //Old date
$date2 = "2012-01-10"; //New date

$diff = abs(strtotime($date2) - strtotime($date1));
$days = floor($diff / (24*60*60));
echo $days;

?>

Result: 9

Table vs Div

there are a few different things to keep in mind when it comes to loading speeds. First, when you have a ton of content being loaded it may take more time for the user to receive it (not the page content, but the number of characters -- bytes -- being received).

However, you also need to take into account that tables can't begin rendering without being completely received, because the table wid