Hello,recently,I am learning fireworks to make different kinds of image,above is one image made by myself,please put your comments,and if you have any other ways to make nice looking images,please feel free to share your information here.
If possible I will post the way to reach image like above in my next post.
Posted on 2009 under Design Your Site, Web Page Design |
20
Mar
In case you have lots of articles need to be show within the homepage,however,if we show all the links within homepage,that will make the homepage really ugly,how can we keep the links while make our site good looking.
We can use this script as follows:
<script language=JavaScript>
<! –
function MAP(s)
{var d = s.options[s.selectedIndex].value;
open(d,”open”);
s.selectedIndex=0 ;
}
//–>
</script>
<form name=milHomeLink>
<select onchange=”MAP(this);” size=”1″ selze=”1″ name=”select2″>
<option>Please choose your article</option>
<option value=”http://www.yoururlone.com”>yourtitleone</option>
<option value=”http://www.yoururltwo.com”>yourtitletwo</option>
<option value=”http://www.yoururlonethree.com”>yourtitlethree</option>
<option value=”http://www.yoururlonefour.com”>yourtitlefour</option>
<option value=”http://www.yoururlonefive.com”>yourtitlefive</option>
</select>
</form>
Quite easy right,in fact,it is very useful.
Hope this can help you to get save space for you pages.
Posted on 2008 under Just Starting Your Design |
23
May
There are many CMS which you can manage your content.Such as Drupal, Joomla, or WordPress,ect,they are useful and free CMS.
If you can not design,and you want to manage your content,or let a special person to update your site.Try these three free CMS software,you simply need to disable some function for that special person if you do not want to give him/her full excess to update your site.