|
41-60 of 3135
Previous
Next |
|
How to Disable the Focus Rectangle on WPF Controls
by Laks Schabse
Like Windows Forms controls, most WPF controls display a focus rectangle when they have the focus, but you can control that behavior easily.
|
|
Error Using JavaScript's this Keyword
by Raymond Kenneth
In some cases, using the this keyword can cause errors.
|
|
Send a Cookie to the Server Using the setRequestProperty Method
by Leonard Anghel
You don't need a browser to send a cookie to a server. This tip shows you how to do it from Java code.
|
|
How Base64 Content Encoding Works
by Anuj Sharma
Base64 encoding lets binary content pass through text-handling processes unchanged.
|
|
Calling JTidy from Java to Convert HTML to XHTML
by Leonard Anghel
This tip shows how to invoke the JTidy open-source project from Java code to convert an HTML file to XHTML.
|
|
Using the OneWay Web Service Attribute
by Srinath MS
When you call a void web service method, apply the OneWay attribute to avoid having the calling thread wait for a response.
|
|
Displaying Embedded Newline Characters from ASP.NET Resource Files
by Deepankar Sinha
Embedded newline (\n) characters don't display properly in the browser, but a simple character-replace operation does the trick.
|
|
Show a Footer for All ASP .NET Pages in a Site
by Rafay Ali
Using a global event handler, you can append whatever you like in the response to every site request.
|
|
Maintaining Cookieless Session Values in Dynamically Generated Hyperlinks
by Rafay Ali
When using cookieless sessions, generating hyperlinks dynamically from data in the SiteMap file can result in lost sessions.
|
|
Cache Dynamically Generated Images for Quick Page Response
by Srinath MS
Caching images locally can dramatically improve page response times.
|
|
A Fast and Easy Way to Take an ASP.NET Application Offline
by Rafay Ali
Use the little-known App_Offline.htm file to make an ASP.NET application appear offline for maintenance.
|
|
An Alternative Way to Lock Your Computer
by Deepak Choudhari
Create a desktop icon that lets you lock your Windows computer quickly.
|
|
Customize Window Layouts in Visual Studio
by Srinath MS
Don't like Visual Studio's standard window layouts? You can alter them to suit your preferences.
|
|
Inject an EJB 3.0 into the init() Method of a Servlet
by Leonard Anghel
This tip shows you how to inject an EJB 3.0 into the init() method of a servlet.
|
|
Pass Arguments to Subroutines from a Button Control
by Cindy Rodriguez
Pass Arguments to Subroutines from a Button Control
|
|
Getting Around the 4MB Limit in ASP.NET
by Srinath M
ASP.NET does not allow you to upload a file greater than 4MB to the server. There is an easy fix to this problem.
|
|
Turn on Path Auto-Completion in DOS
by deepak choudhari
To avoid typing full path names, enable DOS's auto-completion feature, which is included in any Windows NT operating system.
|
|
Handling Null Session and Request Variables
by Jarzebowski Mark
In ASP.NET, if you try to use a session or request variable before it has been set, you'll get an error.
|
|
Create a New Event Using AWTEventMulticaster
by Anghel Leonard
This code showa how to create a new event using AWTEventMulticaster.
|
|
Controlling Whether a Web Page Posts Back to the Server on Client-Side Events
by Prafulla Doye
When handling an ASP.NET server-side button's Click event, you may want to do some client-side checking and possibly prevent the posting of a page back to the server.
|
|
41-60 of 3135
Previous
Next |