Your best source of information and news about secrets, microsoft and windows on the internet

Vista ARTICLES TOP 50 Spyware Virus Vista SOFT Vista HELP

howto

You are currently browsing the articles from MS Windows Vista Compatible Software matching the category howto.

Simple Tabbed Box using CSS


image

I apologize, it’s been a while since I’ve posted on to WinDev. Even though, for some, this would be considered off-topic for WinDev I wanted to get this to WinDev and I’m sure it would be helpful to someone. The part that triggered me to post this to WinDev is its simplicity. Well, let me reveal. Here is a simple article on how to create tabbed boxes with YUI tabs. Tabbed Bars are nothing but tabs like what you might have seen on most of the web sites that helps aide in navigation. This tutorial outlines 3 simple steps to get a clean little tabbed interface.

It has around 10 lines of JavaScript includes, approximately 25 lines of your HTML (this depends on your need) and around 45 lines of CSS. That simple.

Here is the full article.

...
Click to continue reading "Simple Tabbed Box using CSS"

Written by askars on March 28th, 2008 with no comments.
Read more articles on Code Samples and otherSoftware and Design and howto and css and javascript.

25 Rounded Corner Techniques with CSS

A

Written by askars on January 16th, 2008 with no comments.
Read more articles on otherSoftware and Design and howto and css and Tips and Tricks.

How to Speed Up Folder Access

In this page, I’ll show you
how to speed up folder access on your computer
. Why you need to speed up folder access? In my opinion, you need to do that if you have a lot of folders and sub directories on your computer. Because when you access a directory, your windows system will wastes a lot of time updating the stamp showing the last access time for that directory. So you need to disable access update to stop your computer from doing this. Follow these steps to
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 2 comments.
Read more articles on howto and ASP.NET and .Net and Visual Studio and Tips and Tricks.

« Older articles

No newer articles