• Skip to content
  • Skip to primary sidebar

The html blog

The web sandbox

You are here: Home / Archives for tutorial

tutorial

10 useful PHP PEAR packages

September 29, 2017 By thehtmlblog Leave a Comment

MDB2 PEAR MDB2 is a merge of the PEAR DB and Metabase php database abstraction layers. It provides a common API for all supported RDBMS. The main difference to most other DB abstraction packages is that MDB2 goes much further to ensure portability. MDB2 provides most of its many features optionally that can be used to […]

Filed Under: php Tagged With: archive, authentication, database, geo ip, internationalization, live user, mdb2, net, pear, PHP, tar.gz, tutorial, validation, xml, zip

Bubble menu javascript or playing with YUI’s event delegation

September 29, 2017 By thehtmlblog Leave a Comment

Event delegation refers to the use of a single event listener on a parent object to listen for events happening on its children (or deeper descendants). Event delegation allows developers to be sparse in their application of event listeners while still reacting to events as they happen on highly specific targets. This proves to be […]

Filed Under: Javascript Tagged With: event delegation, Javascript, menu, tutorial, yui

AJAX image cropper with YUI and PHP

September 29, 2017 By thehtmlblog Leave a Comment

This post will show you how to build an AJAX crop image tool using the image cropper control from YUI library and PHP. If you are unsure of what PHP is, we touch upon it quickly in our Bluehost guide, click here to read more. The ImageCropper Control from the YUI library gives you an interactive interface for getting the […]

Filed Under: Javascript, php Tagged With: ajax, crop, gd, image cropper, Javascript, PHP, tutorial, yui

Expanding/collapsing javascript menu

September 29, 2017 By thehtmlblog Leave a Comment

In this post I’ll show you how to create an expanding/collapsing menu like Slashdot left menu used to be, using the YUI library and Dav GlassYUI effects widget. The HTML markup for our menu is : <div id=”menu”> <h1 id=”menu-title”>Menu</h1> <div id=”menu-links”> <ul> <li>Home</li> <li>About</li> <li>CSS</li> </ul> </div> </div> We use 2 div tags, one for holding the menu itself and the […]

Filed Under: Javascript Tagged With: collapse, dav glass, dhtml, dom, effects, expand, Javascript, menu, newbie, slashdot, tutorial, yahoo, yui

Geolocate your visitors with PHP (part 1)

September 29, 2017 By thehtmlblog Leave a Comment

In this short post, I’ll show you how to geolocate your visitors with PHP. First of all let’s have a look at what you’ll need : PEAR GeoIP MaxMind GeoLite Country Installing PEAR GeoIP Using your console or using the command prompt type : pear install http://download.pear.php.net/package/Net_GeoIP-1.0.0RC1.tgz If you used our 70% off coupon for Bluehost […]

Filed Under: php Tagged With: country, geoip, google maps, maxmind, net, pear, PHP, tutorial

Primary Sidebar

Subscribe and never miss a post

Categories

  • Hosting
  • Javascript
  • php
  • Web
  • XML

Copyright © 2021 · htmlblog.net