网页设计的 alt-tab 类型

发布于 2024-09-01 07:10:47 字数 302 浏览 10 评论 0原文

我正在考虑设计一个具有多种相关服务的网站。对于用户在服务中的每个操作,其他每个服务都会进行一些计算。

我想以放大模式在页面中间显示正在运行的服务(由用户选择),并将其余服务作为放大模式周围的小尺寸(缩小)版本。

缩小版本中显示的服务实际上应该显示该服务在运行时发生的情况,就好像这是所选的服务一样。我知道 Reliance BigTV 与这种行为非常接近,所有频道的所有小图像都会播放,我们可以选择我们想要观看的一个。选择后,一张图像会变大并占据屏幕。

请告诉我是否可以使用 css、html、ajax 和 css 来做这样的事情。 php。

I am thinking of designing a web site having multiple related services. For every action of the user in a service there will be some computation going on in each of the other services.

I want to display the service in action (chosen by the user) in the middle of the page in enlarged mode and rest of the services as small sized (shrunk) versions around the enlarged mode.

The services which are shown in the shrunk version, should actually show what is happening in that service, at run time as if that was the chosen service. A close match to this sort of behavior I know is in Reliance BigTV, where all the small images of all the channels will be going on, and we can choose the one that we want to watch. After choosing that one image will become big and occupy the screen.

Please, let me know if I can do some thing like this using css, html, ajax & php.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

一枫情书 2024-09-08 07:10:47

您可以将这个问题归结为“我可以在客户端浏览器上显示服务器端进程的状态吗?”

当前的方法包括使用 AJAX 调用轮询服务器更新,或使用“Comet ”方法来设计从服务器到客户端的推送。

另请参阅以下问题:

You can boil this question down to "can I show the status of server-side processes on a client side browser?"

Current approaches to this would include polling the server for updates with an AJAX call, or using a "Comet" approach to engineer a push from the server to the client.

See also these questions:

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文