Calendario
Comments (1)

php at davidonzo.comInstalling the cURL library on Leopard Mac OS X is very easy to do. First of all download the sources from the official web site. Unpack the tarball in your /usr/sources/ directory and join it. Downloading the file today, you'll get the curl-7.19.4 version.

 

cd /usr/sources/curl-7.19.4
./configure
make
make test
sudo make install

 

If you want to personalize the installation directory use the option --prefix=/path/to/curl in the ./configure. And remember, the make test command is optional but very important!

 

Once the cURL library is compiled, you need to reconfigure your PHP installation. Join the php's sources directory and configure it with the following commands.

 

./configure --prefix=/usr/local/php5 --enable-calendar --with-apxs2=/usr/sbin/apxs --enable-mbstring --with-mysqli=/usr/local/mysql/bin/mysql_config --with-mysql=/usr/local/mysql/ --with-gd --enable-soap --with-zlib --with-jpeg-dir=/usr/local/bin --with-png-dir=/usr/local/bin --enable-sockets --with-curl=/usr/lib
make
sudo make install

 

Restart apache from the system's control panel o by typing sudo apachectl graceful in a terminal window. That's all.

Comments (0)

mygallerygeneratorMyGalleryGenerator si the simpliest way to create an HTML photo gallery. Upload your photos (jpg, png and gif allowed), set the title and a nice description for any photo, and the gallery will be automatically generated!

 

Once you have uploaded photos, the service will create the thumbnails, the main gallery files, Lightbox 2 will be applied to show full size photos, and then it will zip all. Just download the file, unzip it and upload the content to your website. That's all!

 

Are you HTML familiar? You are free to customize the gallery by editing the main gallery file and/or the CSS file associated. Do you want to see more? Let's check the example gallery and try it making your own photo gallery.

 

MyGellaryGenerator is totally free! No registration required. For this reason there's some limitation:

  • Just 9 photos per gallery
  • Maximum file size is 1mb per file
  • No more then 3 galleries generated for person

Enjoy!

Comments (2)

WhoIsHim.com at davidonzo.comWhoIsHim.com developing doesn't stop! We now have a real database based on real searches. So we are now able to improve the services as well. New search tools, new search evaluation algorithm and the badge builder who permit you to create a nice badge for your site / blog.

 

Search Tools

A natural evolution for a service like this. By the new Search Tools page it's possibile add WhoIsHim to your search engine in Firefox and Internet Explorer. Just a click to enable your browser to make search directly to WhoIsHim. And only for Mac OS X users, the WhoIsHim dashboard widget.

dashboard whoishim at davidonzo.com

 

Badge

Many people suggest us to improve a badge support for blogger and other people wants to use a WhoIsHim widget in theyr *About* page. Nice idea! And we hope you find nice the new Badge Builder, where you'll be able to make your own WhoIsHim badge - widget. Some badge examples.

 

 

New Search Evaluation Algorithm

The most important change! Using a *real* database searches we finally had the possibility to see how to organize the search evaluation as well. Now searches evaluations are reliablest! We hope you continue not only to make search, but to vote search sites results. Only by this way we can grante you the best evaluation's performances.

 

Many thanks to all people gave us suggestions, bug reports and any other impression about the service. We need your feedbacks, 'cause you are the final WhoIsHim users and the system is builded for you! So, continue to contact us for any question, suggestion and all!

Comments (0)

whoishim.comWhoisHim.Com is a web application providing to search informations about people in the world wide web. One link to bookmark all site searching informations about people. It just provides external links, divides by categories, such as search engines, social networks, profiling sites and many other places where it's possible to find informations about someone.

 

Just insert first name and last name in the form box, click on search(img) and the application will show a page containing all search links to external resources.

 

Users can vote good searches by clicking on the star(img) and by this way the system will calculate a global evaluation of the search engines and the search strings.

 

At the foot of any site search link is diplayed the search evaluation calculated on the users votes for any search site and the search string.

  • nothe rank is too low.
  • pothe rank maybe good.
  • sihigh rank.

 

The application is on beta version. We really need any feedback(link) like bugs report, search sites to include and any other useful suggestion to improve the service.

Comments (2)