需要为网站和独立桌面创建小部件。?
我必须创建小部件来向我的网站发送报告等。创建小部件需要什么? Css5和Html足以制作一个吸引人的小部件吗?你能为我提供正确的方法吗...
更新问题:
我有更多的想法来为网站制作小部件以及我们如何添加到我们的网页中。现在我必须为桌面制作小部件,例如 Windows 7 桌面小部件。是否可以?制作它需要什么?
提前致谢。
i have to create widgets for whether reports and etc. to my website. what are all the needs to create widgets? is Css5 and Html enough to make a attracting widgets?? can you provide me the correct way to do that ...
Update Question :
i have got some more ideas to make widgets for websites and how we can add into our web pages. and now i have to do widgets for desktops like windows 7 desktop widgets. is it possible? and what're all the needs to make it??
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这些小部件通常不是由运行它们所在网站的人员开发的。相反,天气小部件可能来自提供数据的天气站点。该小部件作为代码提供给网络开发人员粘贴到他们的网站中。这些小部件指的是维护的天气网站(图像、数据等)。其中一些允许小程度的自定义,因此您可以使用自己的调色板使其与您的网站融合,或切换圆角等...
作为开始 快速 Google 搜索 将我带到Google 的小工具页面可帮助您入门。我毫不怀疑它们可以通过一些最小的 CSS 进行定制。改变边界等等。
The widgets are generally not developed by the people who run the websites they appear on. Instead the weather widget might come from a weather site that provides data to. The widget is provided as code for web developers to paste into their site. These widgets refer to the maintained weather website (images, data, etc...). Some of them allow for a small level of customization, so you can use your own colour palette to make it blend with your site, or toggle rounded corners etc...
As a start a quick google search brought me to google's gadgets page which will get you started. I don't doubt that they are customizable through some minimal CSS. Changing borders and such.