On BNET: 10 reasons to embrace failure
1 Resources for

textfield

  • Subscribe to this listing via:
  • RSS
  • Email

TechRepublic Resources

Introducing JavaFX: Sun's new family of Java-based products
JavaFX is a new family of products and technologies from Sun Microsystems that you can use to create Rich Internet Applications RIAs. JavaFX currently consists of JavaFX Script and JavaFX Mobile; other JavaFX products are planned for release in the future. JavaFX is anticipated to compete in...
Tags: Application, Operation, Sun Microsystems Inc., Window, Sun NetBeans, Value, JavaFX, JavaFX Script, JavaFX Mobile, FlowPanel, TextField, Button, System.out.println, Class Definition, Programming Languages, Java, Software Development, Software/Web Development, Peter Mikhalenko
Blog posts 2007-10-31

Additional Resources

Upgrading ado data bound controls to ado.net
I have an vb6 application that uses ado data access and has a lot of bound controls, mostly text boxes. I want to upgrade it to vb.net, but I get an error that datasource is not a member of textfield class.It is a rather common problem but I haven't found...
Tags: mehboob.iiui@...
Discussion threads 2007-08-02
Working with dates and times in VB.NET
wish it was more informativethe article states "return the month component". Well, what is it that is returned? a name in english or a numeral in the range 1 to 12 ?Also, article makes no mention that when using a variable of type DateTime and displaying its value...
Tags: Value at Risk, arzewski@..., date, programming, Microsoft Visual Basic.Net
Discussion threads 2006-06-30
Hacking With Javascript
This paper is an overview of how javascript can be used to bypass simple/advanced html forms and how it can be used to override cookie/session authentication. The author will not go into great detail about how the formSubmit function works. The reader should know that if the (textfield/optionfield/option/..) field is...
Tags: Hacking, JavaScript, Form, Scripting Languages, Software/Web Development, Web Development
White papers
writing program in wdk
Hi iam new to Documentum i have wrote helloworld component.my doubt is iam using and in java classpublic void changeTextText txtNamepublic void onPress(Button btClick, ArgumentList args)iam using the above methodsas these are userdefined methods how we know that only these parameters have to be passed as inputs.is anywhere...
Tags: budida.raveendra@...
Discussion threads 2007-08-21
Exploring J2ME: Building an expense detail form
If you want to ride the wave of mobile development, learning your way around the Mobile Information Device Profile MIDP specification is a good place to start. Our series on J2ME development using MIDP continues with tips on the Item component API.Sun's Java 2 Micro Edition (J2ME) allows developers to...
Tags: Java, Lamont Adams, DetailForm, J2ME, MIDlet
Technical articles 2002-07-26
Forms and PHP Help! (Time restricted!!)
Hey everyone, I've recently gotten into mac, and I use dreamweaver now, before I used MS FrontPage on Windows. In MSFP making a form is very simple, and has a "mailto" feature thats easy to get. However, here on dreamweaver MX, I need a script for this to work, so...
Tags: Scripting languages, ncsorcerer.kol@..., PHP
Discussion threads 2007-05-22
Yeah, but is it real BASIC?
REALbasic has picked up where Zbasic left off; it's using BASIC, a very simple but effective language. But is REALbasic really BASIC? Larry Loeb takes a look at REALbasic and discusses how you can use it. He also evaluates its overall performance.I've said it before, and I'll say it again:...
Tags: Construction, Larry Loeb, REALbasic, Zbasic
Technical articles 2001-02-15
Control presentation with ASP.NET 2.0's FormView control
A survey of the new ASP.NET 2.0 data controls continues this week with the FormView control. A key feature of the control is customization, as developers may utilize user-defined templates to determine the presentation of data. ASP.NET 2.0's FormView control resembles the DetailsView control in that it facilitates...
Tags: Microsoft ASP.NET, FormView, Middleware, Tony Patton, .NET, ASP.NET 2.0, FormView control, .NET Newsletter, Control, Difference, Record, Microsoft ASP.NET 2.0, Template, Value, DetailsView, Software Development, Software/Web Development, Enterprise Software, Software
Technical articles 2007-03-19
Unable to access one particular https site
Hi all.I am trying to access a university registration site and it keeps blocking me.I can login from a computer outside my house but not from any of my three home systems.I have a Dlink wired router.One system runs winxp 2 run windows 2k.I try with Internet Explorer and with...
Tags: Web browsers, Channel management, PRODUCTIVITY, tkman28@..., Helvetica, Arial, text-decoration, Verdana, sideMenu a:hover
Discussion threads 2007-08-26
Cookies in Perl
Perl can be an effective way write cookies. We'll walk you through the code and get you on your way.By Nathan TorkingtonThe Web is designed to be stateless. Each document sent from server to browser is a unique transaction. Having sent a document, the server forgets about it, which greatly...
Tags: Web browsers, Guest Contributor, Perl, Web, cookie, Web browser, server
Technical articles 2001-08-27
Choose between server and client controls
The disconnected nature of Web browserspresents many obstacles when developing Web-based applications. Forinstance, loading data into the browser involves a round-trip tothe server to retrieve it. There are various approaches to loadingdata, with each platform providing its own approach. The inclusionof Web Controls with ASP.NET provides another alternative. ...
Tags: HTML, id, server, Tony Patton, Web, Web Control
Technical articles 2005-06-30
Control presentation with ASP.NET 2.0's FormView control
ASP.NET 2.0's FormView controlresembles the DetailsView control in that it facilitates the displayof single records from a backend data source. This article drills down on thecontrol's syntax and application.CustomizationWhile both controls display one record at a time, the keydifference between DetailsView and FormView is that FormViewutilizes user-defined templates, as opposed...
Tags: .NET, Middleware, ASP.NET 2.0, Tony Patton, FormView, FormView control, Microsoft ASP.NET
Technical articles 2007-03-19
Managing Swinging events
Swing is elegant, flexible, and complicated. In the second installment of his Swing programming series, Lamont Adams takes a look at Swing's event model.To my mind, the event model in Java’s Swing GUI library is at once extremely elegant and frightfully complicated. Unless you’ve dabbled in some high-end C++, you’ll...
Tags: Programming languages, Lamont Adams, event listener
Technical articles 2001-06-27
Getting wireless with J2ME MIDP development
Wireless technology continues to proliferate, and the opportunities for wireless application development are growing as well. Get a sneak peek at this new frontier with your first wireless Java application via J2ME.The Java 2 Micro Edition (J2ME) gives Java developers the opportunity to leverage their skills onto a wide variety...
Tags: Programming languages, Lamont Adams, wireless technology, J2ME, Java, mobile, Java 2, MIDlet, MIDP, MIDlet class, mobile device, wireless
Technical articles 2002-06-10
Flash MX: From fluff to serious application builder?
The latest version of Macromedia Flash is being touted as a lightweight, portable application development tool. Does it have what it takes to wear that label?Over the past few years, Macromedia has established a reputation for creating first-class tools for Web designers with its Dreamweaver, Shockwave, Fireworks, and Flash products....
Tags: PRODUCTIVITY, Lamont Adams, Macromedia Inc., Macromedia Flash MX, animation
Technical articles 2002-03-13
Choose between server and client controls
ASP.NET Web Controls offer a robust set of controls to build Web-based applications. Learn how to use Web Controls to add search functionality to a Web form. The disconnected nature of Web browsers presents many obstacles when developing Web-based applications. For instance, loading data...
Tags: Web, HTML, Servers, Tony Patton, Channel management, Web Control, id, server, .NET Newsletter, Function, TechRepublic Inc., Control, Microsoft ASP.NET, JavaScript, Radio, WIDTH, HEIGHT, txtStartDate, txtEndDate, EventArgs, getEndDate, getSelection, ByVal, txtEndDate.Visible, txtStartDate.Visible, lblEndDate.Visible, lblStartDate.Text, showHide, getRadioStatus, Request.Form, rValue, Hardware
Technical articles 2005-06-30
  • << Previous
  • page 1 of 1
  • Next >>


Cisco IOS Command Chart (IOS v.12+)
Becoming proficient with Cisco equipment means remembering a whole new set of commands. These command charts give you a quick way to look up the needed IOS commands and switches when you need them.
Buy Now
Harness the Full Power of Internet Explorer
This pre-packaged presentation contains everything you need to instruct end users about how to the most out of the Internet and Internet Explorer--eve ...
Buy Now

Ultraportables