Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- Working with the GridView control in ASP.NET 2.0
- The improvements in ASP.NET 2.0 simplify data binding and presentation with the GridView control. Read about how the new data source controls make accessing data much quicker and easier. The DataGrid control is one of the more powerful and most used ASP.NET 1.1 controls, but it has its...
- Tags: Microsoft ASP.NET, GridView, Middleware, Tony Patton, .NET, DataGrid Control, Gridview Control, ASP.NET 2.0, .NET Newsletter, Data Source, Control, Data, Paging, Microsoft ASP.NET 2.0, News, DataGrid, Boolean, Software Development, Software/Web Development, Enterprise Software, Software
- Technical articles 2007-02-27
- Get an overview of C# control statements
- In order for developers to utilize any language to thefullest extent, they need to have a complete and thorough understanding of thecode flow structures. In this article, I provide an overview of the C# controlstatements and discuss the appropriate way to use each of them.Selection statementsIfand switch are considered selectionstatements...
- Tags: C#, Irina Medvinskaya, Software engineering/development
- Technical articles 2006-12-20
- Determine class type with these 10 PHP variable testing functions
- Unlike many of its counterparts, PHP is not a strictly typedlanguage. Essentially, this means that a developer doesn't need to explicitlyset the type (number, string, Boolean) of a variable before using it. Instead,the PHP interpreter automatically detects variable type based on theinformation stored within a variable.While this makes programming in...
- Tags: Boolean, Contributor Melonfire, PHP
- Technical articles 2006-07-28
- VB Code
- 1. I want VB source code to disable/enable popup blocker from the registry that allows all the popups.2. I also need VB code to configure LAN [i.e to given the ip, subnetmask, gateway and DNS] automatically in win98/win2000/winxp and all other OS in registryIs this what...
- Tags: Boolean, ByVal Hkey, Microsoft Visual Basic, programming, tech_fyi@...
- Q&A 2006-01-22
- Implement a MouseExit event for VB6 controls
- The MouseMove event lets you detect when a mouse enters a VB6 control; however, Visual Basic doesn't have a built-in event that allows you to determine when a mouse exits a control. This tip explains how easy it is to create your own MouseExit event. If you want to...
- Tags: Microsoft Visual Basic 6.0, Mice, Peter Aitken, Boolean, mouse, MouseMove, Visual Basic Tips Newsletter, Control, Microsoft Visual Basic, Hardware, Peripherals
- Technical articles 2005-07-14
- Oracle Tip: Choosing an efficient design for Boolean column values
- When designing a database table structure, it's important to choose an efficient strategy for storing a logical Boolean that you can use in many programming environments. Find out how from this Oracle expert. When designing a database table structure, it's important to choose an efficient strategy for storing...
- Tags: Scott Stephens, Oracle Tips Newsletter, Database, Oracle Corp., Value, Boolean, OCCI, Databases, Programming Languages, Storage, Enterprise Software, Software, Data Management, Software Development, Software/Web Development, Hardware
- Technical articles 2004-06-09
- Develop component-based applications with JavaBeans
- Software component technology takes the development process a step further by providing software functionality as components that can be assembled into an application. True components are language-independent and can be manipulated by application builder tools.You can easily build components in Java using the JavaBean technology, which adds all the capabilities...
- Tags: Java, Middleware, Alexandre Pereira Calsavara, Boolean, JavaBean technology, JavaBeans, bean
- Technical articles 2003-05-26
Additional Resources
- Learn Oracle: Datatypes for SQL and PL/SQL, Boolean and Large Objects (LOB)
- Use the article index for more articles on this subject.BOOLEANABOOLEAN datatype is a native PL/SQL type that lets you signify a TRUEor FALSE condition. A BOOLEAN is NULL until explicitly assigned avalue. A BOOLEAN is assigned like other variables:DECLARE v_bool BOOLEAN; v_bool2 BOOLEAN := TRUE; ...
- Tags: subject.BOOLEANA BOOLEAN, Oracle Corp., PL/SQL, SQL
- Blog posts 2006-08-29
- Simple Solver (exe)
- Simple Solver provides four separate functions: Synthesis, Boolean, Permutation, and Random Number. The Synthesis function performs automatic design and simulation of digital logic circuits from truth table or waveform inputs for all circuit types: Combinational, Sequential, Synchronous and Asynchronous. The Boolean function provides minimization and truth tables for one or...
- Tags: Function, Random Number, David Baldwin, Synthesis Function, Boolean Function, Boolean Operator Format, Random Number Function
- Software downloads 2008-07-01
- Mesh Booleans for AutoCAD (exe)
- Mesh Booleans for AutoCAD is a mesh boolean modeling plug-in for AutoCAD. Mesh Booleans for AutoCAD gives AutoCAD the ability to perform boolean operations between PolyFace Meshes, Polygon Meshes and 3D Solids or a combination of all. You can union, subtract or intersect two meshes, two solids or a mesh...
- Tags: AutoCAD, Research & Development, Business Operations
- Software downloads 2006-09-22
- Choosing an efficient design for Boolean column values in Oracle
- When designing a database table structure, it's important to choose an efficient strategy for storing a logical Boolean that you can use in many programming environments. This downloadable Oracle tip shows you how to design a database table structure in Oracle that will accept Boolean datatypes in Java Database Connectivity...
- Tags: TechRepublic Inc., Oracle Corp., JDBC, Databases, Storage, Java, Enterprise Software, Software, Data Management, Hardware, Programming Languages, Software Development, Software/Web Development
- Download resources 2005-06-08
- The Next Generation of Static Analysis: Boolean Satisfiability and Path Simulation - A Perfect Match
- Static analysis offers the ability to find bugs before software is run, improving code quality and dramatically accelerating the availability of new applications. But excessive false-positive results are the main reason why many source code analysis products quickly become shelfware after a few uses. Now, a groundbreaking new use of...
- Tags: Coverity, Analysis
- White papers 2008-02-01
- Your brain: Search engine, or calculator?
- Boolean vs BaysianThe "search engine" model seems somewhat more like some social mechanism whereas boolean thought which I find is actually often twisted with coloring from experience that may not even be recognized at the time is more "autistic".To me this is clear, perhaps because of recently diagnosed Asperger's -...
- Tags: computer, Dianetics, Dilbert-Tom, it management, L. Ron Hubbard, search engine, thought
- Discussion threads 2005-07-01
- Multiple appln instance & Global variable
- I have an application developed in VB6. This application has got a Global boolean variable declared in a VB Module in the project. Depending upon certain conditions the boolean varible is set TRUE or FALSE. Now when iam running a second instance of this same appln in same PC this...
- Tags: daz1@...
- Discussion threads 2005-05-23
- Explore selection statements in Java
- Take an introduction to Java programming fundamentals, including problem-solving, object-oriented programming, GUI programming, data structures, networking, internationalization, advanced GUI programming, and Web programming. This sample chapter from Introduction to Java Programming: Comprehensive Version, 6th Edition covers: Declaring boolean type and write Boolean expressions Distinguishing between conditional and...
- Tags: Prentice Hall Inc., Programming, Development Tools, Programming Languages, Java, Software Development, Software/Web Development
- Book chapters 2007-03-27
- Microsoft Project Events Question
- can anyone tell me the difference between the new argument "ByVal Info As EventInfo" and the old "Cancel As Boolean" in the new events in microsoft Project 2002/3. For example what extra functionality is gained by using ProjectBeforeTaskChange2(ByVal tsk As Task, ByVal Field As PjField, ByVal NewVal As Variant, ByVal...
- Tags: ByVal Field, ByVal Info, madguru@..., Microsoft Corp., Microsoft Project, programming
- Discussion threads 2005-04-04
- Telescope Search (exe)
- Telescope is a Web metasearch engine for Windows. In addition to general Web search, Telescope can search Web directories, image search engines, news headlines, encyclopedias, and freeware. It can access 7 Web search engines and 38 search engines in total. Your query is converted into advanced boolean or simple keywords,...
- Tags: Image Search, Web, Search Engine, Microsoft Internet Explorer, Telescope, Search, Channel Management, Marketing
- Software downloads 2008-01-09
- Routing in Optical and Non-Optical Networks Using Boolean Satisfiability
- Off late, most routing problems are solved using Dijkstra's shortest path algorithm. Many efficient implementations of Dijkstra's algorithm exist and can handle large networks in short runtimes. Despite these advances, it is difficult to incorporate user-specific conditions on the solution when using Dijkstra's algorithm. Such conditions can include forcing the...
- Tags: Algorithm, Network, Node, IEEE, Engineering
- White papers 2007-06-01
- DBManager Professional (exe)
- Application for Database Management with Enterprise features like: task builder; server monitoring; diagram designer; form and report builders; import and export data (MSAccess, MSExcel, Paradox, FoxPro, Dbase/Clipper, ODBC, text, html and xml files); query builder, debugger and planner; dependencies browser; database control version system; database comparer; procedure builder. Supports MySQL,...
- Tags: DBTools Software, Builder, Databases, Storage, Enterprise Software, Software, Data Management, Hardware
- Software downloads 2007-06-26
- Firefox Speed up procedure
- Firefox Speed up procedure:Locate the address bar. This is where it says:http://atopqualitysite.com/firespeed.htm near top of browserDelete that, and Type:about:configPress EnterThe settings you're looking for are:network.http.pipelining - Set to true (double-click)network.http.pipelining.maxrequests - Set to 32 (double-click to select, then change value to 32)network.http.proxy.pipelining - Set to true (double-click)Then right-click anywhere and...
- Tags: faster firefox surfing, Firefox Speed-up, Firefox Speed-up procedure, Mozilla Firefox, stephen5044@..., windows
- Discussion threads 2006-08-17
- << Previous
- page 1 of 1
- Next >>