看了几个100例里的小程序
学了几个简单的函数和数组,应该加以熟练下,这比我前几天在其他程序里瞎折腾好多了。看了几个例子,觉得起步还是瞒简单的,关键在于自己会学想学,举一反三,我还是相信自己能学好的。每天总结一点经验,积累起来也将是不小的财富。现在还没到数据库,把数据库学好了,决心自己写个程序,把自己的站点用程序做起来,定位在个人站点上。
body { background-image: url("http://www.antonioz.com/wp-content/themes/soothe/images/shadowchunk.jpg"); background-repeat: repeat-y; background-position: 0px; } #header { background: url("http://www.antonioz.com/wp-content/themes/soothe/images/sootheheader.jpg") no-repeat bottom center; } #sidebar { background-image: url("http://www.antonioz.com/wp-content/themes/soothe/images/soothesidebarbg.jpg"); background-repeat: no-repeat; background-position: top; } #headerimagemap { position: relative; display: block; left: 610px; top: 2px; width: 132px; height: 22px; visibility: visible; cursor: pointer; } #wp-calendar { background-image: url("http://www.antonioz.com/wp-content/themes/soothe/images/soothecalback.jpg"); background-repeat: no-repeat; background-position: top; } #wp-calendar caption { background-image: url("http://www.antonioz.com/wp-content/themes/soothe/images/caltop.png"); background-repeat: no-repeat; background-position: bottom; } #headerimagemap i { display: block; width: 132px; height: 22px; visibility: visible; } #headerimagemap i a:hover { text-decoration: none; } td#today { background-image: url("http://www.antonioz.com/wp-content/themes/soothe/images/todayback.png"); background-repeat: no-repeat; background-position: center; color: #000; } .entry ul li:before, #sidebar ul ul li { list-style-image: url("http://www.antonioz.com/wp-content/themes/soothe/images/redball.png"); } /* Because the template is slightly different, size-wise, with images, this needs to be set here If you don't want to use the template's images, you can also delete the following two lines. */ #header { margin: 0 !important; margin: 0 0 0 1px; padding: 1px; height: 198px; width: 758px; } #headerimg { margin: 7px 9px 0; height: 192px; width: 740px; } /* END IMAGE CSS */ /* To ease the insertion of a personal header image, I have done it in such a way, that you simply drop in an image called 'personalheader.jpg' into your /images/ directory. Dimensions should be at least 760px x 200px. Anything above that will get cropped off of the image. */ /* #headerimg { background: url('http://www.antonioz.com/wp-content/themes/soothe/images/personalheader.jpg') no-repeat top;} */
学了几个简单的函数和数组,应该加以熟练下,这比我前几天在其他程序里瞎折腾好多了。看了几个例子,觉得起步还是瞒简单的,关键在于自己会学想学,举一反三,我还是相信自己能学好的。每天总结一点经验,积累起来也将是不小的财富。现在还没到数据库,把数据库学好了,决心自己写个程序,把自己的站点用程序做起来,定位在个人站点上。