Sites Of Interest: Free Online Application Builder : Build Your Own Chat Room
Click here

Matches for tag(s) build

  • SitePoint.com: Build a Photo Gallery Using CakePHP and Flickr

    Want to share your Flickr photostream with the world, but only once you've given it a nice, customized touch? Look no further than CakePHP -- and a few lines of code -- to pull off some magic! In this article, we'll use the Flickr API and CakePHP to take the images we've loaded onto Flickr and use them to build our own, non-Flickr web gallery.

    Read More

  • Building An Expanding DHTML Menu With CSS and JavaScript

    Today I am going to show you the different parts that make up a dropdown vertical menu for your website. This is not like your normal dropdown menu, which appears at the top of your content, however -- these menus expand and remain visible until they are collapsed with the click of a mouse. The menu content actually expands with your page content, pushing the rest of whatever is below it down - so it can actually be used for more than just a menu.

    Read More

  • Hiveminds: How to Bridge PHP and Java for Powerful Web Solutions

    Hiveminds has published a new tutorial today that looks at bridging the gap between Java and PHP by allowing the execution of Java jar files from within PHP.

    Here's how to team up two of the most popular and powerful platforms for web development together. With the php-java bridge you can build classes and jar files in Java and call them and use their methods in PHP. Use the quick and easy PHP language to bring Java muscle to your web pages

    They step you through the creation of an autoexec file, briefly touch on the Wampserver package, help you get the php-java bridge installed, and give you some sample Java code to play with. It's a pretty basic almost "hello world" kind of example that they give the PHP code for as well, showing how to execute it from within your code.

    Read More

  • The Shrek Model of Web Design

    Websites are like onions, you see, since websites have layers. And ogres are like onions, since ogres have layers. Websites are designed by web designers. Ergo - web designers are like ogres. So, let's explore why web designers are like ogres

    Read More

  • Hiring Web Developers: What to Know

    In this article, Ryan Barichello, covers some things you should keep in mind when hiring Web Developers

    Read More

  • Get On Track with Ruby on Rails

    Ruby? Rails? Ajax? Is this cluster of confusing buzzwords swarming around your head like a mob of angry bees? Then fear not, gentle padawan -- Jedi help is at hand! For I, too, was just like you once: confused, jumping at shadows, sinking into the depths of yet another custom Python web framework while softly weeping behind a stack of dog-eared PHP books. But not anymore. Today I build my applications in Ruby on Rails.

    Read More

  • SitePoint.com: The CakePHP Framework: Your First Bite

    CakePHP is a mature framework for PHP developers who want the structure and time-saving benefits of Ruby on Rails, without having to leave their comfort zone. As Fabio explains, CakePHP's scaffolding lets us build a prototype application quickly, using minimal code. Cake also offers many helper classes to extend and customize your application while retaining a sensible and easily maintainable architecture.

    Read More

  • WebSite Goodies: Link Building the Right Way

    It began with Google. Larry Page and Sergey Brin, the company's founders, decided to build a search engine which didn't rank pages primarily by keyword density like their competition. Early search engines were easy to fool, fill your page with the same phrase over and over and you'd appear near the top of search results for that phrase. Google was different. It let the web itself tell their search engine what pages were about and which were most important. This process is what they called PageRank, and works by analyzing the incoming links to each page.

    Read More

  • Developer.com: Developing a Ajax-driven Shopping Cart with PHP and Prototype

    On Developer.com, Jason Gilmore has posted This new tutorial that steps you through the creation of an ajax-enabled shopping cart that combines PHP and Prototype.


    In the latest installment of this ongoing PHP series, I'll show you how to build a shopping cart using PHP, session handling, and the Prototype JavaScript library (introduced in an earlier installment). The cart allows users to add and delete products from the cart, as well as change cart quantities. And of course, the interaction is seemingly instantaneous, allowing for the user to continue shopping without waiting for the page to reload.


    He creates the database table first (bottom up approach), then moves to the PHP code to handle the request/responses for the shopping cart, and with a little bit of session magic to connect the cart to the user and the Prototype tossed in, the cart is complete.

    Read More

  • Seven Ways to Keep Your Visitors

    These days, having a website is absolutely essential for any flourishing company. But not all sites are necessarily good ones. Your website can either be very successful and get you a large number of visitors or it can so badly made that getting a single client can be hard. Generally, a good website is one thats descriptive, straightforward and gives people a reason to visit your page again. On the other hand, bad website is the complete opposite; they are slow to load, misleading or just simply unpleasant. The following articles will list you 7 things NOT to do for your web site if you want to have clients.

    Read More

  • SitePoint.com: Build A Video Jigsaw Puzzle in Flash

    Can you convince visitors to give their undivided attention to your company logo and message for two full minutes? And then watch your commercial? And then give you their email addresses? Yes, you can! Mike shows you how to build a cool Flash Puzzle that entertains *and* communicates.

    Read More

  • How To Set Up A Rollicking Internet Retail Business

    Even with the dot com bust of the late 90s, the number of entrepreneurs who have successfully leveraged this powerful medium to sell products, services or information and become millionaires in the process is phenomenal.

    Read More

  • Build a simple Chatterblock in PHP and Mysql

    This tutorial shows you how to make a ChatterBlock. ChatterBlocks are small windows where users can type in messages. They're also called Shout Boxes or TagBoards and are kind of like miniature chat rooms

    Read More