Search:
Type: Posts; User: shinamee
Search:
Search took 0.01 seconds.
-
Hello,
I have an idea about an application that could possibly be of good investment.
There is no payment, I am looking for a strong PHP programmer and a designer to work together on this...
-
I did this ....
var m0 = [0, 1, 2, 3, 4];
var m1 = [5, 6, 7, 8, 9];
var m2 = [10, 11, 12, 13, 14];
var m3 = [15, 16, 17, 18, 19];
var myArray = [m0, m1, m2, m3];
var i = 0;
-
Yes you can also do it with aspx - its a server side language.
-
You need a server side language like PHP or you can also use JavaScript, check this out: http://www.boutell.com/newfaq/creating/scriptpass.html
-
I suggest you have to go back to learn more.
You can also checkout this: http://twitter.github.com/bootstrap/
And this: http://css-tricks.com/css-media-queries/
-
First you need to create a proper HTML tags
<ul id="nav"> //you can also use <nav>
<li><a href=""></a></li>
<li><a href=""></a></li>
<li><a href=""></a></li>
</ul>
-
Very easy ... take a look at the following.
<!DOCTYPE html>
<html>
<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<meta charset=utf-8 />...
|
|