Category: Codes

Description Meta TAG

Meta tags have never been a guaranteed way to gain a top ranking on crawler-based search engines. Today, the most valuable feature they offer the web site owner is the ability to control to some degree how their web pages are described by some search engines. They also offer the ability to prevent pages from more »

Permanent link to this article: https://www.xenno.org/1111/description-meta-tag/

HTML Elements, Attributes, and Positions on jQuery

jQuery Apps

Recently I went into studying the jQuery scripts and I believe that these codes can be a start for anyone interested. Following are some order selectors and examples of their use with elements in the preceding code:

Continue reading

Permanent link to this article: https://www.xenno.org/1022/html-elements-attributes-and-positions-on-jquery/

HTML – “head” tag

The Header Making a correctly formatted HTML code is one of the most important aspects when it comes to validating your HTML source code all the suitable tags should be closed to avoid the use of outdated source code method which cause the search engine to become confused and fail to distinguish your HTML code more »

Permanent link to this article: https://www.xenno.org/161/html-head-tag/

Mobile and Tablets sites

More of the people I know, started to complain that the browsers on smartphones and tablets do not have convenient sites with easy and accessible interface for this type of Internet user. For that, it seems that is required by the site administrator so dedicated to present a version specially created for these visitors. Server-side more »

Permanent link to this article: https://www.xenno.org/639/mobile-and-tablets-sites/

MyBB forum Romanian language pack

  For a while I found that package to change the English language MyBB Forum in Romanian is missing. I looked through my files and finally I found. Here, in this post, still to be found by those who seek it.

Continue reading

Permanent link to this article: https://www.xenno.org/622/mybb-forum-romanian-language-pack/

Secure Your Site (.htaccess)

 Secure Your Site (.htaccess) One way to prevent unwanted access of your site is using the file .htaccess Reasons: – Restrict access to a known hacker / bot from accessing your site – Allowing only certain IP addresses to view your site (while in development, for example) – Allow only trusted individuals in your site more »

Permanent link to this article: https://www.xenno.org/595/secure-your-site-htaccess/

Amateur Server – Debian & Virtualmin

I know that when it comes to linux and run many say it’s hard. However, this impression remains only an impression that you remember fondly when you think about it that you ever had. Needing a web server preferably contains Apache , MySQL and PHP that is not conditional on the money I got and more »

Permanent link to this article: https://www.xenno.org/534/amateur-server-debian-virtualmin/

HTML insert images in a line/gallery

Let’s say we want to put in a html page a few photos horizontally. This can be done easily using a table. Tags <table> </ table> define the contents of a table. Between these tags must be included on these other tags <tr> <td> </ td> </ tr> so that the table will form <table> more »

Permanent link to this article: https://www.xenno.org/505/html-insert-images-in-a-linegallery/

PHP-MySQL Connection

For some time I discovered how to make a connection between a PHP document (script) and a MySQL database. To create dynamic sites that write and read a database is needed to introduce  into a PHP file that creates a connection between the two of them. This is a used predefined PHP function mysql_connect and more »

Permanent link to this article: https://www.xenno.org/385/php-mysql-connection/

HTML Colors – Names

  The X-11 Color Set There are two ways to put colors in HTML documents. One is to insert color code and the second is to insert color name. About the color codes I wrote a previous article and this one  it will handle the color names. In a file .html you can enter a more »

Permanent link to this article: https://www.xenno.org/294/html-colors-names/