On CHOW: What is liquid smoke?
4 Resources for

julie meloni

  • Subscribe to this listing via:
  • RSS
  • Email

TechRepublic Resources

10 tips for PHP scripts: Maintain your file system with PHP
By Julie Meloni(2/6/01)PHP has numerous functions relating to your file system, allowing you not only to open files, but also display the contents of directories, move files around, and much more. Many people even write Web-based file explorers in PHP. First, a note regarding file paths: On Windows, you can...
Tags: Scripting languages, file system, Julie Meloni, PHP, Lynx
Technical articles 2003-10-06
10 tips for PHP scripts: Access COM functions
By Julie Meloni(2/6/01)If you're an adventurous soul, and you're running PHP on Windows using the CGI, ISAPI or Apache module version, you can access the COM functions. Now, explaining COM (Microsoft's Component Object Model) is left to Microsoft and very large books. However, for a little taste of what COM...
Tags: ActiveX/COM/COM+/DCOM, Middleware, Word processors, Scripting languages, Microsoft Office, Julie Meloni, Microsoft Access, COM, Microsoft Word, PHP
Technical articles 2003-10-06
10 tips for PHP scripts: Integrate with existing Java applications
By Julie Meloni(2/6/01)Another fancy bit of PHP functionality is its ability to invoke methods of existing Java objects, letting you integrate PHP into existing Java-based applications. This ability is pretty snazzy if you're pushing PHP in your workplace and the answer you get is, "But everything's Java here."To utilize this...
Tags: Programming languages, Scripting languages, Julie Meloni, Java application, Java, PHP
Technical articles 2003-10-06
10 tips for PHP scripts: Use XML with PHP
By Julie Meloni(2/6/01)PHP contains an optional XML extension that supports the Expat parser. The XML-related functions in PHP let you create a parser to handle valid XML documents. If you are using a version of Apache later than 1.3.7, you don't need any additional libraries. All you need to...
Tags: Scripting languages, Julie Meloni, PHP, XML
Technical articles 2003-10-06

Additional Resources

American Girl: Julie Saves the Eagles (exe)
Julie Albright is a fun-loving girl growing up in San Francisco in the 1970s. Julie faces big changes in her life and creates a few of her own! In this exciting American Girl adventure, it is up to you to help Julie discover key facts, people, and objects in a...
Tags: Girl, Julie Albright, Desktops, Hardware
Software downloads 2008-01-28
10 tips for PHP scripts: Reuse code with the Include and Require functions
By Julie Meloni(2/6/01)If you do Web site development on any scale, you'll recognize the importance of reusable code snippets, whether it's blocks of HTML or PHP. For example, you'll change a footer containing your copyright information at least once a year, and if you have 1,000 pages (or even 10),...
Tags: Scripting languages, PHP
Technical articles 2003-10-06
Julie user
blog root
Tags: Blogging, julieve@...
Discussion threads 2005-07-31
10 tips for PHP scripts: Mimic HTTP authentication with PHP
By Julie Meloni(2/6/01)If you are looking to password-protect on a per-script basis, you can use a combination of header statements and the $PHP_AUTH_USER and $PHP_AUTH_PW global variables to create a basic authentication scheme. The usual server-based challenge/response sequence goes something like this: 1. The user requests a file from a...
Tags: Scripting languages, HTTP, header, PHP, dialog box
Technical articles 2003-10-06
Optimize and tune MySQL
Proper care and feeding of your MySQL server will keep it running happily and without incident.Learn how to optimize your system by proper hardware maintenance and software tuning.This sample chapter, taken from Sams Teach Yourself PHP, MySQL and Apache All in One, 2nd Edition, discusses how to optimize your MySQL...
Tags: OPEN SOURCE, Databases, MySQL, Apache Software Foundation, hardware, optimization, software, database
Download resources 2005-12-06
Learn basic SQL commands
Learn the core SQL syntax for creating and manipulating MySQL database tables.This sample chapter, taken from Sams Teach Yourself PHP, MySQL and Apache All in One, 2nd Edition, discusses some basic SQL commands. The chapter covers the following topics:The basic MySQL datatypesHow to use the CREATE TABLE command to create...
Tags: Databases, OPEN SOURCE, MySQL, Sams Teach, Apache Software Foundation, database
Download resources 2005-12-05
Danish Fashion Jewellery Designer Enhances Customer Service With Centralised CRM
Historically, Danish jewellery design company Julie Sandlau used spreadsheets to record and manage customer information. Recently, the organisation, which employs nine people and serves customers all over the world, decided to deploy a centralised Customer Relationship Management CRM solution based on Microsoft technology. This ensures that all customer data, including...
Tags: Microsoft Windows Small Business Server, Customer Service, Microsoft Corp., CRM, Sales Strategy, Customer Relationship Management (CRM), Advertising & Promotion, Remote Access, Productivity, Sales Force Management, Enterprise Software, Sales, Software, Marketing
Case studies
10 tips for PHP scripts: Using native sessions
By Julie Meloni(2/6/01)One of the more long-awaited features of PHP 4.0 was its session support. Users of PHP 3.0 had to use a third-party library or nothing at all, and the lack of session support was one of PHP's biggest detractions. No more, though, as session support has been part...
Tags: Scripting languages, PHP
Technical articles 2003-10-06
10 tips for PHP scripts: Learn to use PHP's arrays
By Julie Meloni(2/6/01)With PHP 4.0 comes more than 30 new array-related functions. Some of the more common functions let you determine if something is in a given array or not, count the number of elements in an array, add or delete array elements, and sort array elements. If you...
Tags: PHP, apple, pear
Technical articles 2003-10-06
Could e-mail be the killer app that drives Linux adoption?
In this ZDNet Video Whiteboard, Julie Hanna Farris explains why mail and groupware services could drive Linux adoption in the server room. While Linux has made little progress in gaining market share on the desktop, it continues to make inroads in the server room. One of the...
Tags: Server, E-mail, Linux, UNIX, Operating Systems, Open Source, Groupware, Software, Enterprise Software
Download resources 2005-07-09
10 tips for PHP scripts: Installing PHP as an Apache DSO
By Julie Meloni(2/6/01)PHP is most often paired with the Apache Web server on a Linux/Unix platform. When installing PHP with Apache, you have three installation options: static module, dynamic module DSO, and CGI binary. I recommend the DSO installation option as it's extremely easy to maintain and upgrade. For...
Tags: Scripting languages, OPEN SOURCE, Apache Software Foundation, PHP, Apache DSO
Technical articles 2003-10-06
Scalix has real potential to be an Exchange/Outlook killer
The domination of Microsoft Exchange and Outlook as the top dog in corporate e-mail and collaboration has seen few potent challengers in recent years. However, a very usable and scalable Linux solution called Scalix now emulates Exchange functionality quite well and provides a Web-based client that looks and feels like...
Tags: Scalix Corp., David Berlind, Microsoft Outlook, Groupware, E-mail Servers, Blogging, Microsoft Office, Office Suites, Software, Enterprise Software, Internet
Download resources 2005-04-14
Jewel Miner (exe)
Help Julie save her uncle's casino from bankruptcy. Collect jewels to complete 48 gem-filled levels with 9 priceless power-ups at your disposal. Mix up your fun with both Story Mode and Cave-In Mode. This game is easy to play but challenging from the first time you sit down, so start...
Tags: Casino, Uncle, Litigation, Games, Business Operations, Personal Technology
Software downloads 2006-05-24
10 tips for PHP scripts: Create and manipulate images
By Julie Meloni(2/6/01)With a few installed third-party libraries and a bit of geometric skill, you can create and manipulate images on the fly with PHP. Actually, you don't need all that much skill in geometry, because I flunked it in high school and can still create images in PHP!Before you...
Tags: image, ImageFill, GD Library, PHP, PNG
Technical articles 2003-10-06
Geek Trivia: May the Schwartz be with you
Test your command ofuseless knowledge by subscribing to TechRepublic's Geek Trivia e-newsletter. Automaticallysign up today!At first glance, the everyday geek may think I've liftedthis week's title from Mel Brooks' sci-fi parody Spaceballs, but I didn't. In fact, I stole this one from science-fictionlegend Harlan Ellison.And it didn't come from one...
Tags: comic, comic book, Jay Garmon, Julie, Julius Schwartz
Technical articles 2004-10-05
Dream Day Wedding (exe)
A romantic seek-and-find adventure game featuring beautiful graphics, unique puzzle games, and extra Wedding Crisis levels sure to challenge you! Find items in 16 unique locations to create the Dream Day Wedding for Julie.
Tags: Games, Personal Technology
Software downloads 2007-03-02
  • << Previous
  • page 1 of 1
  • Next >>


Crash Course: Microsoft PowerPoint
Buy Now
Windows XP vs. Mac OS X
This presentation, entitled Standardizing on Windows XP Instead of MAC OS X, provides a pre-packaged option for defending Windows XP against MAC OS X. ...
Buy Now