Developer.com offers daily news, articles, and tutorials for professional involved in the development of applications and other technical solutions. Daily coverage includes articles, tutorials, news and other resources related to all facets of development.
Please wait...
Cascading Style Sheet Property Reference
Enter height and width of an image to resize. Then enter a new height; the script figures the new width, keeping the same proportions the image original had.
We've set up search URLs and created something that will check the entered text for spaces. Now, we'll do the search.
Today, we look at the code that searches the keywords entered in this script.
Cascading Style Sheet Property Reference
I'm starting with a guestbook script because this is an effect that can be done with a very small amount of PERL code.
Here's a video game where it's you against a UFO...
Tutorial on using ADO
Arrays are important to program development. Explore how to work with them in PHP.
Learn to set up a password-protected directory using Active Server Pages.
Aspect-Oriented Programming (AOP) allows developers to achieve greater modularity in their applications by allowing the separation of cross-cutting concerns. Explore basic AOP concepts and their implementation using Spring.Net, a popular open source application framework by walking through several examples.
Instead of having to derive from a whole new hierarchy
Cascading Style Sheet Property Reference
Cascading Style Sheet Property Reference
In this primer, we'll play with the PERL branching method.
No more Java errors! No more nonscrolling marquees. This script is cross-platform and sends viewers to a specific page, depending on their browser.
Here's a quick, fun little script that plays around with Netscape Navigator layers.
Kurt Seifried discusses security with a focus on CGI scripts. Does you site-or your ISP's-have CGI scripts that are a security risk?
Do you know what is stored in your cookies? If not, it is simple to see the contents of a cookie! This article explains what you need to enter into your browser to see the cookie from any web page. It's probably easier than you think!
Cascading Style Sheet Property Reference
Understanding the difference between client-side code and server-side code is critical in Web development. This installment of the "Term of the Week" column address client versus server-side.
Now we need to start building the clock using the actual time.
The Spirit of script tips brings you a tutorial on creating a drop-down menu in Netscape Navigator.
In this article, you are guided through a functioning ASP.NET application that uses XML.
Walk through an application written in JScript .NET that implements a Windows Forms and features menus, a tab strip control, a tree View control, a progress bar, a picture box control, a timer, a calendar control, and much more.
Build RSS feeds with the Zend Framework and profit from their publication using Google AdSense for Feeds!
Jazz up your scrollbar with a few CSS color commands.
This primer is dedicated to setting up a date and time script using Perl.
Make a division appear and disappear at will! It's a great effect.
We launch an advice column for those trying to keep up with the shock of the new in Web software development. Our columnist offers to answer inquiries on the fundamentals of working with today's wealth of Web technologies. Take him up on his offer.
Our intrepid advice columnist tackles a user's inquiry on building a Web interface in Perl that will launch an offline job on the server. There are two approaches. Get the code for using the fork and exec methods.
Now that we know which button was clicked and which headline number should be displayed, we need to display what is called and then reset all the values.
We've set up search URLs and created something that will check the entered text for spaces. Now, we'll do the search.
In the last Script tip, we learned the layer and its properties. Now let's get it to display.
Using proven methods, Charles Mohnike provides you with an understanding of the ColdFusion Server and guides you through the use of ColdFusion Studio, enabling you to create your own ColdFusion applications quickly and easily.
PERL Primer two teaches you how to set up file permissions
Cascading Style Sheet Property Reference
Copying the same code you need to every location you need it in is neither practical nor efficient. In the latest installment for learning PHP, you learn how to build functions as well as how to use the built-in functions provided.
Now let's post the numbers to the text box.
Introduction and what you need to know in order to start learning Perl.
Today we wrap this up the headline script.
Enter height and width of an image to resize. Then enter a new height; the script figures the new width, keeping the same proportions the image original had.
Extend .NET using attributes. You can create your own attributes in .NET, and Paul Kimmel shows you how in this installment of Visual Basic Today from CodeGuru.
In this new article, Paul quickly gets to the point of examining interfaces in Visual Basic .NET: how to define them and how to implement them.
Instead of reinventing a solution all you have to do is learn the pattern and know when to apply it. CodeGuru.com's Paul Kimmel touches on the Singleton pattern and its use.
Integrate Twitter into your Zend Framework-powered website with ease. Just use the Zend_Service_Twitter component!
JScript evolves. Learn about the new version of JScript, as well as how it fits into Microsoft's .NET.
How can we make software that withstands malicious input attacks? We can start by minimizing the set of entities our software trusts and by conscientiously validating all input - then "hope for the best."
This article tells how you can tighten security gaps using JavaScript and practices such as the Same Origin Policy, Data Tainting, and Signed Scripts.
Using JSP, learn how to allow users to toggle the position of the navigation menu left and right, turn the footer on or off, and change the background color.
Dynamic forms are a part of most serious web site. A typical use includes forms presented with a variable number of items ordered on a commerce site. Learn how to create your own dynamic forms using JSP.
Tables are everywhere! HTML Tables, that is. Learn how to Create dynamic tables using JSP.
Add flair to your Web site. Learn how to create dynamic titles using JSP.
In this article from Danny Goodman, author of JavaScript Bible, experienced programmers are presented with a quick tour of the essential issues surrounding the core JavaScript language.
Before you can begin programming with PHP, you must first install and configure it on your system. In this second article of the Learning PHP series, Liz Fulghum teaches you how.
Basic information is stored using variables and data types. In this continuing tutorial, the focus is on teaching you the basic structure of PHP and how it handles variables and data types.
Tired of being limited by client-side Web development? Liz Fulghum begins a series of articles to teach you PHP. In this first article in the series, learn what PHP is and why you'd want to use it.
Making your Web service an easy adopter will give you an advantage over your competitors. It takes a little more intelligence on the Web service's part, but that's the way it should be in the Web services paradigm.
Today we begin playing around with replacing those image tags with the correct numbers, depending on what time it is.
These note cards move back to front when you click on the tabs. It's a great way to supply your viewers with multiple levels of information!
Learn about the data types that JScript .NET provides.
Despite the fact that the language is designed with security in mind, a familiarity with its more dangerous aspects and conformance to common secure programming guidelines is essential to minimizing the possibility of security compromises. The aim of this document is to provide an overview of various security issues with PHP and to offer advice on secure PHP programming practices.
We conclude our look at securing PHP code with some advice on programming guidelines, user-input filtering, and configuration settings. Upon finishing this lesson, you should be alert to the major liabilities of working with PHP.
Many developers have a set of wrong ideas about Rails parameters. See how you can deal with them in real life. Read on and learn more.
Create real password protection with Perl.
This is the first in a series of script tips meant to discuss and describe the concept of creating password protection through JavaScript.
Create an Add-In for Visual Studio .Net!
We're in the home stretch with the digital clock script. All we need to do now is set the minutes and seconds.
Learn how to create a personal search engine using Perl.
To build effective programs, you need control. In this installment on PHP development, you learn to use PHP's control structures.
So, You Want Transitions, Huh?
This is the first of three parts that make up Chapter 5, 'Web Forms' from Jeff Prosise's book, Microsoft Programming .NET. In this first part of the sample chapter, Jeff provides a Web application primer.
Take a first look at programming with C#. This article shows you the process and steps to program your first C# application.
From his column Visual Basic Today on CodeGuru.com, Paul Kimmel explains the pros and cons as well as shows how to do thin-client programming as a solid alternative to ASP.NET programming.
Remove all HTML flags with this nifty little script.
Today, we look at the code that searches the keywords entered in this script.
Perl is one of the most widely used languages for writing interactive applications on the Web, and Perl programs are widely used for various system administration tasks. Applications that serve these tasks must provide reliable access to security sensitive functions and information, and at the same time ensure that no one is granted access to data or functionality that was not intended for them. In this two-part article, Jordan Dimov and John Viega evaluate some of the common security weaknesses and vulnerabilities of Perl applications and give an overview of the features that the Perl language provides to aid the programmer in hardening the security of their applications.
In this second of a two parts, Jordan Dimov and John Viega discuss a method for preventing you from making the security mistakes discussed in their first article.
Silverlight has now been around for a while. In fact, the beta for Silverlight 3 has now been released. Get the answers to common questions being asked by Users, business people, and Developers in regard to why Silverlight is important.
Learn how to set up a form so that after the user fills in a pre-determined number of characters, the cursor jumps to the next form element all by itself.
Forget setting your pages to fit the user's browser, set the user's browser to fit your pages.
I ran into Matt's Script Archive. It's a great site. He doesn't offer a great number of scripts, but the ones he does have work like a dream.
If you've ever had trouble writing code for frames, like I do, then this is the script for you.
This is an effect people have been asking for for a long time now. I looked and looked and couldn't find anything on the topic - so you know what I did? I wrote the script myself. Well, I wrote it and JavaScript wizard Andree Growney made it really work.
You're surfing along and everything looks okay, but then you look up at the location bar. There's no .html up there. It's new. Instead there's an .asp.Signpost up ahead. You have entered the Active Server Page Zone....
If you can put it on your HTML page, you can get any type of border around it!
Colors, images, full and partial page backgrounds, background-repeat, and the watermark - all here!
Add motion to those layered images (NN 4.0+ required)!
Beyond HTML Tutorials
Tapping into a single database table with Visual Basic .NET can be easy when you know the secret. Learn the secret of the CommandBuilder class.
In this ongoing look at different terms in the development industry, I pick an easy one - or is it?
This week's Term of the Week column tackles CGI - Common Gateway Interface.
Cascading Style Sheet Property Reference
Discover the practice of continuous integration and several of the most popular tools, including Apache's Continuum, Cruise Control (CC), and Hudson, which effectively implement this concept.
Let's look at the function outside of the script and figure out how it works.
In Paul Kimmel's latest column from CodeGuru.com, he tackles the hype about classes and components. In doing so, he even presents you with information on the splitter control within Visual Basic .NET.
Learn how to change headlines in the headline-linking script.
We know about the layer, we understand the loops, now let's put it all together in a function.
Set up a time zone clock with javascript.
This is the third in a string of JavaScript password script tutorials.
JScript .NET is a fully object oriented programming language with some great new features. In this article learn about some of the new key statements in the JScript .NET language including class, const, enum, package, and import.
Want to perform math using Perl? Follow a few simple rules to get the correct display.
Gamelan user Bogdan Matasaru has come up with a handy class for sending the same data to several output streams in Java. Here's how he did it.
This script was sent to me to use as a tip. I really liked it the first time I saw it, so here's the tutorial.
To effectively use a programming language you must perform operations. In Liz Fulghrm's continuing series on programming PHP, she presents coverage of this language's operators.
You may wonder how you can ever perform data entry validation for dates in forms. The problem is not so much in the calculations as it is in the wide variety of acceptable date formats around the world.
C# is a new programming language introduced by Microsoft. This article, excerpted from Sams Teach Yourself C# in 21 Days provides an overview of what C# is and why it is important.
JScript .NET has matured into a full fledge language. Essam details some of the new features that make this a serious tool for developers.
Implement a simple timer in C#. This excerpt from the upcoming Sams Teach Yourself C# in 21 Days shows you how.
The TextStream object is the heart of most of the file manipulation in ASP 3.0. Check out this article to see the TextStream object in action.
The fourth primer in the PERL Series builds on first three.