<?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>Forem: chandramani Arya</title>
    <description>The latest articles on Forem by chandramani Arya (@torqueprogramming).</description>
    <link>https://forem.com/torqueprogramming</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%2F1026236%2Fbf261c07-b516-4bfc-9c79-61f8b1f4082e.png</url>
      <title>Forem: chandramani Arya</title>
      <link>https://forem.com/torqueprogramming</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/torqueprogramming"/>
    <language>en</language>
    <item>
      <title>PHP Codeigniter Curl Post Request Example</title>
      <dc:creator>chandramani Arya</dc:creator>
      <pubDate>Mon, 27 Mar 2023 15:09:52 +0000</pubDate>
      <link>https://forem.com/torqueprogramming/php-codeigniter-curl-post-request-example-5322</link>
      <guid>https://forem.com/torqueprogramming/php-codeigniter-curl-post-request-example-5322</guid>
      <description>&lt;p&gt;PHP Codeigniter Curl Post Request tutorial, you will learn how to use curl post requests with CodeIgniter. This can help you get data from third-party APIs using curl requests in CodeIgniter 3. You can use curl functions in PHP, like curl_init(), curl_setopt(), and curl_exec(). Using cURL, you can call APIs to get JSON data and use it in your project. You don’t need to use another library for this.&lt;/p&gt;

&lt;p&gt;Sometimes, we need to work with web services and APIs from third-party websites. At those times, we use PHP curl for get requests, post requests, delete requests, put requests, etc. PHP curl can help us post requests with parameters and headers, and we can get JSON responses.&lt;/p&gt;

&lt;p&gt;In this tutorial, you will see a very simple example of a curl request. You will also see an example of headers with authentication below the simple curl request example.&lt;br&gt;
For More Info &lt;a href="https://torqueprogramming.co.in/php-codeigniter-curl-post-request-example/"&gt;Click Here&lt;/a&gt;&lt;/p&gt;

</description>
      <category>codeignite</category>
      <category>webdev</category>
      <category>php</category>
      <category>beginners</category>
    </item>
    <item>
      <title>Glassmorphic Credit Card Using HTML, CSS And JavaScript – Programming Hub</title>
      <dc:creator>chandramani Arya</dc:creator>
      <pubDate>Tue, 14 Feb 2023 02:43:21 +0000</pubDate>
      <link>https://forem.com/torqueprogramming/glassmorphic-credit-card-using-html-css-and-javascript-programming-hub-2978</link>
      <guid>https://forem.com/torqueprogramming/glassmorphic-credit-card-using-html-css-and-javascript-programming-hub-2978</guid>
      <description>&lt;p&gt;Welcome to &lt;a href="https://programminghub.co.in"&gt;Programming Hub&lt;/a&gt;! We’re excited to show you how to create a Glassmorphic Credit Card using HTML and CSS. This project is perfect for anyone who is just starting out with web development and wants to learn the basics of HTML and CSS.&lt;/p&gt;

&lt;p&gt;HTML (HyperText Markup Language) is the standard markup language used to create web pages. It is used to structure the content on a web page, including text, images, and links. CSS (Cascading Style Sheets) is used to style the HTML content and make it look visually appealing.&lt;/p&gt;

&lt;p&gt;In this project, we will use HTML to create the structure of the credit card and CSS to add the glass-like design elements. You will learn how to use CSS to change the font, color, and size of text, how to add background images and colors, and how to create basic animations.&lt;/p&gt;

&lt;p&gt;This project is a fun and easy way to get started with web development and learn the basics of HTML and CSS. So, let’s get started and create a beautiful and functional Glassmorphic Credit Card!”&lt;/p&gt;

&lt;h1&gt;
  
  
  Let's Cover HTML PART
&lt;/h1&gt;



&lt;p&gt;```&amp;lt;!DOCTYPE html&amp;gt;&lt;br&gt;
&lt;br&gt;
&lt;/p&gt;
&lt;br&gt;
    &lt;br&gt;
    &lt;br&gt;
    Glassmorphic Credit Card using HTML and CSS - @programminghub
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;&amp;lt;link href="https://fonts.googleapis.com/css?family=Varela+Round" rel="stylesheet"&amp;gt;
&amp;lt;!-- CSS --&amp;gt;
&amp;lt;link rel="stylesheet" href="style.css"&amp;gt;
&amp;lt;script src="https://code.jquery.com/jquery-3.6.1.js"&amp;gt;&amp;lt;/script&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;br&gt;
    &lt;br&gt;
&lt;br&gt;
```&lt;br&gt;

&lt;h2&gt;
  
  
  Paste the below code in your  tag
&lt;/h2&gt;



&lt;p&gt;```&lt;/p&gt;
&lt;br&gt;
        &lt;br&gt;
            &lt;br&gt;
                &lt;br&gt;
                &lt;br&gt;
            &lt;br&gt;
            &lt;h1&gt;
&lt;br&gt;
                Please enter your credit card &lt;br&gt;&lt;br&gt;
                details below&lt;br&gt;
            &lt;/h1&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;        &amp;lt;div class="card"&amp;gt;
            &amp;lt;form&amp;gt;
                &amp;lt;div class="logo"&amp;gt;
                    &amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;
                    &amp;lt;svg width="48px" height="48px" viewBox="0 0 64 64" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"&amp;gt;
                        &amp;lt;title&amp;gt;Group&amp;lt;/title&amp;gt;
                        &amp;lt;g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"&amp;gt;
                            &amp;lt;g id="Group" fill="#FFFFFF"&amp;gt;
                                &amp;lt;circle id="Oval" cx="16" cy="16" r="16"&amp;gt;&amp;lt;/circle&amp;gt;
                                &amp;lt;circle id="Oval" cx="16" cy="48" r="16"&amp;gt;&amp;lt;/circle&amp;gt;
                                &amp;lt;circle id="Oval" cx="48" cy="16" r="16"&amp;gt;&amp;lt;/circle&amp;gt;
                                &amp;lt;circle id="Oval" cx="48" cy="48" r="16"&amp;gt;&amp;lt;/circle&amp;gt;
                            &amp;lt;/g&amp;gt;
                        &amp;lt;/g&amp;gt;
                    &amp;lt;/svg&amp;gt;
                &amp;lt;/div&amp;gt;
                &amp;lt;div class="card-number"&amp;gt;
                    &amp;lt;label&amp;gt;Card Number&amp;lt;/label&amp;gt;
                    &amp;lt;input id="card-number" placeholder="1234 1234 1234 1234" type="text" required maxlength="19" /&amp;gt;
                    &amp;lt;span class="underline"&amp;gt;&amp;lt;/span&amp;gt;
                &amp;lt;/div&amp;gt;
                &amp;lt;br /&amp;gt;
                &amp;lt;div class="group"&amp;gt;
                    &amp;lt;div class="card-name"&amp;gt;
                        &amp;lt;label&amp;gt;Card Holder&amp;lt;/label&amp;gt;
                        &amp;lt;input id="card-name" placeholder="John Doe" type="text" required /&amp;gt;
                        &amp;lt;span class="underline"&amp;gt;&amp;lt;/span&amp;gt;
                    &amp;lt;/div&amp;gt;
                    &amp;lt;div class="expiration-date"&amp;gt;
                        &amp;lt;label&amp;gt;Exp. Date&amp;lt;/label&amp;gt;
                        &amp;lt;input id="card-exp" placeholder="10/25" type="text" maxlength="5" required /&amp;gt;
                        &amp;lt;span class="underline"&amp;gt;&amp;lt;/span&amp;gt;
                    &amp;lt;/div&amp;gt;
                    &amp;lt;div class="ccv"&amp;gt;
                        &amp;lt;label&amp;gt;CCV&amp;lt;/label&amp;gt;
                        &amp;lt;input id="card-ccv" placeholder="123" type="text" maxlength="3" required /&amp;gt;
                        &amp;lt;span class="underline"&amp;gt;&amp;lt;/span&amp;gt;
                    &amp;lt;/div&amp;gt;
                &amp;lt;/div&amp;gt;
            &amp;lt;/form&amp;gt;
        &amp;lt;/div&amp;gt;
    &amp;lt;/div&amp;gt;
&amp;lt;/div&amp;gt;```
&lt;/code&gt;&lt;/pre&gt;


&lt;h2&gt;
  
  
  output till now
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s---cxjD6To--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/gw0hsp0itn5qbrn0s82e.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s---cxjD6To--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/gw0hsp0itn5qbrn0s82e.png" alt="Image description" width="615" height="314"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://programminghub.co.in/glassmorphic-credit-card-using-html-css-and-javascript-programming-hub/"&gt;continue reading...&lt;/a&gt;&lt;/p&gt;

</description>
      <category>html</category>
      <category>css</category>
      <category>javascript</category>
      <category>beginners</category>
    </item>
  </channel>
</rss>
