<?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: S3RG1096</title>
    <description>The latest articles on DEV Community by S3RG1096 (@s3rg1096).</description>
    <link>https://dev.to/s3rg1096</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%2F352598%2Fd15a086e-6bfd-4d48-86bb-112fef3220b0.png</url>
      <title>DEV Community: S3RG1096</title>
      <link>https://dev.to/s3rg1096</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/s3rg1096"/>
    <language>en</language>
    <item>
      <title>Steps of Codeigniter Processing</title>
      <dc:creator>S3RG1096</dc:creator>
      <pubDate>Mon, 30 Mar 2020 19:44:22 +0000</pubDate>
      <link>https://dev.to/s3rg1096/steps-of-codeigniter-processing-15l8</link>
      <guid>https://dev.to/s3rg1096/steps-of-codeigniter-processing-15l8</guid>
      <description>&lt;p&gt;The designing of the MVC based Codeigniter has enabled it to have a fast performance. It is possible thanks to the simplicity of the framework. And to go further into explanation, it has component singularity, dynamic installation and loose coupling.&lt;br&gt;
As you have a glance at the model,the data flow seems simple indeed.&lt;br&gt;
1.index.php is your php file that comes as default.In fact, php is the most widespread of all the backend languages, which helps developing e-commerce(online purchases, &lt;a href="//shinyloans.com"&gt;loans&lt;/a&gt;, etc.) and social media platforms.&lt;br&gt;
2.&lt;b&gt;Router&lt;/b&gt; decides the steps of document manipulation.&lt;br&gt;
3.&lt;b&gt;Cache&lt;/b&gt; file is the previously loaded info from the same source. When caching is enabled, there might be no need for further data loading.&lt;br&gt;
4.If it's the time to pass to Application Controller, a security check is a must.&lt;br&gt;
5.The last of the redirection process is the View. After the data goes through view it appears back in cache and then in your browser page.&lt;br&gt;
The broadest of the components is the application controller, which includes scripts,helpers, libraries and plugins.&lt;/p&gt;

</description>
      <category>codeigniter</category>
      <category>backend</category>
      <category>php</category>
      <category>tips</category>
    </item>
    <item>
      <title>E-commerse websites' traffic increases during COVID-19</title>
      <dc:creator>S3RG1096</dc:creator>
      <pubDate>Mon, 23 Mar 2020 03:38:59 +0000</pubDate>
      <link>https://dev.to/s3rg1096/e-commerse-websites-traffic-increases-during-covid-19-9o2</link>
      <guid>https://dev.to/s3rg1096/e-commerse-websites-traffic-increases-during-covid-19-9o2</guid>
      <description>&lt;p&gt;As they become so popular, e-commerce websites will be a leading branch  in market. What are the steps for running an e-commerce website? &lt;/p&gt;

&lt;p&gt;1.First of all, you'll need to take the domain you want for the environment. E-commerce being less expensive will result a better profit.&lt;/p&gt;

&lt;p&gt;2.Afterwards, you need to choose a proper template to make things simple. Believe me, 90% of people who are interested in your product will at first try to calculate their expenses before tapping that 'add to cart' button. Simplicity is the key.&lt;/p&gt;

&lt;p&gt;3.Once you have chosen the website design, but it doesn't seem to be so appealng you can turn to editing it any time you feel the need. Customizability is another key factor not to lag behind and be the bearer of trendy design.&lt;/p&gt;

&lt;p&gt;4.Finally, after the construction of the display windows of your domain, you want to have as many guests in your website as possible. For that purpose you can choose the contemporary weapon of social media marketing, or the SMM in short. Moreover, with the help of influencers that promote your goods or services,such as &lt;a href="//shinyloans.com"&gt;loan lending&lt;/a&gt; or &lt;a href="//doctorsnetwork.com"&gt;healthcare&lt;/a&gt;,  your website will have a better rate - appearing in the first pages of search results.&lt;/p&gt;

</description>
      <category>help</category>
      <category>javascript</category>
      <category>html</category>
      <category>php</category>
    </item>
    <item>
      <title>Can I Use replace() method to autoreplace all the chosen strings within a user input box of text type in js?</title>
      <dc:creator>S3RG1096</dc:creator>
      <pubDate>Thu, 19 Mar 2020 18:49:20 +0000</pubDate>
      <link>https://dev.to/s3rg1096/can-i-use-replace-method-to-autoreplace-all-the-chosen-strings-within-a-user-input-box-of-text-type-in-js-3eic</link>
      <guid>https://dev.to/s3rg1096/can-i-use-replace-method-to-autoreplace-all-the-chosen-strings-within-a-user-input-box-of-text-type-in-js-3eic</guid>
      <description>&lt;p&gt;Let's say there is a long-*ss paragraph, and some words in it are issues to copyright, so custom replacements are needed to all strings in p or span tags. By the way, it can be also a user-inputted text that is to be changed to fit the rules. Now, can i create a function with replace() method, and, is it possible to change the strings automatically by ".onclick"-ing on ? Pls provide a fully functional code of both &amp;lt;!DOCTYPE html&amp;gt; '/html' and 'script' '/script'.&lt;/p&gt;

</description>
      <category>help</category>
      <category>javascript</category>
      <category>html</category>
    </item>
    <item>
      <title>What the Heck is CodeIgniter Libraries?</title>
      <dc:creator>S3RG1096</dc:creator>
      <pubDate>Thu, 19 Mar 2020 18:01:09 +0000</pubDate>
      <link>https://dev.to/s3rg1096/what-the-heck-is-codeigniter-libraries-3je0</link>
      <guid>https://dev.to/s3rg1096/what-the-heck-is-codeigniter-libraries-3je0</guid>
      <description>&lt;p&gt;I need a decent explanation. With examples. I use intelliJ as my editor.&lt;/p&gt;

</description>
      <category>help</category>
      <category>beginners</category>
      <category>php</category>
      <category>discuss</category>
    </item>
    <item>
      <title>What was the last thing you mastered, that made you a faster &amp; cleaner programmer/coder?</title>
      <dc:creator>S3RG1096</dc:creator>
      <pubDate>Thu, 19 Mar 2020 17:32:37 +0000</pubDate>
      <link>https://dev.to/s3rg1096/what-was-the-last-thing-you-mastered-that-made-you-a-faster-cleaner-programmer-coder-p5c</link>
      <guid>https://dev.to/s3rg1096/what-was-the-last-thing-you-mastered-that-made-you-a-faster-cleaner-programmer-coder-p5c</guid>
      <description>&lt;p&gt;The helping hands for me were the shortcuts. I had to do a lot of typing, so not only did I need to copypaste quickly, but also think of a way that would come in handy with custom coding and editing too. &lt;br&gt;
It might sound weird, but an extra help for me was to use speech-to-text extensions. Of course, the syntax,like the parenthesis and dot-commas, comment dashes and dollar signs, opening and closing quotes I had to put manually.&lt;/p&gt;

</description>
      <category>html</category>
      <category>javascript</category>
      <category>tricks</category>
      <category>discuss</category>
    </item>
  </channel>
</rss>
