We Recommend

Pro Apache Pro Apache
In addition to installation, maintenance, and deployment, the book demonstrates how to configure Apache to use Perl, PHP, and Python as server-side scripting languages. And unlike other books on Apache, Pro Apache provides comprehensive information on both major revisions - 1.3 and 2.0 - of the software.


Posted By

webfu on 04/18/08


Tagged

textmate


Versions (?)


Who likes this?

1 person has marked this snippet as a favorite

pagetoscreen


coolhCard


Published in: Other 


  1. <div class="vcard">
  2. ${1:<img style="float:left; margin-right:4px" src="${2:http://photo.url.com/}" alt="photo" class="photo"/>}
  3. <a class="url fn n" href="http://${3:yoursite.com}">
  4. <span class="given-name">${4:given-name}</span>
  5. ${5:<span class="additional-name">${6:additional-name}</span>
  6. }<span class="family-name">${7:family-name}</span>
  7. </a>
  8. ${8:<div class="org">${9:organization}</div>
  9. }<a class="email" href="mailto:$10">${10:email}</a>
  10. ${11:<div class="adr">
  11. <div class="street-address">${12:street}</div>
  12. <span class="locality">${13:city}</span>,
  13. <span class="region">${14:state_province}</span>,
  14. <span class="postal-code">${15:postal_code}</span>
  15. <span class="country-name">${16:country_name}</span>
  16. </div>
  17. }${17:<div class="tel">${18:phone}</div>
  18. }${19:<a class="url" href="aim:goim?screenname=$20">${20:AIM}</a>
  19. }${21:<a class="url" href="ymsgr:sendIM?$22">${22:YIM}</a>}
  20. </div>

Report this snippet 

You need to login to post a comment.