Search public source code

All topics about coding, designing, etc. goes in here.
Post Reply
jee
Registered User
Posts: 19336
Joined: 03 Jun 2003, 02:00
Location: a hole so deep...

Search public source code

Post by jee »

"Integrity" and "integer" both contain a Latin root meaning "whole; complete." The root sense, then, is that people may be said to be acting with integrity when their beliefs, words, and actions have a sense of unity or wholeness.
Joester
Registered User
Posts: 48
Joined: 28 Apr 2008, 02:00

Re: Search public source code

Post by Joester »


thats just going to show you the sites code that makes up the display right?
WAJeff
Registered User
Posts: 28011
Joined: 30 Jun 2006, 02:00
Location: /dev/sda1/home
Contact:

Re: Search public source code

Post by WAJeff »

Joester, Jip. You can also just get it by going to the site though
For example, the source to enter a smiley on this page is this

Code: Select all

<a href="#" onclick="insert_text(':D', true); return false;"><img src="./images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy" /></a>
Post Reply