84 Posted Topics
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 … | |
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 … | |
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 … | |
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? | |
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 … | |
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 … | |
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. … | |
I want to build links to my website, but I am facing a problem. I can't seem to find a lot of websites for backlinks. I don't know how SEOers do it. I have joined Alexa, and gone through my compatition backlink profile so I could find opportunities, but I … | |
Imagine you have a brand new site, with no visitors. It's hard to get ranked in the search engines because you have 0 links. And without link your website will not rank, therefor have no visitors. And in order to build organic links you need visitors. So here is what … | |
I am having problems installing PayPal IPN. It returns INVALID every time I process it. Is there something wrong with my code Code: <?php $db_host = 'localhost'; $db_user = ''; $db_password = ''; $db_database = ''; // Connect and select database $connect = mysql_connect($db_host, $db_user, $db_password); $select_db = mysql_select_db($db_database); // … | |
Re: Can you please provide us with some code. Some of the HTML code if possible so we can help. | |
Re: Why don't you try Lynda.com. Watch full PHP course. You can learn there everything about PHP. Here is the course link: http://www.lynda.com/MySQL-tutorials/PHP-MySQL-Essential-Training/119003-2.html?srchtrk=index%3a1%0alinktypeid%3a2%0aq%3aphp%0apage%3a1%0as%3arelevance%0asa%3atrue%0aproducttypeid%3a2 It's free. | |
So I am using jQuery waypoint to get the image id that is viewed on the screen. But I am having problem with content added by AJAX. When I get to the newly added content by AJAX the plugin doesn't work. Here is my code so far: Waypoint = $('.Picture-1A').waypoint(function(direction){ … | |
So I want to remove space between tags. The tags are seperated by comma. But I don't want to remove space between words just right after the commas. So this: cats, funny cats, cute cats, funny To this: cats,funny cats,cute cats,funny I want them ready for insertion into database. This … | |
I have a pictures website and I want to be able to add impressions to the database when a visitor scroll down the images. Each image viewed equal to 1 impression. This feature can be found in Facebook post impressions. This is what I have come up with so far: … | |
I have searched Google and Youtube for Facebook log in toturials but couldn't find something useful. Do you know any good articles or website or even a Youtube toturial that covers the facebook log in system? How did you learn it? | |
I have this event handler for when the page is loading. It shows a preloader GIF image when the window start loading. $(window).load(function(){ $("#Preloader").css('display','block'); }); But I don't know how to detect if the window stops loading so I can remove the preloader. How to detect if the window stops … | |
I am trying to build a scrolling system for my website. This is what I have com up with ... $.ajaxSetup({ cache: false }); $(window).scroll(function(){ if($(window).scrollTop() == $(document).height() - $(window).height()){ picturesCount = $(".Picture-1A").length; allPicturesCount = $("#allPicturesCount").text(); alert('picturesloaded:' + picturesCount + ' PicturesDB: ' + allPicturesCount) if(picturesCount < allPicturesCount){ $.post('ajax/load-latest-pictures.php', {pictures_loaded:picturesCount}, … | |
Hello, I am trying to understand PayPal IPN proccess. I have built this simple script to test with the IPN simulator in the developer section of PayPal. I have tried different type of transaction status but it keeps returning VERIFIED. Can someone please explain to me how does this work? … | |
Re: I ran through the same problem when I was starting out. You need to understand this ... If you want to add a number to the MySQL string just add the curly brackets around your variable For example: $sql = "SELECT * FROM servers WHERE server_id = {$integer}"; But in … | |
I want to integrate PayPal IPN and payment getaway on my website. I want my website users to be able to sell ad space through my website using PayPal. I want the payment to be from my user (Advertiser) to my user (Publisher). Here is what I have done so … | |
Hi, I am bilding a site that allow my users to accept payment for selling ad space. I want PayPal to be my payment getaway. Is this doable with PayPal?. I know IPN, but it doesn't work because I don't want to get payed, I want my user to get … | |
I am trying to learn how to do cool CSS3 menues. I have a good understanding of CSS, but I can't seem to fix this problem. Here is my code so far: /* Menu 2 */ ul{ list-style:none; width:150px; height:auto; background-color:#FFF; padding:0px; } ul li{ padding:15px; list-style:none; color:#333; background-color:#09C; } … | |
Hello everyone, I want to build an advertising system like AdSense on my website. I want to count only clicks that are not from the same user. Because I don't want the user to click many times on the same ad and ruining the ad program. I was thinking of … | |
Hi, I want to advance my experience in web development. I know the basics of PHP, jQuery, CSS, HTML, and MySQL. I have no problems with CSS, HTML, and MySQL. I am very good at them because they are simple. But I am having trouble how to understand how can … | |
Re: Well first you need to create a form. Then assaign the php page to the action value. Your question is not clear. I can help but you need to add more details. Like if you know how to create a form and catch the values using php. Are you a … | |
Re: I think that all you need to do is order you script tags. like wise: <script src='1.jsp'></script> <script src='2.jsp'></script> that way your function and argumants work on the second jsp file. | |
Hello, I have created a small CSS checkbox and radio buttons. But the problem is that when I check only one, all of them check with that one. So I can't check a single box. Can you check the code a tell me what is wrong. here is the page … ![]() | |
Hello all, I created this image slider and I need some tweeking with the code to make it work perfectly. I can't seem to know what is the problem ... Here is the code: jQuery: $(document).ready(function(e) { images = ['picture-1.jpg', 'picture-2.jpg', 'picture-3.jpg', 'picture-4.jpg']; index = 0; function rotate_image(){ $('#Images').css('background-image', 'url(images/' … ![]() | |
Re: I would like to exapnd on that question ... What can I build with a framework and what can I build with a CMS? I usually build sites from scratch using php and other languages. Is there a big difference when using frameworks, and does it make the site slower. … | |
I am trying to paginate through a set of results. I know how to do a simple pagination, but I have a lot of records in the database. So the problem is that when I have a lot of pages, the number of links are also high, therefore breaking the … | |
Hi, I build websites using five basic languages. html, css, js, php, and mysql. I have build a lot of websites, but my problem is that everytime I start a new project I start with a blank page. It's time consuming. I wonder if any of you guys have a … | |
Re: My favorite English word would be "Shit" and in Arabic "Zagg" Or as my family says "Botbot" My favorite Arabic word would be "Ingezha" which means "Jump over it" we use it when you ask for something, like can I drive your car? "Ingezha" or on other words NO. | |
Hi, I just downloaded TinyMCE WYSIWYG, and I am doing an insert query into MySQL using PHP. Everytime I submit the form it returns false. and if I toke out the textarea everything goes ok. I am pretty sure it's TinyMCE. Have any of you came across this problem, am … |
The End.