-
-
-
Music while working
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.
-
Mola_Ali reacted to a post in a topic:
What are the benefits of using a fast uk wordpress blog hosting service?
-
How can I increase my website traffic?
Yes sir, I mentioned paid traffic. By paid traffic I meant advertising. I am also not devaluing the email marketing.
-
How can I increase my website traffic?
I apologize. This is what I read on another forum in SEO section.
-
-
-
How can I increase my website traffic?
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.
-
Contact Form ! Help me....
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; ?>
-
-
Website help
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.
-
What is the best text editor? (poll)
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.
-
Building A Website
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.
-
HTML/PHP and recaptcha issues
<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.
-
-
Hi, newcomer
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!
-
-
Hi, newcomer
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.