1-10 of 16 hubssort by Hot Best Latest
How to use the 'mail' function in PHP
Below I'm going to explain how to use the mail function of PHP. With this function you can send mail through send mail or smtp depending on whether you use Unix/Linux or Windows respectively. PHP makes...
2 commentsGlobal and Local Variables in C Plus Plus
Basic concepts for creating and manipulating local and global variables in C++ (C Plus Plus). The source code, listed below, includes a main() function, two other functions, and...
0 commentsCoda Syntax Coloring Themes
For now Coda's coloring schemes are user defined. You go into the colors panel and define your own. I love the coloring schemes for Textmate and apparently I'm not the only one. So what I aim to do is create...
0 commentsDemotic Greek Minimalism Syntax Study and Analysis
The Hellenic language is a very unique and fun language. In some ways it is much like English, and in more ways, quite different. Interestingly enough, Greek can write or utter the same sentences many...
0 commentsUnix Shell Scripting (Editor and Shell)
Unix Shell Scripting (The OS) From the operating system discussion (click link above) we know that there are many different operating systems but how to communicate with the OS depends on the type of OS you...
4 commentsPHP Basic Syntax
IntroductionThis is part 2 of my series, Basics of PHP. In this part of the series, I give you the basic syntax of PHP.Note: If you cannot see the code or if you think anything is missing (broken link, image...
0 commentsOpportunities in Linguistics
After spending nearly nine years practicing law in the state of Texas in the 1980s, I made a big career switch and went for a Ph.D. in linguistics. I had always been interested in linguistics, but there were...
4 commentsPHP Basic: A Basic Overview and Introduction of PHP Programming
PHP is open source server-side scripting langualge which is execuated on the server and supports many databases (like MySQL, Oracle, Solid, PostgreSQL, ODBC, Informix etc) which is suited for web development...
0 commentsWhy We Shouldn't Try to Make Sense of the English Language
English language and all its dialects create lots of opportunity for a humorous review of its idiomatic and colorful nature. From growing up in rural America, author, Daniel Carter, tells comical stories and cites funny examples of how we are able to communicate in spite of ourselves and the rules of English.
36 comments[CSS] The syntax of CSS and inheritance
Syntax The syntax of CSS is very simple: selector (property: value)Exemple : body { background: #eeeeee; } Each selector (here body) can have several properties with values independent: body {background:...
0 comments










