Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Mola_Ali

Members
  • Joined

  • Last visited

  1.    Mola_Ali reacted to a post in a topic: New member
  2.    Jogeta316 reacted to a post in a topic: Music while working
  3. Listening to music while working or studying is quite common. I too listen music while working. But it is hard to do writing work while listening to music. For example if you are writing an article, blog post or forum post.
  4. Yes sir, I mentioned paid traffic. By paid traffic I meant advertising. I am also not devaluing the email marketing.
  5. I apologize. This is what I read on another forum in SEO section.
  6.    Mola_Ali reacted to a post in a topic: How can I increase my website traffic?
  7.    Jogeta316 reacted to a post in a topic: How can I increase my website traffic?
  8. Traffic is the main factor in success of business website. Specially if a business solely depends on website. Website promotion in terms of traffic can be achieved through only two known ways. 1- Organic traffic, 2- Paid traffic. Two most popular ways to get organic traffic to your website are Search Engine Optimisation and Social Network Marketing. Hope it helps.
  9. Hi, I have tried and checked your code in sendemail.php I think there is some problem in $headers[], try this code, it works fine. <?php $name = $_POST['name']; $from = $_POST['email']; $subject = $_POST['subject']; $message = $_POST['message']; $to = 'info@geapellas.gr';//replace with your email $headers = "From: $from"; mail($to, $subject, $message, $headers); die; ?>
  10.    Mola_Ali reacted to a post in a topic: SEO IMPORTANCE
  11. You can use Open Cart, WooComemerce, Shopify. Open cart and WooCommerce are free unless you choose some paid theme or plugins. Shopify would cost you some $$ on monthly bases to setup and run a store.
  12. It all depends on one's preferences. I like Notepad++ because it is light weight. Notepad++ allows you to open multiple tabs, which makes it easy to work on multiple files at once. It has more functions than simple Notepad like it provides more redo and undo steps. Being light weight it is quick and fast.
  13. Building a basic website for yourself or for your business is not a big deal these days. Get a domain and a hosting from any reputed hosting provider. You can use any premade CMS and install it on your server. I like WordPress because it has vast options and is easy to use. If you know programming then use HTML, CSS, JavaScript for frontend and PHP+MySQL for backend.
  14. <html> <head> <style> * { box-sizing: border-box; } input[type=text], select, textarea { width: 100%; padding: 12px; border: 1px solid #ccc; border-radius: 4px; resize: vertical; } label { padding: 12px 12px 12px 0; display: inline-block; } input[type=submit] { background-color: #04AA6D; color: white; padding: 12px 20px; border: none; border-radius: 4px; cursor: pointer; float: right; } input[type=submit]:hover { background-color: #45a049; } .container { border-radius: 5px; background-color: #f2f2f2; padding: 20px; } .col-25 { float: left; width: 25%; margin-top: 6px; } .col-75 { float: left; width: 75%; margin-top: 6px; } /* Clear floats after the columns */ .row::after { content: ""; display: table; clear: both; } /* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */ @media screen and (max-width: 600px) { .col-25, .col-75, input[type=submit] { width: 100%; margin-top: 0; } } </style> <title></title> <script src="https://www.google.com/recaptcha/api.js" async defer></script> </head> <body> <form action="index2.php" id="contact-form" method="post> <form id="frmContact" action="" method="POST" novalidate> <div class="theme-default">Name:</div> <div class="field"> <input type="text" id="name" name="name" placeholder="enter your name here" title="Please enter your name" class="required"> </div> <div class="label">Email:</div> <div class="field"> <input type="text" id="email" name="email" placeholder="enter your email address here" title="Please enter your email address" class="required email"> </div> <div class="label">Comments:</div> <div class="field"> <textarea id="comment-content" name="content" placeholder="enter your comments here"></textarea> </div> <div class="g-recaptcha" data-sitekey="your_site_key"></div> <div id="mail-status"></div> <button type="Submit" id="send-message" style="clear:both;">Send Message</button> </form> <div id="loader-icon" style="display:none;"><img src="img/loader.gif" /></div> </div> </form> </body> </html> I am not sure what CSS you are using as don't have access to your CSS file. This code is working fine with both CSS and recaptcha at the same time.
  15.    Jogeta316 reacted to a post in a topic: Hi, newcomer
  16. Hi Jogeta316 thank you for welcoming me. Actually I am a website developer having complete understanding and practice on HTML, CSS, Core PHP, CodeIgniter, MySQL, etc. Now I am working on Laravel. There are many sections here in this forum that directly relate to my interests. Hope to share and learn new things here. Cheers!
  17.    Matticus reacted to a post in a topic: Hi, newcomer
  18. Hi all. I am Mola Ali, another newcomer. This is UK forum and I live in Pakistan. I am not sure if I am allowed to discuss web related things here or not? Actually I found the content of this forum very appealing so I joined it to share and learn related to website development.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.