Vaga - free icon set
Written on April 8, 2008 – 11:40 am | by Rene
Today i found on the web a free icon set called vaga, that you can use for personal or commercial projects, it contains 60 icons 16×16
A web development blog
Today i found on the web a free icon set called vaga, that you can use for personal or commercial projects, it contains 60 icons 16×16
This tutorial uses an old Youtube API, after google acquired Youtube a new API was released
In this brief tutorial i will show you how to show videos from youtube on you web page using PERL and Youtube API, the idea of the script is that it will show by default the favorites videos of some users, and you will be able to navigate to the tags you specify.
For this script we will use some libraries from the CPAN:
Click here to see this script in action.
index.pl this is the perl script.
videos_list.tt The template where we see the list of videos.
videos_view.tt The template where we see a specific video.
Wordpress 2.5 have been released, and i have just uploaded this blog to use this new version, i really like it! it looks a lot cleaner, includes built in gallery support, and a lot of new features that you can read here
if you want to force certain kind of files to pop up the save as dialog box, you have to add the AddType directive with the value application/octet-stream to the .htaccess file like this:
and that’s all, now everything works fine
To enable mod_rewrite on Ubuntu is pretty easy what we have to do is, first we enable the apache module for mod rewrite with this line.
After that we have to edit the file /etc/apache2/sites-avalible/default, then we look for this:
And then we replace “AllowOverride None” by “AllowOverride All”, this line tells apache to read the .htaccess file, that is the file where we will put our rewrite rules.
finally we just reload apache
now we have pretty urls for our sites. :)
Today i want to send the post request from a form to a pop up window and the solution is pretty simple first we have to create our form and then we add a target attribute where we specify the name that our popup window will have second we add a onsumbit call to the form that will popup the new window and submit the form we also have to assign and id to our form that will be usefull when calling the function that popup the windows
One of the firefox extensions that i have installed is View Source Chart wich as said on the extension page “Draws A Color-Coded Chart of a Web Page’s Source Cod” what i like about it, is that it displays the html generated by javascript and the original code, not only the code viewable with the “view source” option.
i was using it when i realized that at the very bottom there is a hided message “Real housewives write extensions”, i attached an image of that message
What is this all about?
Well i am a Mexican computer science engineer, focused on web development, i like to work with perl, php, css, xhtml, javascript, ajax, etc. and this will be my playground. Where i will put my experiences while i am working, learning and living from web development.
My first languaje is not english, so if something is not well written please let me know