I want something like this: http://img257.imageshack.us/img257/5906/globalcolleage.png
I know how to create CSS-image-based bullets, but for quotations I can't figure out.
I just finished this tutorial:
http://codeigniter.com/wiki/Internationalization_and_the_Template_Parser_Class/
but now I want some links to change english to spanish
I know how to change it by modifying the controller example.php:
# Load language
$this->lang->load('example', 'english');
But I can't figure out how to do that in the view file example.php
What's the simplest and best way of doing this?
I want to place a player (flash) in the top-right corner of a page and that player will change it songs based on what play button is clicked (they are in the center of the page). Do I have to use ActionScript in order to accomplish that? If I have to, how?
I want something like hits:
Each time the user clicks one of the 10 buttons the song playing in the player in the top-right should change into the selected song.
Thanks in advance!
I know Coda Slider and Easy Slider. But, I would like a jQuery plugin which shows the next and previous image with low opacity. Like this example: http://www.muratsuyur.com/.
I have the following array:
'tagline_p' => "I'm a <a href='#showcase'>multilingual web</a> developer, designer and translator. I'm here to <a href='#contact'>help you</a> reach a worldwide audience.",
Should I escape the HTML tags inside the array to avoid hackings to my site? (How to escape them?)
or is OK to have HTML tags inside an array?