application/x-httpd-php
...hmmm
| SitePoint Sponsor |
application/x-httpd-php
...hmmm
~The Artist Latterly Known as Crazy Hamster~
922ee590a26bd62eb9b33cf2877a00df
Currently delving into Django, GIT & CentOS
PHP Code:$title = strtolower($title);
$title = preg_replace('/&.+?;/', '', $title); // kill entities
$title = preg_replace('/[^%a-z0-9 _-]/', '', $title);
$title = preg_replace('/\s+/', '-', $title);
$title = preg_replace('|-+|', '-', $title);
$title = trim($title, '-');
.
Zach Holman
good-tutorials — blog — twitter — last.fm





639400
Code:var editor = new Ajax.InPlaceEditor('product_1',...); (... do stuff ..) editor.dispose();

[SIZE=2]|||[SIZE=2]


Invalid I know, I was helping fix it.HTML Code:<td rowspan="3" colspan="3" id="body"> <p>February 2006 <ul> <li>Sundance Film Festival 2006</li> </ul> </p> </td>





Dns2.site5.com



go away, you're a pest
Edit: Not you cootie, that really is in my buffer.



haha, going to eat now. ttyl





But it wouldn't make the sentiment any less true would it?Originally Posted by HAWK





That thing sucks.Originally Posted by lo0ol
Word. I didn't last long using it.Originally Posted by Young Twig
.
Zach Holman
good-tutorials — blog — twitter — last.fm


Gun The Sequel


<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-244141-1";
urchinTracker();
</script>


http://www.icontactfilms.com/ thats from my last post

Code:a:link { font-weight: bold; text-decoration: none; color: #fff; background-color:#cc0000; border-bottom-style: dotted; border-bottom-width: 1px; } a:visited { font-weight: bold; text-decoration: none; color: #fff; background-color:#cc0000; border-bottom-style: dotted; border-bottom-width: 1px; } a:hover, a:active { font-weight: bold; text-decoration: none; color: #fff; background-color:#999; }



It’s been a tough year for standalone palmtops – put simply, smartphones are killing them. Palm, once the king of the block, split with its software company, changed its name (to PalmOne), bought the rights to the old marque, changed its name back to Palm, and then dropped Palm software on its Treo smartphone in favour of Windows Mobile. Identity crisis, perchance?





padding: 5px 5px 5px 5px;
Code:def login return if generate_blank @user = User.new(params[:user]) # what does this achieve? if session[:user] = User.authenticate(params[:user][:login], params[:user][:password]) session[:user].logged_in_at = Time.now session[:user].save flash[:notice] = 'Login successful' redirect_to_stored_or_default :action => 'home' else @login = params[:user][:login] flash.now[:warning] = 'Login unsuccessful' end end
Bookmarks