Forcing HTML Data to Render Properly
If the data in your database looks like “SomeValue or other HTML, you have to do something to prevent the browser from showing the tags, when you want just to
If the data in your database looks like “SomeValue or other HTML, you have to do something to prevent the browser from showing the tags, when you want just to
ver the past few months, there’s been an increasing amount of buzz about Asynchronous JavaScript and XML (AJAX) programming. It’s about time. AJAX is the new term for a technology
For the benefit of the newbies in SQL Server, here’s a list of a few basic queries: How to determine whether a table column exists in a table: Run this
eople receive many notifications daily: weather updates, news updates, updates about stock prices, or a current account balance via a SMS message. But how can you build such notification applications
alm OS-based handhelds and smartphones are powerful, pervasive computing devices that have changed the lives of many users through the applications they house. As a Java developer, why not tap
o call Visual Studio .NET “pretty cool” is getting a little cliche. You know it. I know it. We’ve created Web applications in minutes, figured out the power behind the
any Flash creators?even experienced ActionScript coders?are unnecessarily frightened by math. Some find the subject so intimidating they will avoid even simple scripting projects if there is any “serious” math involved.
eflection is truly a paradigm shift for developers using Microsoft’s line of development tools. The runtime availability of assembly metadata provides developers with new flexibility and the ability to develop
ntegrating Flash or any other XML-supporting application with Office 2003’s XML capabilities is easy. In fact, when I was noodling around trying to come up with demonstration apps, I was
ay 2005 marked 10 years since Sun first introduced Java technology to the world. In the decade to follow, the language begat a platform, which begat a community, which begat
icrosoft Excel is a powerful tool for writing user interfaces for spreadsheet applications. Apart from the ability to display information in a tabular form, Excel has scores of functions capable
f you have been a hardcore VB6 programmer and you’ve hesitated about switching to Visual Basic .NET, Visual Basic 2005 will change your mind and you’ll want to take the
Building projects with VS.NET 2003 (devenv.exe), you run into some hassles with the ReferencePath property. You can see this property in the project user file: .vbproj.user and .csproj.user. The problem
To manage form flow, the first thing you need to do is create a singleton class with static methods. Next, you implement a stackable system in which to store any
To upload larger files, you have to configure the web.config httpRuntime tag’s maxRequestLength property. Related Posts OpenStack Launches Project NavigatorMicrosoft Azure App Service: An Integrated Cloud and Mobile Service PlatformHow
In SQL Server 2000, you would simply use sp_helptext to view the source code of both user-defined and system-stored procedures. But that isn’t completely true in Yukon. To view the
Always declare a polymorphic class’ copy constructor as private?this becomes important when you want to use a class in a container class for cloning. The container class CHolder is a
ouldn’t it be nice if you could turn your plain old Web pages into something more exciting? Isn’t it time to inject some life into your decade-old Web technologies? If
t seems everybody is talking about AJAX these days. The technology behind AJAX is hardly new, yet some really ‘killer’ new applications of XMLHttpRequest object have emerged recently, and these
f you’ve worked on more than one Web application with different teams, you’ve probably worked with more than one Web application framework. J2EE always provided Web technologies, but never defined
key tool in any software development arsenal is a structured build process. NAnt is a tool for building Visual Studio .NET applications that you can incorporate into your development process
ike most developers, I have been developing software systems using object-oriented programming (OOP) techniques for many years. So when I read that aspect-oriented programming (AOP) addresses many problems that traditional
If your database is maintained by more than one user and some of those users have rights to create tables, it can be difficult to identify the owner of a
icrosoft’s integration of the .NET Framework and the CLR directly into the database engine in SQL Server 2005 is a key enhancement. The result is a major paradigm shift for
This class allows you to apply a gradient to any control that has an hDC?forms, Pictureboxes, etc. Simply load the class and tell it the start color, direction of gradient,
Suppose that when a URL contains the word UserLogin, you want it to invoke the login.jsp file. You can use the entry in web.xml to accomplish this. The user will
Though .NET no longer supports twips, one twip is still 1/1440 inch. You can use the dpiX and dpiY properties of the Graphics class to obtain the horizontal or vertical
he Java 2 Platform, Micro Edition (J2ME) is targeted at cell phones, smart cards, pagers, and other consumer devices. J2ME technology consists of a virtual machine and a set of
To declare a variable or function at file scope (to create internal linkage), you declaring them as static, like this: static int i; (file scope). However, this is a deprecated
he merging of computing with our everyday life?through computers, personal digital assistants, cell phones, and a plethora of other gadgets?is driving a trend towards pervasive computing, in which computing is