您的最佳的信息源和新闻 景色硬件, 秘密 并且 硬件 在互联网

景色文章 名列前茅50 景色录影 景色软 景色帮助

howto

您当前浏览文章从 微软视窗景色兼容软件 匹配类别 howto.

简单的被选中的箱子使用CSS


图象

因为我张贴了对WinDev,我道歉,它是一会儿。 即使,为一些,这将被认为题目为我想有此WinDev,并且的WinDev我是肯定的它对某人是有帮助。 触发我张贴此对WinDev的零件是它的朴素。 很好,让我显露。 这一篇简单的文章关于怎样创造被选中的箱子与YUI制表符。 被选中的酒吧是制表符,如什么您在航海帮助助手的大多也许已经看见了网站。 本指南概述3简单的步得到一个干净的一点被选中的接口。

它有大约Java语言10条线包括,大约您的HTML 25条线(这取决于您的需要)和大约CSS 45条线。 简单的那。

这充分的文章.

...
点击持续读“简单的被选中的箱子使用CSS”

由askars写 2008年3月28日没有评论.
读更多文章 编码样品 并且 otherSoftware 并且 设计 并且 howto 并且 css 并且 Java语言.

25个被环绕的角落技术以CSS

A

由askars写 2008年1月16日没有评论.
读更多文章 otherSoftware 并且 设计 并且 howto 并且 css 并且 技巧和把戏.

如何加速文件夹通入

在这页,我将显示您
如何加速文件夹通入在您的计算机
. 为什么您需要加速文件夹通入? 以我所见,如果您在您的计算机,有很多文件夹和次级目录您需要做那。 由于,当您访问目录,您的窗口系统意志浪费很多时间更新显示最后存取时间为那个目录的邮票。 如此您需要使通入更新失去能力从做此停止您的计算机。 跟随这些步
speed up folder access by disable access update
on your computer.

1. Click on
RUN
, type Regedit in the open box and then click “OK”.

2. Find

HKEY_LOCAL_MACHINE > System > CurrentControlSet > Control > FileSystem.

3. Create new
DWORD Value
called…

Click to continue reading "How to Speed Up Folder Access"

Written by Tyllonet on January 8th, 2008 with 1 comment.
Read more articles on Speed Up Folder Access and How to Make Your Computer Faster and otherSoftware and howto.

10 Tips To Improve Your Wireless Network

If Windows ever notifies you about a weak signal, it probably means your connection isn’t as fast or as reliable as it could be. Worse, you might lose your connection entirely in some parts of your home. If you’re looking to improve the signal for your wireless network, try some of these tips for extending your wireless range and improving your wireless network performance.

1. Position your wireless router (or wireless access point) in a central location

When possible, place your wireless router in a central location in your home. If your wireless router is against an outside wall of your home, the signal will be weak on the other side of your home. Don’t worry if you can’t move your wireless router, because there are many other ways to improve your connection. (more…)

, , , , , , , , , , , , ,

Written by Jason on November 7th, 2007 with no comments.
Read more articles on Guide and broadband and Wireless Network and transferring files and wifi and wireless signals and wireless router and Wi Fi and Wi-Fi and computer and Computer and Microsoft and Internet and Internet and howto and wireless and Hardware.

EXECUTE permission denied on object ’sp_sdidebug’, database ‘master’, owner ‘dbo’.

I got this error from one of my ASP.NET web services when I tried to fetch some data from a remote database. I tried searching online for a possible fix to this issue but found none to be convincing and so thought of publishing the solution that resolved the issue.

Please note that this solution may only be effective if you are debugging your ASP.NET page/web service and are manually attaching the worker process.

1. Attach to the worker process.

image

image

2. With the aspnet_wp.exe highlighted hit the “Select…” button at the top right hand side.

image

You will get the “Select Code Type” dialog with the “Automatically determine the type of code to debug” selected. Now for ASP.NET to use the “Managed” code type by checking the “Managed” checkbox.

Try it again and it should work without the “EXECUTE permission denied on object ’sp_sdidebug’, database ‘master’, owner ‘dbo’.” error.

Hope it helps. Let me know of any issues or alternate solutions in comments.

Written by askars on October 25th, 2007 with 1 comment.
Read more articles on howto and Misc and ASP.NET and .Net and Visual Studio and Tips and Tricks.

ASP.NET 2.0 Server Side Comments

Ever wonder how to write comments within an aspx file? <!– –> won’t cut it as it gets processed on the server side and the resulting HTML will contain the commented code as processed. Enter, <%– –%>. There are 2 ways you can truly comment on an aspx file.

One way. for example,

<%–

Anything within this block will not be parsed/handled by ASP.NET.

<asp:TextBox runat=”server”></asp:TextBox>

–%>

And here is the other visual way of doing it,

image

Hope it helps.

Written by askars on September 30th, 2007 with no comments.
Read more articles on howto and ASP.NET and .Net and Visual Studio and Tips and Tricks.

« Older articles

No newer articles