-
Replied To a Post in HTML Help for Nav Bar
I would upgrade to a newer version of jQuery. The version you're using is pretty old. The jQuery code to load menu.html inside #menu is correct, and the only reason … -
Began Watching HTML Help for Nav Bar
Hello everyone. I need a little help with my html code. I want to load html file (menu.html) inside my index.html file I am trying to achieve this using JavaScript. … -
Replied To a Post in What books would you recommend for people new to Redis?
These are the only physical books that I have:  High Performance MySQL, Taking Down Goliath, Indistractable, and Social Media Analytics are all signed copies given to me by their … -
Replied To a Post in What books would you recommend for people new to Redis?
I’ll also add that my husband is an engineering manager at Apple, and he is a huge proponent of listening to eBooks on his commute. The books he listens to, … -
Replied To a Post in What books would you recommend for people new to Redis?
I think it has a lot to do with the topic. With programming technologies, I prefer to consume content online because it makes it easy to copy and paste code … -
Replied To a Post in Hi everyone, I'm tahirzaidi
Hello Tahir! Welcome to DaniWeb. What do you mean by full-stack marketing? Of course I know all about full stack web development and how that envelops all aspects of both … -
Began Watching Hi everyone, I'm tahirzaidi
Hi, I am Tahir Zaidi, a certified full-stack digital marketing consultant with a team of Google certified digital marketers to help you scale your business. -
Replied To a Post in What books would you recommend for people new to Redis?
I'm not really a book person. I learned Redis just by reading the official documentation, *doing*, and lots and lots of *experimenting* and discovering. Redis-based Github repos are really good … -
Began Watching What books would you recommend for people new to Redis?
I’m working on a blog post about this topic. I’d love to hear your suggestions! * What book(s) should someone read to come up to speed? * Why do you … -
Replied To a Post in What is Forum?Tell! me about Forum because i am new here please help me.
Here's a little bit [about DaniWeb](https://www.daniweb.com/welcome/about). -
Began Watching What is Forum?Tell! me about Forum because i am new here please help me.
Tell! me about Forum because i am new here please help me. -
Replied To a Post in Why Inc & Decrement Fails ?
Glad you got it sorted. -
Marked Solved Status for Why Inc & Decrement Fails ?
Hi, $page = 10; echo 'page ' .$page; //echoes: 10 echo 'backward ' .$backward = $page--; //echoes: 10 echo "<br>"; echo "<br>"; echo 'forward ' .$forward = $page++; //echoes: 9 … -
Edited Write a program that finds the result of the series using a do whle loop
"1/2+4/55+7/8+..........." -
Replied To a Post in Why Inc & Decrement Fails ?
Another example: $page = 10; // We set $page to 10 echo 'backward ' .$backward = $page--; // We set $backward to the value of $page, which is 10, and … -
Edited Why Inc & Decrement Fails ?
Hi, $page = 10; echo 'page ' .$page; //echoes: 10 echo 'backward ' .$backward = $page--; //echoes: 10 echo "<br>"; echo "<br>"; echo 'forward ' .$forward = $page++; //echoes: 9 … -
Replied To a Post in Why Inc & Decrement Fails ?
You are setting the value of $page to $backward, and *then* decrementing $page. That's why you will notice that *after* executing: echo 'backward ' . $backward = $page--; The value … -
Began Watching Why Inc & Decrement Fails ?
Hi, $page = 10; echo 'page ' .$page; //echoes: 10 echo 'backward ' .$backward = $page--; //echoes: 10 echo "<br>"; echo "<br>"; echo 'forward ' .$forward = $page++; //echoes: 9 … -
Replied To a Post in how can we get the best out of SEO for our websites?
> Apart from that, google or any search engine fully discloses on what basis they rank a website. I think you have a typo. I think you meant to say … -
Marked Solved Status for Which Pagination Section Code Is Correct Using http_build_query() ?
Hello, I know the safest way to write a pagination section with php is to use the http_build_query(). Like so: $i = 0; while($i<$total_pages) { $i++; if($_GET['bool']=='null') { //Page Format: … -
Replied To a Post in Which Pagination Section Code Is Correct Using http_build_query() ?
I'll mark this question as solved. Glad you got it working. -
Replied To a Post in My brand is not ranking number one anymore
Oh, and I forgot to mention ... Does your domain have an account at [Google Search Console](https://search.google.com/search-console/about)? Under Page indexing, what does it say? Are your pages back in Google's … -
Replied To a Post in My brand is not ranking number one anymore
Keep in mind that a LOT has changed in the past year on the Internet. It's possible that, in the past year, other websites have sprouted up, or upped their … -
Replied To a Post in Which Pagination Section Code Is Correct Using http_build_query() ?
The purpose of urlencode and rawurlencode is to translate weird characters that have no place being in URLs into a form that is URL-friendly, so that freeform strings can be … -
Replied To a Post in MZ-7PD512BW - Samsung 840 Pro Series 512GB 2.5-inch Multi-Level-Cell Solid
I suspect you can get it from Samsung’s website. Or Amazon. We don’t allow our members here to link to eCommerce sites they are affiliated with, so any such responses … -
Began Watching MZ-7PD512BW - Samsung 840 Pro Series 512GB 2.5-inch Multi-Level-Cell Solid
MZ-7PD512BW - Samsung 840 Pro Series 512GB 2.5-inch Multi-Level-Cell Solid - Samsung 840 Pro Series 512GB 2.5-inch Multi-Level-Cell Solid I want to purchase the Samsung MZ-7PD512BW Solid State Drive. It … -
Replied To a Post in Hi everyone, I'm snikerz123
Hi and welcome :) -
Began Watching Hi everyone, I'm snikerz123
my name is alex i am a developer websites -
Edited Hi everyone, I'm snikerz123
my name is alex i am a developer websites -
Replied To a Post in C# unable to find assembly RentACar Socket programming
I’m glad you were able to figure it out on your own. Thank you for following up with what you did to fix it. -
Began Watching C# unable to find assembly RentACar Socket programming
I designed each server and client as seperated projects but they both has the classes in same namespaces When I try to deserialize i get this: Unable to find assembly … -
Replied To a Post in How to know if lists inside list contain the same elements
You can write a loop that looks at each element, one at a time, and sees if it appears as any other element in the array. -
Began Watching How to know if lists inside list contain the same elements
Is there a way to know if the lists inside a list contain the same elements with python? For example: Return True if given list [['A', 'B'], ['A', 'B'], ['A', … -
Replied To a Post in Hi my name is, HeWhoCreatesThings
Hi there and welcome to DaniWeb! What brings you here? -
Began Watching Hi my name is, HeWhoCreatesThings
Just a simple introduction saying hello -
Replied To a Post in Windows commenting tool in python/wxpython
We actually rented the $20,000 Insta360 Titan for the wedding and hired a professional movie videographer with experience shooting 3D blockbusters. I don’t want to talk about this anymore, please. -
Gave Reputation to borobhaisab in Which Pagination Section Code Is Correct Using http_build_query() ?
@Dani Your answer cannot get any clearer than that! Thank You! -
Replied To a Post in Which Pagination Section Code Is Correct Using http_build_query() ?
> I remember you said if I use http_build_query() then no need to use urlencode() or raw_urlencode() as http_build_query() will auto do them. Yes, when I look at the official … -
Replied To a Post in Anyone know a good opensource API gateway platform that integrate APIs?
For what it's worth, I've heard many good things about Apigee over the years, and haven't heard about any of the others you mentioned. Apigee looks to now be owned … -
Began Watching Anyone know a good opensource API gateway platform that integrate APIs?
Hello All, We have designed our system and integrate lots of opensource code into a single use system. All the inter connectivity are through APIs. Problem is, it's getting messy … -
Replied To a Post in how can we get the best out of SEO for our websites?
> so where can we talk about it? Right here. Feel free to ask any specific questions [by posting them here](https://www.daniweb.com/community/contribute/25) and I'll be sure to answer right away! -
Replied To a Post in Windows commenting tool in python/wxpython
Anyone have any interest in 3D 360 degree virtual reality video? It's rather a sore subject. We hired a professional VR videographer to capture our wedding in 10K resolution 3D … -
Began Watching Windows commenting tool in python/wxpython
Adding a file/folder comment capability to Windows This is something I wrote a few years ago in vb.Net and just recently ported to python/wxpython. As I keep discovering, just about … -
Replied To a Post in Hi everyone! I'm random_chat
I think that website copied my color scheme LOL. -
Began Watching Hi everyone! I'm random_chat
I'm from the UK and glad to meet everyone. I'm a blockchain solidity developer and learning about ethical hacking. -
Replied To a Post in Hi everyone, I'm Christian_50
Hi and welcome! Thanks for joining. -
Began Watching Hi everyone, I'm Christian_50
Hello I want to see what's going on here my first post -
Replied To a Post in Which Pagination Section Code Is Correct Using http_build_query() ?
Yes, you should. The first one correctly converts `&` to `&`. Both of these are equally valid: // Version 1 converts & to & with htmlspecialchars() $serps_url = $_SERVER['PHP_SELF'].'?'.http_build_query($array); echo … -
Replied To a Post in minimum array jumps to reach the end
Thanks JamesCherrill! I wasn't thinking it through. I guess I was more focused on how the assignment says one of the 3 moves you can make is the ability to … -
Replied To a Post in BEST SEO METHODS
Not anymore, jackdaniel. Google's Helpful Content Update that launched last week I think will put a stop to guest posts that include backlinks.
The End.