<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Shotazhvania</title>
    <description>The latest articles on DEV Community by Shotazhvania (@shotazhvania).</description>
    <link>https://dev.to/shotazhvania</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F512157%2Fbf243d14-7988-40d2-9f9f-86c93f3c824d.png</url>
      <title>DEV Community: Shotazhvania</title>
      <link>https://dev.to/shotazhvania</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/shotazhvania"/>
    <language>en</language>
    <item>
      <title>PRE2050</title>
      <dc:creator>Shotazhvania</dc:creator>
      <pubDate>Sun, 29 Nov 2020 11:39:42 +0000</pubDate>
      <link>https://dev.to/shotazhvania/pre2050-g8o</link>
      <guid>https://dev.to/shotazhvania/pre2050-g8o</guid>
      <description>&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;  Introducing the Website Preloaders of the future PRE2050
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;




&lt;p&gt;But First what is preloaders and how it works ? &lt;/p&gt;

&lt;p&gt;Preloading mechanisms work according to a simple principle: an instruction in the source code of a website sets the process in motion and refers to a resource that is to be preloaded. Normally, the applications would determine when to load which content and scripts, and integrate them into the document. In preloading, it is the browser that renders a website and becomes aware of a preload hint. &lt;/p&gt;

&lt;p&gt;Preloading can reduce the loading time of websites and features, thereby improving the user experience. When a user visits a website, certain resources are loaded into the browser's cache using declarative markup. The keyword Preload can be used to preload content that is referenced by the Atrribute link. &lt;/p&gt;




&lt;p&gt;Preloader Tips :&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Is fast to load. You don’t want your preloader to need a preloader.&lt;/li&gt;
&lt;li&gt;Doesn’t run too long or too short. It needs to run just enough for your page to load and no longer.&lt;/li&gt;
&lt;li&gt;Can be branded in your colours or with your logo. It needs to look seamless and not an add-on.&lt;/li&gt;
&lt;li&gt;Suits your brand. Make sure the preloader design is relevant to your business.&lt;/li&gt;
&lt;li&gt;Has a sense of fun or seasonality. You get bonus points for a loading animation with a nice touch of humour, or that matches the season. Yes – you can add Christmas preloaders for a dose of extra Christmas spirit.&lt;/li&gt;
&lt;/ul&gt;




&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;                      PRE2050 😍 
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;Pre2050 - is collecting 6 Creative Loaders is developed to load on screen a waiting spinner plugin for your customers.&lt;/p&gt;

&lt;p&gt;You have 6 different spinners to suit your designs.&lt;/p&gt;

&lt;p&gt;In just 2 minutes you can configure this codes, with a few steps you will have transitions from page to page on your website.&lt;br&gt;
You also have the option of launching the loader if you are performing an action, to send data by Ajax, wait while a process is running, etc.&lt;/p&gt;

&lt;p&gt;A simple, lightweight but very useful scripts, developed in CSS3 compatible with mobile devices and taking advantage of hardware acceleration.&lt;br&gt;
When we are in a higher than screen web, wherever you’re Css Loader always placed in the center of the screen.&lt;/p&gt;

&lt;p&gt;Developed By 💜 ShotaZhvania.Dev&lt;/p&gt;

&lt;p&gt;DOWNLOAD LINK : &lt;a href="https://www.ko-fi.com/s/87dfa05d20"&gt;https://www.ko-fi.com/s/87dfa05d20&lt;/a&gt;&lt;/p&gt;

</description>
      <category>javascript</category>
    </item>
    <item>
      <title>Why THREE.JS is Perfect ?</title>
      <dc:creator>Shotazhvania</dc:creator>
      <pubDate>Fri, 27 Nov 2020 07:34:51 +0000</pubDate>
      <link>https://dev.to/shotazhvania/why-tree-js-is-perfect-16l4</link>
      <guid>https://dev.to/shotazhvania/why-tree-js-is-perfect-16l4</guid>
      <description>&lt;p&gt;Three.js is a cross-browser JavaScript library and application programming interface (API) used to create and display animated 3D computer graphics in a web browser using WebGL. The source code is hosted in a repository on GitHub.&lt;/p&gt;

&lt;p&gt;High-level libraries such as Three.js or GLGE, SceneJS, PhiloGL, or a number of other libraries make it possible to author complex 3D computer animations that display in the browser without the effort required for a traditional standalone application or a plugin.&lt;/p&gt;

&lt;p&gt;Three.js allows the creation of graphical processing unit (GPU)-accelerated 3D animations using the JavaScript language as part of a website without relying on proprietary browser plugins.This is possible due to the advent of WebGL.&lt;/p&gt;




&lt;p&gt;Okay and what is WebGL ?&lt;/p&gt;

&lt;p&gt;WebGL (Web Graphics Library) is a JavaScript API for rendering interactive 2D and 3D graphics within any compatible web browser without the use of plug-ins.WebGL is fully integrated with other web standards, allowing GPU-accelerated usage of physics and image processing and effects as part of the web page canvas. WebGL elements can be mixed with other HTML elements and composited with other parts of the page or page background. WebGL programs consist of control code written in JavaScript and shader code that is written in OpenGL ES Shading Language (GLSL ES), a language similar to C or C++, and is executed on a computer's graphics processing unit (GPU).&lt;/p&gt;




&lt;p&gt;Three.js includes the following features:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Effects: Anaglyph, cross-eyed, and parallax barrier.&lt;/li&gt;
&lt;li&gt;Scenes: add and remove objects at run-time; fog&lt;/li&gt;
&lt;li&gt;Cameras: perspective and orthographic; controllers: trackball, FPS, path and more&lt;/li&gt;
&lt;li&gt;Animation: armatures, forward kinematics, inverse kinematics, morph, and keyframe&lt;/li&gt;
&lt;li&gt;Lights: ambient, direction, point, and spot lights; shadows: cast and receive&lt;/li&gt;
&lt;li&gt;Materials: Lambert, Phong, smooth shading, textures, and more&lt;/li&gt;
&lt;li&gt;Shaders: access to full OpenGL Shading Language (GLSL) &lt;/li&gt;
&lt;li&gt;capabilities: lens flare, depth pass, and extensive post-processing library&lt;/li&gt;
&lt;li&gt;Objects: meshes, particles, sprites, lines, ribbons, bones, and more - all with Level of detail&lt;/li&gt;
&lt;li&gt;Geometry: plane, cube, sphere, torus, 3D text, and more; &lt;/li&gt;
&lt;li&gt;modifiers: lathe, extrude, and tube&lt;/li&gt;
&lt;li&gt;Data loaders: binary, image, JSON, and scene&lt;/li&gt;
&lt;li&gt;Utilities: full set of time and 3D math functions including frustum, matrix, quaternion, UVs, and more&lt;/li&gt;
&lt;li&gt;Export and import: utilities to create Three.js-compatible JSON * files from within: Blender, openCTM, FBX, Max, and OBJ&lt;/li&gt;
&lt;li&gt;Support: API documentation is under construction. A public forum and wiki is in full operation.&lt;/li&gt;
&lt;li&gt;Examples: Over 150 files of coding examples plus fonts, models, textures, sounds, and other support files&lt;/li&gt;
&lt;li&gt;Debugging: Stats.js, WebGL Inspector, Three.js Inspector&lt;/li&gt;
&lt;li&gt;Virtual and Augmented Reality via WebXR &lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;Before you can use three.js, you need somewhere to display it. Save the following HTML to a file on your computer, along with a copy of three.js in the js/ directory, and open it in your browser.&lt;/p&gt;




&lt;p&gt;ONLINE DOCUMENTATION AND PERFECT EXAMPLES 👇 &lt;/p&gt;

&lt;p&gt;&lt;a href="https://threejs.org/docs/index.html#manual/en/introduction/Creating-a-scene"&gt;https://threejs.org/docs/index.html#manual/en/introduction/Creating-a-scene&lt;/a&gt;&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>github</category>
    </item>
    <item>
      <title>React Vs Angular 💪🏼</title>
      <dc:creator>Shotazhvania</dc:creator>
      <pubDate>Sat, 21 Nov 2020 11:53:27 +0000</pubDate>
      <link>https://dev.to/shotazhvania/react-vs-angular-1opi</link>
      <guid>https://dev.to/shotazhvania/react-vs-angular-1opi</guid>
      <description>

</description>
    </item>
    <item>
      <title>Angular is The Best Framework?</title>
      <dc:creator>Shotazhvania</dc:creator>
      <pubDate>Tue, 17 Nov 2020 12:03:38 +0000</pubDate>
      <link>https://dev.to/shotazhvania/angular-is-the-best-framework-aba</link>
      <guid>https://dev.to/shotazhvania/angular-is-the-best-framework-aba</guid>
      <description>&lt;p&gt;Just For You (200$ Angular Course — Include(Homework, All Video, All code available)&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.ko-fi.com/post/Angular-is-The-Best-Framework-T6T72PIBE"&gt;https://www.ko-fi.com/post/Angular-is-The-Best-Framework-T6T72PIBE&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Ajax request to post input number with country code in database</title>
      <dc:creator>Shotazhvania</dc:creator>
      <pubDate>Thu, 12 Nov 2020 10:46:39 +0000</pubDate>
      <link>https://dev.to/shotazhvania/ajax-request-to-post-input-number-with-country-code-in-database-1118</link>
      <guid>https://dev.to/shotazhvania/ajax-request-to-post-input-number-with-country-code-in-database-1118</guid>
      <description>&lt;div class="ltag__stackexchange--container"&gt;
  &lt;div class="ltag__stackexchange--title-container"&gt;
    
      &lt;div class="ltag__stackexchange--title"&gt;
        &lt;h1&gt;
          &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--pTF_nE4a--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://practicaldev-herokuapp-com.freetls.fastly.net/assets/stackoverflow-logo-b42691ae545e4810b105ee957979a853a696085e67e43ee14c5699cf3e890fb4.svg" alt=""&gt;
            &lt;a href="https://stackoverflow.com/questions/64802416/ajax-request-to-post-input-number-with-country-code-in-database" rel="noopener noreferrer"&gt;
               Ajax request to post input number with country code in database
            &lt;/a&gt;
        &lt;/h1&gt;
        &lt;div class="ltag__stackexchange--post-metadata"&gt;
          &lt;span&gt;Nov 12 '20&lt;/span&gt;
            &lt;span&gt;Comments: 1&lt;/span&gt;
            &lt;span&gt;Answers: 0&lt;/span&gt;
        &lt;/div&gt;
      &lt;/div&gt;
      &lt;a class="ltag__stackexchange--score-container" href="https://stackoverflow.com/questions/64802416/ajax-request-to-post-input-number-with-country-code-in-database" rel="noopener noreferrer"&gt;
        &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--5MiFESHx--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://practicaldev-herokuapp-com.freetls.fastly.net/assets/stackexchange-arrow-up-eff2e2849e67d156181d258e38802c0b57fa011f74164a7f97675ca3b6ab756b.svg" alt=""&gt;
        &lt;div class="ltag__stackexchange--score-number"&gt;
          0
        &lt;/div&gt;
        &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--Rk_a5QFN--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://practicaldev-herokuapp-com.freetls.fastly.net/assets/stackexchange-arrow-down-4349fac0dd932d284fab7e4dd9846f19a3710558efde0d2dfd05897f3eeb9aba.svg" alt=""&gt;
      &lt;/a&gt;
    
  &lt;/div&gt;
  &lt;div class="ltag__stackexchange--body"&gt;
    
&lt;pre&gt;&lt;code&gt;  $.post('https://crm.yorktowers.com/modules/Webforms/capture.php', function(){ 
    $(function() {
      $('.iti__selected-dial-code').on('change', function() {
          $('#phone').val($(this).val());
      });
  });
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Hi. Need solution how to post in this database input numbers with country code. I used intl-tel-input plugin and when i input number it`s going in database, but without country code.&lt;/p&gt;

    
  &lt;/div&gt;
  &lt;div class="ltag__stackexchange--btn--container"&gt;
    
      &lt;a href="https://stackoverflow.com/questions/64802416/ajax-request-to-post-input-number-with-country-code-in-database" rel="noopener noreferrer"&gt;Open Full Question&lt;/a&gt;
    
  &lt;/div&gt;
&lt;/div&gt;


</description>
    </item>
    <item>
      <title>How to get iti__dial-code in intl-tel-input?</title>
      <dc:creator>Shotazhvania</dc:creator>
      <pubDate>Wed, 11 Nov 2020 08:29:43 +0000</pubDate>
      <link>https://dev.to/shotazhvania/how-to-get-itidial-code-in-intl-tel-input-4i98</link>
      <guid>https://dev.to/shotazhvania/how-to-get-itidial-code-in-intl-tel-input-4i98</guid>
      <description>&lt;div class="ltag__stackexchange--container"&gt;
  &lt;div class="ltag__stackexchange--title-container"&gt;
    
      &lt;div class="ltag__stackexchange--title"&gt;
        &lt;h1&gt;
          &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--pTF_nE4a--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://practicaldev-herokuapp-com.freetls.fastly.net/assets/stackoverflow-logo-b42691ae545e4810b105ee957979a853a696085e67e43ee14c5699cf3e890fb4.svg" alt=""&gt;
            &lt;a href="https://stackoverflow.com/questions/64782674/how-to-get-iti-dial-code-in-intl-tel-input" rel="noopener noreferrer"&gt;
               How to get iti__dial-code in intl-tel-input?
            &lt;/a&gt;
        &lt;/h1&gt;
        &lt;div class="ltag__stackexchange--post-metadata"&gt;
          &lt;span&gt;Nov 11 '20&lt;/span&gt;
            &lt;span&gt;Comments: 1&lt;/span&gt;
            &lt;span&gt;Answers: 1&lt;/span&gt;
        &lt;/div&gt;
      &lt;/div&gt;
      &lt;a class="ltag__stackexchange--score-container" href="https://stackoverflow.com/questions/64782674/how-to-get-iti-dial-code-in-intl-tel-input" rel="noopener noreferrer"&gt;
        &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--5MiFESHx--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://practicaldev-herokuapp-com.freetls.fastly.net/assets/stackexchange-arrow-up-eff2e2849e67d156181d258e38802c0b57fa011f74164a7f97675ca3b6ab756b.svg" alt=""&gt;
        &lt;div class="ltag__stackexchange--score-number"&gt;
          0
        &lt;/div&gt;
        &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--Rk_a5QFN--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://practicaldev-herokuapp-com.freetls.fastly.net/assets/stackexchange-arrow-down-4349fac0dd932d284fab7e4dd9846f19a3710558efde0d2dfd05897f3eeb9aba.svg" alt=""&gt;
      &lt;/a&gt;
    
  &lt;/div&gt;
  &lt;div class="ltag__stackexchange--body"&gt;
    
&lt;p&gt;I want just to get only country code with plus in html input, this intl-tel-input now working, that showing specific country code number example. I don`t want this , what i need is just to show automatically iti__dial-code (country code) .&lt;/p&gt;
&lt;p&gt;How can i solve this issue ?&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;var input&lt;/code&gt;&lt;/pre&gt;…
    
  &lt;/div&gt;
  &lt;div class="ltag__stackexchange--btn--container"&gt;
    
      &lt;a href="https://stackoverflow.com/questions/64782674/how-to-get-iti-dial-code-in-intl-tel-input" rel="noopener noreferrer"&gt;Open Full Question&lt;/a&gt;
    
  &lt;/div&gt;
&lt;/div&gt;


</description>
    </item>
  </channel>
</rss>
