×

Loading...
Ad by
  • 最优利率和cashback可以申请特批,好信用好收入offer更好。请点链接扫码加微信咨询,Scotiabank -- Nick Zhang 6478812600。
Ad by
  • 最优利率和cashback可以申请特批,好信用好收入offer更好。请点链接扫码加微信咨询,Scotiabank -- Nick Zhang 6478812600。

这是我最近弄出的一个bookmark的方案,大家看有什么设计上的问题。我儿子为我设计的logo.:-)

Report

Replies, comments and Discussions:

  • 工作学习 / 学科技术讨论 / 给我一些建议
    我正学习JavaScript 。我做了网页,包括最常用的在线服务。想法是用一个在线网页取代浏览器的 favorites/bookmarks。Google custom search engine 已经被我嵌入AdSense帐户。

    http://koncordhomepage.weebly.com//

    给我一些建议如何改善。Thanks.
    • 好用!能不能加上ChinaRen 和“校内”?
    • It is better if everyone has his/her own page.
      • You are really sharp! It would be too hard for me to do that.
        By the way, what technology should I use if backend database is to be set, in terms of easy to learn and easy to start?

        MySQL + something? I only have PL/SQL, Java (standard edition 2 only), MS Access, SQL, and some Oracle Forms knowledge.
        • There are something more to do: MySql, Apache Tomcat, Java, portal programming skill. Programming is fun.
          • Thanks and please help.
            I reckon I only need a small database to record user’s details, plus their preferred URL, etc. In addition, I would need a middle layer to deal with the web server. I am pretty I am not going to manage the web server, which can be find in market for small fee. “Web server” is the hosting server - that is my understanding. Correct me if I am wrong.

            For this stage, what I need is free license software which consists of backend database and middle layer. Can you give me an indication where and what to download, or what I need read. Thanks a lot. I noticed you have mentioned a bunch of technologies. However, is it possible I do not need all of these at this stage? Agree with you, learning new programming skill is fun. And I am not afraid of it. The question for me is what to learn.
            • My suggestion is downloading NetBeans, it is free and has many samples to learn from.
              • 牛哥, I have read something about NetBeans, and I have some questions.
                牛哥, I have read something about NetBeans, and I have some questions. NetBeans has been described as a development platform as well as IDE. However, it seems NetBeans itself does not include database but it easily integrated with any of them. Question: what database should I use/download? My criteria for database choice are free of charge and have longer lasting technical potential.

                Do you know if commercial web service providers support NetBeans? Since I am not going to manage server myself, both database layer and middle layer of my application need to be accepted by those major hosting companies.
                Or, maybe I can find some existing service for which I only need to construct my web pages and limited backend programming work?
                Any of your comments are most appreciated.
                • With appropriate JDBC driver, you write code to connect to any database which has JDBC support. Mysql is a good free database to use. PHP may be a better language choice if you seek hosted server service.
                  If you prefer to do limited work, maybe Google sites, or blog can accomplish what you need.

                  I basically build code myself for fun. middle tier, front page, database script. My current interest is to develop a multi-lingual, portal in nature, user/role based web application framework, a simpler version from Spring, but every single line of code is my own.
                  • Hi, the honorable brother, thank you very much for your very clear answers. I think I would go with MySQL. It is for sure we are not on the same level. I hope one day I will catch up.
                    • Download one or two blueprint projects (from Spring network ) and play with them, you will know those design patterns, best practices, etc. For MySql, they have good query analyzer and manager tools for free.
                      • 牛哥好。我在l4rge.com开了个账户,里面有现成的MySQL。看来事情比我想的简单。现在正在学习HPH。
    • 这是我最近弄出的一个bookmark的方案,大家看有什么设计上的问题。我儿子为我设计的logo.:-)
      • Not bad. I would narrow the header height to make it for good use.
    • a few thoughts
      There are a few questions you have to ask yourself before throwing you time and energy into it: is it useful, who will use it and how do they use it? For instance, you know bookmarks are sort of private info which some people don't want to share - I know I don't. If everyone has his own page, do you need them to login before they can go to their bookmarks? It would be really annoying to do that. What I want to say here is, technology is not the most important thing - idea is.