70 Topics

Member Avatar for FarrisFahad

I am a web developer and I have built many websites. And over the years my designs is getting better but now I can't seem to figure out how to be better in design. I don't know how to draw but I have a somewhat good selection in color combination …

Member Avatar for olivero2
2
3K
Member Avatar for FarrisFahad

I want to post Pins using Pinterest API. I have tried to generate code using ChatGPT but it returns an error. Here is my code so far ... <?php $clientId = "xxx"; // Replace with your App ID $clientSecret = "xxx"; // Replace with your App Secret $redirectUri = "xxx"; …

Member Avatar for Dani
2
44
Member Avatar for FarrisFahad

Hey, I am trying to connect to Twitter API version 1.0. I want to post a tweet on Twitter using API. I don't want to use any libraries because i am trying to learn. I have written some code with the help of ChatGPT. I am having issues with the …

Member Avatar for turhost
0
88
Member Avatar for FarrisFahad

I am having a problem understanding the following ... I am an okay web developer. I am not great. But I want to make money from my skills. Having said that, when I go to websites like Freelancer to search for a project to work on everyone is asking for …

Member Avatar for jkon
2
136
Member Avatar for FarrisFahad

How can I include objects in each other using PHP OOP? I have 3 classes all classes make use of one another. I am trying to call them on `__construct` but it's creating an infinite calls to one another. How can I solve this?

Member Avatar for aishamushtaq
1
186
Member Avatar for FarrisFahad

I want to understand how I can add an SDK to my PHP projects to make APIs calls. I noticed that every software company have an SDK. I also noticed that most SDKs use Composer. I don't know what composer is and do I need to have it for every …

Member Avatar for pritaeas
0
95
Member Avatar for FarrisFahad

Hello, I am somewhat new to APIs. I have integrated PayPal payments successfully. With PayPal, I can send the user to the payment page using an HTML form. Here is an example ... <!-- PAYPAL --> <form action="https://www.paypal.com/cgi-bin/webscr" method="POST" name="_cart"> <input type="hidden" name="cmd" value="_cart" /> <input type="hidden" name="upload" value="1" /> …

Member Avatar for pritaeas
0
81
Member Avatar for FarrisFahad

Hello webmasters, I am currently building a template that I am going to sell on different websites like Codester and CodeGrape. I want to build a business directory. Here is what I have come up with ... 1. users can register and add listings. 2. admin can create categories for …

Member Avatar for antwanlee
0
70
Member Avatar for FarrisFahad

I want to write an SEO load more button that Google crawls and click on. I have read somewhere in the documents that Google will only click on anchor tags with href value. My current website loads content using a button and I have noticed after changing some, not load …

Member Avatar for MarkMarketer
2
204
Member Avatar for FarrisFahad

I have been working on my site for a long time now and I noticed something different. Back in 2019 when I started a campaign on Google Ads to promote my site the traffic kept going up day after day. Although it was a small increment it was going up …

Member Avatar for atrudeau
0
75
Member Avatar for FarrisFahad

I am trying to create a meme generator similar to imgflip.com I know javascript but not sure how to implement this. I want users to be able to move text around the canvas using mousemove event listener. But I am not sure if they are moving the text on the …

Member Avatar for kimnancy
0
93
Member Avatar for FarrisFahad

I have a memes site that users can earn from. I want to make the website easier to use and more fun. What should I do to make the website better? Website: PicturePunches

Member Avatar for jofrachalya142
1
169
Member Avatar for FarrisFahad

Do you use Google as a search engine? Are you considering switching to something like Bing or DuckDuckGo? Do you feel like the search results is no longer helpful? Why?

Member Avatar for brandlyglobal
1
130
Member Avatar for FarrisFahad

I am trying to create my first successful API request. I want to post on my twitter account. I have created the developer account and generated consumer key and secret as well as access token and secret. I have also obtained the bearer token. I want to post on Twitter …

Member Avatar for Dani
0
140
Member Avatar for FarrisFahad

For people who used both and build websites with both, which one is better? Why?

Member Avatar for Dani
3
66
Member Avatar for FarrisFahad

I want to write 1,000 blog posts on my blog. I want to sell ReviewMyLink for $1,000 USD on Flippa and I want to make PicturePunches much better. Happy new year :) What about you?

Member Avatar for bessieexum
1
44
Member Avatar for FarrisFahad

Hi, I am using JS in my website to load more content. I have buttons or input type button as my load more content. I am worried that Google won't index the content behind the load more button because it's a button and not an anchor tag. Here is what …

Member Avatar for Dani
1
154
Member Avatar for FarrisFahad

I am trying to learn some basic concepts of JS. I want to start by moving a box which is inside a box. Here is the jsFiddle ... [https://jsfiddle.net/FarrisFahad/a1Lqchj8/1/](https://jsfiddle.net/FarrisFahad/a1Lqchj8/1/) I want to move the mouse on mousedown, mousemove, and mouseup

Member Avatar for gce517
0
24
Member Avatar for FarrisFahad

I have a couple of scripts from the same template but different version. I am using php and mysql. I need to know how to update the mysql database and the script from version 1 to version 2 with a single click.

Member Avatar for Dan Fredeinburg
0
104
Member Avatar for FarrisFahad

Hello webmasters, I am trying to create a script using vanilla PHP. I am familiar with the language and I have created a cronjob before, but only using cPanel. I want to create cronjobs using PHP if possible with out the need to go to cPanel. I am trying to …

Member Avatar for Dani
0
72
Member Avatar for FarrisFahad

Hello web developers, I have a small problem and I am not sure if it's doable using just htaccess or should I use php `file_get_contents();` I have 2 sites ... example-1.com and example-2.com I want the content of example-1.com, whole site, to show on example-2.com. And if someone visits example-2.com/about-us …

Member Avatar for FarrisFahad
0
67
Member Avatar for FarrisFahad

I have a memes website and I want to drive traffic from social media. I have a Facebook page with 20,000+ fans but when I post I hardly get any traffic. I also tried Pinterest but most users just bounce off the website, although it can drive a good amount …

Member Avatar for 6Maxi
6
3K
Member Avatar for FarrisFahad

I read about a lot of people who ranked their site without building a single link. Does posting great content or building a great site can get you ranked higher? What if I'm in a competitive niche, do I need to build links? Or should I post my content to …

Member Avatar for yialeks
5
5K
Member Avatar for FarrisFahad

Hello Web Developers, Using CSS what is the best way to expand a div to fit it's content? I currently use `overflow: auto` but sometimes the div turns into a scrollable element which disrupts the design. Can this be done in another way like `height: max-content`? Are there any other …

Member Avatar for Dani
0
60
Member Avatar for FarrisFahad

I know that SEO is continuous, but after a couple of years of SEO, let's say 5 years of link building. Do I need to continue doing SEO, or will the traffic that I got the past years will do SEO for me?

Member Avatar for Dani
0
2K
Member Avatar for FarrisFahad

I let users earn money through my site, and I want to record their daily earnings. I want to record their earnings starting from 00:01am I don't know how to do this using PHP and MySQL. I know how to create, update, etc database. But I am streuggling with PHP …

Member Avatar for XxRedSteelxX
0
2K
Member Avatar for FarrisFahad

My site use to work fine. But today for some reason pages with mysqli_num_rows takes a very long time to load. I can visit the page but it takes a long time to load. When it loads there are no errors but the error file in the root directory have …

Member Avatar for Dani
0
1K
Member Avatar for FarrisFahad

I have some simple scripts like blogs, forums, and so on. They are not of high quality but I want to sell them. The problem is that I cannot build a professonal website. But I want to sell my work. Where can I find a marketplace for such items? Note …

Member Avatar for Reverend Jim
0
5K
Member Avatar for FarrisFahad

I am currently working with two Social Media sites. Facebook, and Pinterest. But there seems no way around paying for traffic. I don't want to pay for traffic. I post from time to time but I see no growth neither in fans nor in website visitors. Here are my Social …

Member Avatar for 3lephant
0
2K
Member Avatar for FarrisFahad

My funny pictures website has an advertising system that is basic. I want to improve it to attract more advertisers. Currently you only need a 728px by 90px a image, a link and your bid. The higher the bid the faster the results and the cost is obviously higher. It's …

Member Avatar for robertdavid718
1
1K
Member Avatar for FarrisFahad

This is my first time to set up a PayPal masspay. I don't know what variables should I put in my HTML form. Here is the form: <form action="https://www.paypal.com/cgi-bin/webscr" method="POST" name="_masspay"> <input type="hidden" name="cmd" value="_masspay" /> <input type="hidden" name="receiver_email_1" value="support@example.com" /> <input type="hidden" name="receiver_email_2" value="paypal@example.com" /> <input type="hidden" name="mc_currency_1" value="USD" …

Member Avatar for Dani
0
4K
Member Avatar for FarrisFahad

I have a search form, and I want to change the url from: https://www.example.com/search?search=term+term to: https://www.example.com/search/term+term I know how to use htaccess, but I don't know how to send user to friendly URL after he submit the form. Here is my form: <form action="search" method="get"> <input type="text" name="search" id="Searchx" placeholder="Search …

Member Avatar for FarrisFahad
0
2K
Member Avatar for FarrisFahad

I am working on an image cropper. And I am on the first stages. I want to know how to create the the two divs over the image, one is transperent while the other acts as a mask. Can this be done with CSS? Or should I consider jQuery? This …

Member Avatar for paulmdavis0
0
5K
Member Avatar for FarrisFahad

Hello, I am trying to redirect my website from desktop version to mobile version. Here is the desktop version example: http://www.example.com Here is what I have accomplished: http://m.example.com The problem is that some files are stored under the www version and I want them to be shown on the m …

Member Avatar for Dani
1
3K
Member Avatar for FarrisFahad

Hello webmasters, I have a website about memes and I want to update the database each time the user scrolls down. I have no problem when I make a few requests to the database, but what if I want to do a lot of requests in a large database? I …

Member Avatar for Ray Paseur
0
3K
Member Avatar for FarrisFahad

I have installed Facebook share button on my website but it won't work on new content. It works perfect with content that is loaded with PHP but not content appended by AJAX. Can anyone help?

Member Avatar for FarrisFahad
0
3K
Member Avatar for FarrisFahad

I want to add a Facebook share button on my website. But I don't want the new window pop up dialog. I want the dialog that opens on the website, just like Facebook has. I want to accomplish this: ![2014-01-21_19_35_19-Feed_and_Share_Dialog.png](/attachments/large/4/2acecb3250119e0bcf8b8182039b2937.png) Instead of this: ![ajXTj.png](/attachments/large/4/953a8938d10c281edf5a7551f29adf65.png) Can anyone point to me a …

Member Avatar for gentlemedia
1
4K
Member Avatar for FarrisFahad

I want to redirect my users to my mobile site. My mobile site is in a subfolder instead of a subdomain. Here is how I want it to work ... Request sent to: https://www.picturepunches.com/hot Redirect to: https://www.picturepunches.com/mobile/hot I also don't want to effect the images on that page. So I …

Member Avatar for Australia_1
0
5K
Member Avatar for FarrisFahad

I have jquery for my mobile website, but the problem is with iPhones. The touch event, or `onclick` event does not work on iPhones. It works on Android. Have anyone encountered the same problem? How can I fix this? Are there any work arounds? Also I am a bit confused …

Member Avatar for FarrisFahad
0
1K
Member Avatar for FarrisFahad

I am looking to develop my skills as a web developer. I want to find new challenges that can help me do that. Do you know any resources that can help?

Member Avatar for myra
0
297
Member Avatar for FarrisFahad

I want to protect my site from hacking. Currently I know about XSS and SQL injection. Do I need to use mysqli instead of mysql? And why? When should I use `htmlentities()` and `striptags()`? I also don't want users to upload melicious files and since I accept file uploading, is …

Member Avatar for FarrisFahad
0
861
Member Avatar for FarrisFahad

I have a unix timestamp for each cooment in my database. I want to output the user date and time depending on their location, or timezone. How do I do that properly?

Member Avatar for rproffitt
0
554
Member Avatar for FarrisFahad

I have a database of pictures, and votes. The pictures database has up_votes and down_votes culomns. I want to create a system using MySQL to get hot and trending pictures just like 9Gag. How can I do that?

Member Avatar for pty
0
2K
Member Avatar for FarrisFahad

I send payments to my users regularly. But sometimes the user enter a PayPal email address that cannot receive money from other PayPal users. They just can receive money from their website. How can I check for this and show an error to the user? Do I need to use …

0
401
Member Avatar for FarrisFahad

I see a lot of people having success with Facebook. Espacially in my niche, memes. But I find it hard to drive traffic from Facebook for free to my current followers. I have a business page that has 24,000+ followers.But I only get less than a hundred reach on any …

Member Avatar for Christiana_1
0
779
Member Avatar for FarrisFahad

Hi everyone, Let's get to the question ... I am wondering if it is possible to build links or get higher ranking doing PPC. this is my theory, why don't people spend money on PPC to get visits and then those visitors will do SEO for them by linking to …

Member Avatar for sandy_5
0
687
Member Avatar for FarrisFahad

I have a website that gets a lot of visitors a month. And the server cannot handle the traffic. I have a dedicated server. How can I run the site on multiple dedicated servers?

Member Avatar for FarrisFahad
0
4K
Member Avatar for FarrisFahad

After I updated my wordpress I got a lot of 404 on my Google Analytics account eventhough pages are working just fine. Can anyone help me? Here is my site: [Click Here](http://galleryautomo.com/) It does not happen for all pages, only few. I don't want to lose organic traffic. Have you …

Member Avatar for rproffitt
0
311
Member Avatar for FarrisFahad

Let me tell you what I have been upto so you can get a better understanding ... When I first started back in January 2015 I aimed to get a good backlink profile for a better ranking. But my problem is that I targeted the wrong keywords, and for that …

Member Avatar for RileNelson
0
397
Member Avatar for FarrisFahad

Today I am going to share some websites that you can get backlinks from, and I hope that you do the same ... Here are some websites to get a good backlink profile when you first start your SEO campaign: 1. Youtube: https://www.youtube.com/ 2. Vimeo: https://vimeo.com/home 3. Metacafe: http://www.metacafe.com/ 4. …

Member Avatar for pauly_1
0
959

The End.