Search results

  1. Noor

    What is a Domain Name?

    The term “name” (of a domain, site, web project, network resource) in web design technologies has paramount priority, since the organization of hypertext is possible only if there is an existing database of original (sometimes also called “unique”) intermediate / final network addresses . To...
  2. Noor

    Interesting facts about Texas

    • The Oscar, an award given by the American Academy of Arts, was named after Oscar Pierce, whose niece worked for the organization. When she first saw this figurine, they say she exclaimed: “Oh, God, he looks so much like my Uncle Oscar!” • Dallas Fort Worth International Airport has the largest...
  3. Noor

    10 facts about the planet Uranus

    Uranus is the seventh planet from the sun, and also the third largest planet in the solar system. The mass of uranium is 14 times the mass of the Earth. The planet is named after Uranus, the god of the sky in Ancient Greece. The planet was discovered on March 13, 1781 by Sir William Herschel...
  4. Noor

    What is the difference between PAID and FREE Hosting

    Free hosting is most often used for training, testing code, and for temporarily hosting part of a project. List of websites of companies providing free hosting services: 000webhost.com 500mb.ru ucoz.ru narod.ru webservis.ru ho.ua hut.ru wallst.ru litehosting.ru awardspace.com eomy.net holm.ru...
  5. Noor

    Hosting Technologies

    Web design technologies. Choosing a server (hosting) Server is the name of a computer equipped with special software and constantly connected to the Internet (usually via a high-speed connection). Server technologies in web design are software techniques that ensure the functionality of a PC in...
  6. Noor

    What is SEO and who is a SEO specialist?

    INTRO/SEO You've probably already come across the opinion on websites and blogs that the best way to make money on the Internet is to make money on your websites. We also received instructions and tips on how to create them. Some of you tried to make your own website, but never got any results...
  7. Noor

    How to learn PHP ?

    How to learn PHP and become a good web developer in the future? Many people ask this question. I will try to answer as detailed as possible. So, in order to learn PHP and become a good web developer, I personally recommend: 1) Set aside time for learning/work. Ideal: 8 hours a day from Monday...
  8. Noor

    Graphic Formats

    I hope that someone will find it useful... If not, then don’t put downvotes. =) Let’s go. (The author of this article is unknown to me.) ------------ "Raster graphics" GIF (Graphics Interchange Format) The GIF format was developed in 1987 by the computer information service CompuServe. Now...
  9. Noor

    Functions for working with date and time in PHP

    Sometimes when writing scripts, you will need to work with date and time. PHP has several functions that allow you to do this without much difficulty. In this article I want to talk about them. To get the current time in PHP, there is a time() function. This function displays the current time...
  10. Noor

    Brief History of the Pencil

    Since the 14th century, artists, for the most part, used sticks made from mixtures of lead and zinc, which were sometimes called “silver pencils.” For example, the great artist Botticelli used a similar pencil. However, graphite pencils have been known since the 16th century. English shepherds...
  11. Noor

    What is Hosting ?

    Hosting is a service for providing computing power for the physical placement of information on a server that is constantly located on the network (usually the Internet). Hosting is also a service for placing the client’s equipment on the provider’s premises, ensuring its connection to...
  12. Noor

    How to promote a website ?

    Let’s start with this: website promotion as a whole is a kind of interaction of different measures, the task of which is to increase the recognition and popularity of the site among Internet users, usually on a certain topic. The main task for website promotion is to attract a permanent target...
  13. Noor

    Web Security

    Preface I think many will be interested in an article about the security of web projects, so the time has come. I will often refer to the architecture I use, but the approaches described can be used in any system (the main thing is to know how). Security levels Many programmers, thinking about...
  14. Noor

    Domain Transfer / Changed

    The site was moved from one domain to another from domain.com to domain2.com RewriteEngine on RewriteCond %{HTTP_HOST} ^www\.domain\.com$ [R=301,1] RewriteRule ^(.*)$ http://www.domain2.com/$1
  15. Noor

    Rewriting and Copywriting

    All ways to make money online can be divided into two groups: the first contains those methods that do not require having your own website, and the second group contains how to make money on your own website. I will describe all the types, but it’s up to you to decide which type of income to...
  16. Noor

    SEO for dummies

    DAY 1. 1. Briefly about how the Yandex search engine works 2. Programs that will be needed for work 3. How to see what pages the search engine sees 4. What the search engine sees 5. What the search engine does not index 6. How to view html tags 7. How to see what the search engine sees DAY 2...
  17. Noor

    What is DDOS attack ??

    The article provides information about DDOS attacks and protection against them. What is a dos attack? Actually, literally the term “DoS” stands for and is translated as “denial of service”. Accordingly, a dos attack (DOS attack) is an action aimed at provoking such a reaction from the...
  18. Noor

    Google bot ban

    A strict ban on visits to our website for the Google search engine robot RewriteEngine on RewriteCond %{USER_AGENT} Googlebot RewriteRule .* - [F] # The second option returns instead of errors 403 ( FORBIDDEN ) error 404 ( NOT _ FOUND ) RewriteCond %{USER_AGENT} Googlebot RewriteRule .* - [R=404]
  19. Noor

    Interesting facts about Iran

    Translated from Persian, Iran means “Land of the Aryans”. In 2012, the Iranian police chief declared that Google was a spying tool. In addition, the Iranian government has announced that it is ready to create a “national internet” that will be under full state control. In Iran, a couple...
  20. Noor

    Setting up a server for SEO optimization

    1. Home page without duplicates Usually the home page code is physically located in the file /index.html (or index.php - for most dynamic sites), but the site should open by any of the requests: yoursite.ru, yoursite.ru/index.html , www.yoursite.com and www.yoursite.com/index.html. But for...
Back
Top