Author: SSWUG Research

Community

SQL Developer Reports: Sneak Peak 2

(Sue Harper) More in the Sneak Peak series…I’ll try to alternate with current and next release blog entries, so that you are not frustrated by future features. As the last entry was on running files in SQL Developer today, it means this entry is a piece about what’s coming down the line. (It’s mos

Community

Using XSLT to Fix Swing

(Dave Horlick) Swing is a Java framework for building cross-platform graphical user interfaces. Many areas of the framework have recently enjoyed some compelling improvements. The portion that renders HTML hasn’t been so lucky. When Swing debuted, HTML was at a youthful version 3.2, and practices su

Community

Xtended TextBox

(Venkat Eswaran) Whether it is a web application or a windows application textbox is the most widely used control. The masked textbox is available for windows forms. But we dont have one for ASP.NET. So I decided to write one for ASP.NET. Using Extended TextBox control will save a lot of time for de