Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
shift
- Page 1
SEO vs AEO – Which is more important for the future of search?
Digital Media
Digital Marketing
Search Engine Strategies
4 Weeks Ago
by mahin24
I’ve been reading a lot lately about the
shift
from traditional SEO (Search Engine Optimization) to AEO (Answer Engine …
My php is showing wrong results of time difference
Programming
Web Development
2 Weeks Ago
by Mr.M
… marked for 02:00AM to 11:00AM which means the
shift
started from 2 in the morning to 11 am of…
Re: SEO vs AEO – Which is more important for the future of search?
Digital Media
Digital Marketing
Search Engine Strategies
4 Weeks Ago
by Dani
It has to do with the type of website that is trying to gain traffic. However, for the most part, content sites are pretty frustrated that AI bots are scraping all of their content and then using it to directly answer a searcher's question, without the searcher ever having to visit the website. This is especially tough on content-based websites …
Re: SEO vs AEO – Which is more important for the future of search?
Digital Media
Digital Marketing
Search Engine Strategies
3 Weeks Ago
by harrymr672
SEO is still the foundation, but AEO is becoming more important as search shifts toward AI, voice, and quick answers. The best approach? Use SEO to get found, and AEO to get featured. You need both to stay future-ready.
Re: SEO vs AEO – Which is more important for the future of search?
Digital Media
Digital Marketing
Search Engine Strategies
2 Weeks Ago
by graceweb
It's interesting to see how content needs to be structured to meet direct user intent, which can help in capturing those featured snippets. It feels like a dual strategy might be the best way forward—optimizing for traditional search while also ensuring content is easily digestible for answer engines.
Re: My php is showing wrong results of time difference
Programming
Web Development
2 Weeks Ago
by Dani
I am confused when you say the HTML time picker input box can be set to 20:00 for time in and 5:00 for time out, because `<input type="time" ...>` only allows the end-user to specify a time, not a time and date combination. Should it always be assumed that if the time out is earlier than the time in, that it is the next day? …
Re: My php is showing wrong results of time difference
Programming
Web Development
2 Weeks Ago
by Mr.M
Thanks, to clarify what I meant regarding the dates is that I have a date input that shows a calendar when a user click on it to choose the date for which the register is being marked for. Then I also have 2 time inputs one is for timein and the other is for timeout. Let me try your code and see if it does solve the problem I've been having.…
Re: My php is showing wrong results of time difference
Programming
Web Development
2 Weeks Ago
by Mr.M
I'm getting an error saying the `date_create` class can not be found
Re: My php is showing wrong results of time difference
Programming
Web Development
2 Weeks Ago
by Dani
Oh goodness, I’m sorry! I made a typo. Remove the new keyword. I’ve edited my post above.
Re: My php is showing wrong results of time difference
Programming
Web Development
2 Weeks Ago
by Mr.M
Thank you, you saved me, I've been trying for weeks now. It works now perfectly with your code.
Re: My php is showing wrong results of time difference
Programming
Web Development
2 Weeks Ago
by Dani
> Also just one more question regarding your code, I will have to minus 1 hour from the total hour difference, do I have to use the %h - 1? Just in case you haven't figured this out yet, the answer is no :) In my code above, see where I am showing you what $diff looks like on line 15? You should be able to do something like this: $…
Re: My php is showing wrong results of time difference
Programming
Web Development
2 Weeks Ago
by Dani
In other words, if you just need days or hours you can do something like `$diff->d` or `$diff->h` (All properties available [here](https://www.php.net/manual/en/class.dateinterval.php), but if you want to calculate a runner's start time and end time and then do something like "You ran the race in 08:33:56!" then you could use the `…
Re: My php is showing wrong results of time difference
Programming
Web Development
1 Week Ago
by Erussuhsh
Hi I'm new to android app development can you teach me how to make a app
Re: My php is showing wrong results of time difference
Programming
Web Development
1 Week Ago
by Dani
I don’t personally know Android development or mobile development at all. However, others here might. Please start a new question [by clicking here](https://www.daniweb.com/community/contribute/181).
Re: How Does Google's BERT Algorithm Affect Modern SEO Practices?
Digital Media
Digital Marketing
Search Engine Strategies
2 Months Ago
by bngwebguru
Google marked a significant
shift
towards understanding natural language and user intent in search queries. …
Re: Will AI take jobs?
Digital Media
Digital Marketing
2 Months Ago
by bngwebguru
… opportunities for AI development, maintenance, and oversight. Adapting to this
shift
through continuous learning and adopting new technologies is a necessity…
Shift Cipher Assignment
Programming
Software Development
14 Years Ago
by MaDo4
…
shift
by: ";// Prompting users for
shift
amount cin >>
shift
; if(
shift
<-9||
shift
…>9){// Liminting range of
shift
… - '0'; outChar += 26 +
shift
; outChar %= 26; outChar += '0…
Re: Shift Cipher Assignment
Programming
Software Development
14 Years Ago
by MaDo4
…
shift
by: ";// Prompting users for
shift
amount cin >>
shift
; if(
shift
<-9||
shift
…>9){// Liminting range of
shift
…inChar - 'A'; outChar += 26 +
shift
; outChar %= 26; outChar += 'A';…
Shift and caps lock prob
Hardware and Software
Microsoft Windows
16 Years Ago
by prj63
…. On start up the number keys behave as though the
shift
button is pressed, so just symbols (!"£$ etc) appear. If… I press the
shift
key symbols still appear. Also on start up the caps… to "on" makes the letters lowercase! Using the
shift
key to change letter case doesn't work. Now if…
Shift Hoykey issues with my application
Programming
9 Years Ago
by Simon180
…added am no longer able to use any other
shift
commands as it will always call the the … how can I am make it so the
shift
key must be always pressed down to enable …MOD_SHIFT = 4; begin // Globally trap the Windows system keys
shift
and control ctrl_id := GlobalAddAtom('VK_LSHIFT'); // Registering a hotkey RegisterHotKey…
<< shift and >> shift
Programming
Software Development
19 Years Ago
by SpS
Is there any sequence of left
shift
and right
shift
operators that can divide or multiply a number by a number that is not a multiple of 2 i.e. can we multiply a number by 11 using a sequence of left
shift
and right
shift
operators .
Shift cipher decryption process not working...
Programming
Software Development
15 Years Ago
by BobRoss
…c_str()); cout << '\n'; cout << "
Shift
Value = "; int shiftValue = 0; cin >> …c_str()); cout << '\n'; cout << "
Shift
Value = "; int shiftValue = 0; cin >> …
Re: Shift-Add vs Multiplication // Bit-Wise vs. Logical Operators
Programming
Software Development
14 Years Ago
by N1GHTS
…the processor has logic gates executing a highly efficient [b]
shift
-add method[/b] at nearly the speed of light.…t really cut it. Here is more information on the
shift
-add multiplication method. [url]http://users.utcluj.ro/~baruch/…book_ssce/SSCE-
Shift
-Mult.pdf[/url] Now don't get me wrong, …
Re: shift (bitshift) through char array
Programming
Software Development
16 Years Ago
by monkey_king
…should be more efficient. For each char i do 4
shift
operations and 4 bitwise AND's, thats 8 bitwise …, a multiplication of 2 means a
shift
by 1. So futhermore you do another
shift
in line19. That sums your program… to 16
shift
operations. And concerning the bitwise …
Re: Shift Operators: >> and <<
Programming
Software Development
17 Years Ago
by Duoas
… are bitwise operators. << is
shift
-left and >> is
shift
-right. The number 2 in binary is…1[/inlinecode] is [inlinecode]0001[/inlinecode]. It is possible to
shift
too far. [inlinecode]0010 >> 2[/inlinecode] …cin >> my_int;[/inlinecode] They are still actually
shift
operators, but they have been overloaded to do something […
shift (bitshift) through char array
Programming
Software Development
16 Years Ago
by monkey_king
… will contain 4 values. This is easily done with a
shift
left command (<<2). As far as I understand…] Basicly i would like to avoid doing 4 times 2
shift
for each char. and just do shift2 all the way… [CODE=c++] while(chararray not empty){ print first 2 bits
shift
chararray 2 bits } [/CODE] thanks in advance
Re: shift (bitshift) through char array
Programming
Software Development
16 Years Ago
by Duoas
…} + {0}\times{2^0}[/tex] The
shift
operations assume this point of view. Hence,
shift
-left is "the same" as… multiply by two, and
shift
-right is "the same" as divide by two…
Re: Shift cipher decryption process not working...
Programming
Software Development
15 Years Ago
by BobRoss
[QUOTE=jonsca;1072190]I got this with a
shift
of 3: [code] Xqiolqfklqj#rq#d#fulwlfdo#iluvw#whvw/#Vhqdwh#… the extended characters in the decrypt when I use large
shift
values in the 100's, e.g. 654. I am…
Shift Keys
Programming
Software Development
14 Years Ago
by photoyid
Is there a way to determine which
shift
key is pressed? I am writing a program that shows an image and I want the user to say which side of the screen it is showing up on.... I thought of using the mousekeys but realized that not all computers have mousekeys. Is there a way to determine it is the left
shift
key or the right
shift
key?
Re: shift key
Hardware and Software
Information Security
16 Years Ago
by eytboquiren
… is just broken? Try another keyboard or the other
shift
on the same keyboard.[/QUOTE] i tried this already... both …keys don't work.. but when i press both
shift
keys and then press some of the letters like d…
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC