`

HTML5 Show Time

阅读更多
HTML5 Show Time:
最近对于CSS3产生浓烈了兴趣,我本身不做web前端开发,出于兴趣,学习HTML5和CSS方面的知识,于是动手做了Path2like ,Weather ,Picture Share 等等小项目,同时把托管在google project的项目移到了github上, 有兴趣的同学可以看一下,希望和大家多多交流 https://github.com/edisonlz



以下是程序截图:




简单天气应用机锋下载:http://apk.gfan.com/Product/App223770.html
分享到:
评论
2 楼 edisonlz 2012-02-17  
gteam.yu 写道
你的天气应用是phonegap 和 jqm做的吧 ?

是滴
1 楼 gteam.yu 2012-02-17  
你的天气应用是phonegap 和 jqm做的吧 ?

相关推荐

    The Truth About HTML5

    It will show you what rocks in HTML5 today and what the future holds. Marking up a basic web page shouldn't be a quasi-religious exercise where the high priests of HTML5 must be consulted for ...

    HTML5 Enterprise Application Development

    New features in HTML5 come at a time when web developers are pushing the limits of what is achievable and HTML5, CSS3, and JavaScript have become an important alternative for building rich user ...

    Foundation-HTML5-with-CSS3.pdf 英文原版

    Foundation HTML5 with CSS3: A Modern Guide and Reference incorporates practical examples to show how to structure data correctly using HTML5, along with styling and layout basics using the latest ...

    jquery js+php+html5+css3分页栏生成及数据取出代码

    1、可修改js文件中page_show_num 可以控制每页显示多少数据,默认为10 2、修改js文件中的字段值 "<div class=\"msg_content\">"+val.msg_time+" "+val.msg_content+"</div>" 其中,val.msg_time val.msg_...

    ThinkPHP中SHOW_RUN_TIME不能正常显示运行时间的解决方法 原创

    本文实例讲述了ThinkPHP中SHOW_RUN_TIME不能正常显示运行时间的解决方法。分享给大家供大家参考。具体如下: 在ThinkPHP的config.php中设置: 复制代码 代码如下:’SHOW_RUN_TIME’=>true; 可以在模板输出运行时间,...

    工程硕士学位论文 基于Android+HTML5的移动Web项目高效开发探究

    鉴于市场上用户的手机型号、种类、屏幕分辨率等参差不齐,传统方式根据主流系统分别开发相应的系统耗时又耗力,为了高效开发并节约开发项目成本,本文采用Android+HTML5相结合的方式进行移动端Web系统的设计研发工作...

    eric5-5.3.1

    Please note, the first time you start eric5 it will recognize, that it hasn't been configured yet and will show the configuration dialog. Please take your time and go through all the configuration ...

    个人博客网站html模板下载

    个人博客模板《show time》蓝色版。这是一个展示自我的一个博客平台,首页有幻灯,有图文,有tab栏目切换,多样式的调用,图片,文字结合这样一点也不单调.

    Technical 5 in 1 Box Set [Chromecast Linux XML PHP Python]

    3. Show me the syntax and semantics 4. Document Type Definition 5. Get your hands dirty 6. Interpreting XML - XML Parsers 7. HTML5 - Why here? Book 4 - PHP Programming PHP Crush Course! Learn ...

    设定请求的ID跳转,如果请求的ID为空或无ID请求就跳

    strSql="select id,biaoti,time,neirong from info where 2=2 and infono="&strid&"" rs.Open strSql,conn,3 if rs.EOF then rs.close set rs=nothing conn.close set conn=nothing Response.Redirect (...

    简单html5代码获取地理位置

    /** * 以下为html5代码,获取地理位置 */ function getLocation() { //检查浏览器是否支持地理位置获取 if (navigator.geolocation) { //若支持地理位置获取,成功调用showPosition(),失败调用showError // ...

    Jquery弹出框源码

    new Dialog('5秒后自动关闭',{time:5000}).show(); 非fixed模式 new Dialog('对话框不随滚动条移动',{fixed:false}).show(); 显示指定ID的内容 // 将显示本标签内的内容。 new Dialog({type:'id',value:'content-...

    Second Chance: A Hybrid Approach for Dynamic Result Caching in Search Engines

    Result caches are vital for efficiency of search engines....of average query processing time, this hybrid caching approach outperforms the traditional approach, which relies only on the HTML cache.

    html+css+js clock钟表

    hour_time = document.getElementById("hour_time"),// 获去时间id minute_time = document.getElementById("minute_time"), second_time = document.getElementById("second_time"); //3、设置动态时间 ...

    mobile-calendar-master.zip

    How to use ...datetime show date and time. fromat:Style . default yyyy/mm/dd and yyyy/mm/dd hh:ii. Example: yyyy-mm-dd and yyyy-mm-dd hh:ii yyyy年mm月dd日 and yyyy年mm月dd日 hh时ii分

    必帮小偷搜词程序公测版 1.0.rar

    show.html 文章模板 se.html 文章列表模板 admin.html 批量导入词库模板 footer.html 通栏底部模板 可以根据自己的需求修改模板 广告修改: 请修改相关页面模板展示广告 需要手动添加词库

    ThinkPHP中html:list标签用法分析

    html:list id=”checkList” name=”user” style=”list” checkbox=”true” action=”true” datasource=”list” show=”id:编号|8%,title:标题:edit,content:内容,create_time|toDate=’Y-m-d H#i#s’:添加时间...

    WEB常见问题

    1.关闭当前浏览页面:onClientClick="window.close()" 2.网页中添加计时器:(考试系统) ... showthis=settime-num; document.all.agree.value= "等待时间为 ( "+showthis+ ")秒 "; } } </script>

    jQuery 1.3 API 参考文档中文版 html

    + ajax的error回调的第二个参数可能值"timeout", "error", "notmodified" 和 "parsererror" + ajax参数xhr * animate 的duration为0的问题 * show, hide, toggle, slideDown, slideUp, slideToggle 在jQuery 1.3中,...

    php封装的page分页类完整实例代码

    效果图 ... <?...header("Content-Type: text/html;...$showrow = 5; $curpage = empty($_GET['page']) ? 1 : $_GET['page']; $url = "?page={page}"; $dsn = 'mysql:host=xxx.xxx.80.xxx;dbname=admin'; $pd

Global site tag (gtag.js) - Google Analytics