-
Replied To a Post in spiders,robots and crawlers functions
If you know what SEO is then why do you not know this? Strange. Either way they are bots that crawl the web to index it into search engines. -
Began Watching spiders,robots and crawlers functions
what are spiders,robots and crawlers and what are their function? -
Replied To a Post in Back links YES or NO?
At the risk of just parroting what everyone else said, backlinks are a crucial part of SEO, but that doesn't mean you need to pay for them or use shady … -
Began Watching Back links YES or NO?
YES or NO? and why? -
Replied To a Post in Mac os x capitan . cheap wireless mouse stopped working
Did Windows Update run and screw up the drivers? -
Began Watching Mac os x capitan . cheap wireless mouse stopped working
I have been using a wal-mart wireless mouse for months. It got slow response yesterday and today will not work. Plugged in a new mouse and it's not working either. … -
Replied To a Post in So what's next?
Not asking for numbers. Just want to investigate the site and see what types of ad campaigns they're running to figure out how they're making money. -
Replied To a Post in Worldpay integration in php
I believe the WorldPay official docs have some examples for using their API. Personally I use Braintree and I'm very happy with them. -
Began Watching Worldpay integration in php
Hi Please Give the tutorial or a code of **worldpay integration** in php. (Merchant Account) Thanks. -
Replied To a Post in what social media channel is best for marketing ?
Facebook does really well with affiliate stuff. AdWords is harder because of all their rules and limitations directly aimed against affiliate ads. -
Began Watching what social media channel is best for marketing ?
hy friends i am affiliate marketer and wordling with different companies for promotion can you tell me what social media channel is best for barnding and marketing , -
Replied To a Post in So what's next?
What are some of the niche publications that are doing better than average? I'd love to take a look and see what types of ad campaigns they're running and see … -
Replied To a Post in So what's next?
> Not exactly stellar views, but at least the exit rate is encouraging. Well that's the benefit of it not being time sensitive content. It can continue at this rate … -
Replied To a Post in So what's next?
128 visitors to your article so far, Davey. 40% exit compared to 83% sitewide exit according to Google Analytics. -
Replied To a Post in Reputation not showing up
Yeah, I'm going to wait until I find out if it's reproducible. I've been making a lot of code changes lately so it's possible you voted at the very moment … -
Replied To a Post in Reputation not showing up
Unfortunately I'm not able to debug this after-the-fact as the second vote overwrote the first vote in the database, and therefore there's just one record with the latest timestamp. Does … -
Began Watching Reputation not showing up
My screenshot software seems to be having problems, so I'll have to just describe it. So I gave James +rep here in this thread. https://www.daniweb.com/programming/threads/507505/java-is-strictly-pass-by-value It shows up in the … -
Replied To a Post in So what's next?
Davey, that type of content is hugeeeee to us, as AssertNull pointed out. The views counter only registers logged in members, but tomorrow when I'm near my computer (currently on … -
Replied To a Post in Linear search
I dunnnno, for readability's sake, I think it makes better sense to break out of the loop than to start introducing a second variable and changing the value of the … -
Replied To a Post in Get values from handler objects
Yeah, this.image wouldn't work. This has no context. You're just defining a variable. Why not attach an ID to the image and then retrieve the object via jQuery? -
Began Watching Get values from handler objects
Hi, Been looking for a way to get value of items within a handler object. From the below i would need to call the value of the image with console.log(this.image);. … -
Tweeted How much anonymity does a VPN really provide?
A VPN, or Virtual Private Network to be formal, is a method of creating an encrypted data tunnel across the Internet from your device to a destination server. Although savvy … -
Replied To a Post in RESTFul API actions
> Yes, but LinkedIn's API is read only. Not *entirely*, no. You can share links on LinkedIn, so that's a write activity. I feel like they might have other non-public … -
Liked / Shared What is WIFI channel in router device
What is WIFI channel in router device? May i know the function of WIFI channel in router device? -
Replied To a Post in Codeigniter load view file after insertion using jquery post
As cereal says, php displays a blank page for fatal errors, if logging is not set to output them to the screen. -
Began Watching Codeigniter load view file after insertion using jquery post
Hi, I am inserting data using while onclick event in href using jquery post method, it works successfully, But in controller after insertion, I wrote $this->load->view('viewnames'); But it is not … -
Replied To a Post in Need Help
If you want to get into software development, I can't really help you with what employers are looking for. I live in the world of web development. Either way, I … -
Replied To a Post in Need Help
I would start by contributing to some open source projects on Github. Also, reply to questions asked here on DaniWeb, on Stack Overflow, and other tech communities. I know in … -
Replied To a Post in RESTFul API actions
It turned out that the load balancer was blocking non-GET/POST requests. It wasn't an Nginx problem after all! -
Replied To a Post in Need Help
The answer to your question depends largely upon what field you would like to get into. Computer science is such a vast category ... are you interested in VR? AI? … -
Began Watching Need Help
What programming/computer science skills are employers looking for? I want to increase my chances in getting a job. -
Replied To a Post in Linear search
Let's say you have an array consisting of ten numbers: [ 1 2 3 4 5 6 7 8 9 10 ]. Now you would like to find number 7. … -
Began Watching Linear search
How would you write a linear search using a for loop? -
Replied To a Post in Simple Calculator NestedIf statement
I'm not sure what you mean by nested if conditions. Why do you have a need to write nested ifs (unless it's because that's what your teacher is asking for?) … -
Began Watching Simple Calculator NestedIf statement
hi, I am writing a simple calculator program and want to know how to write my nested if conditions for perfroming calculations -
Replied To a Post in Why does Google offer free fonts to use online?
> Consider also that you could serve Google Fonts from your web server, just download them and set the paths in the CSS file. This isn't really ideal if using … -
Replied To a Post in Why does Google offer free fonts to use online?
> This isn't SO. Discussion can only happen if contributors decide to contribute. Thread starters do not "own" a thread - once created, they have a life of their own. … -
Replied To a Post in So what's next?
Firstly, I certainly to this day do not regret switching to the tags system. I felt it was the right move then, and I still feel it's the right move. … -
Replied To a Post in Is stuff easier to access?
Hehe, z-index, not z order :-P -
Replied To a Post in Adding a while loop to my rock paper scissors code?
Something like this (just pseudocode). BTW I'm not sure this would be the recommended way of doing it ... Having a do/while loop that executes while true isn't ideal for … -
Began Watching Adding a while loop to my rock paper scissors code?
I have a rock paper scissors code that works in python 2.7- it gives you 4 options (rock, paper scissors, or quit). However, I have to add a while loop … -
Endorsed kvprajapati
-
Endorsed EddieC
-
Replied To a Post in Html5/css specific order of sections ?
> please put all css in the external css file, shrink page size download css once I've been hearing lately that you want to inline (into the HTML head) a … -
Began Watching Html5/css specific order of sections ?
Hello & Thanks , In my code below , why is it the Html code that the <div class="middle"> is specified BEFORE the <aside class="left-sidebar"> and the <aside class="right-sidebar"> ? … -
Replied To a Post in Dude, who stold my admin menu on Drupal 7?
Unfortunately I don't have any Drupal experience, but are you able to uninstall the modules that started the problem in the first place? Is there an easy way of doing … -
Began Watching Dude, who stold my admin menu on Drupal 7?
I was installing some modules in Drupal 7. Suddenly, the helpful buttons across the top for admin mode disappeared. Can anyone tell me what happened and what I have to … -
Replied To a Post in Refresh Multiple Div Using one FUnction
Hello there and welcome to DaniWeb! So let's see ... You have two div.live_update divs, each with a different id. And now, every second, you want to call the autoRefresh_div() … -
Began Watching Refresh Multiple Div Using one FUnction
i want to refresh multiple div value without refreshing the whole page using one function. <div class="live_update" id="a">33</div > <div class="live_update" id="b">34</div > <script src="https://code.jquery.com/jquery-3.1.1.min.js"></script> <script> function autoRefresh_div() { $('.live_update').load('Dashboard.php' … -
Replied To a Post in Insert only if it doesn't exist
> Download SQLDeveloper (its free; approx. 2GB). That's for Oracle. I'm using MySQL. I don't need an IDE though. I consider myself pretty advanced with MySQL. Just stuck on this …
The End.