-
Replied To a Post in Please be aware of the Momo Challenge !
It's a hoax! -
Began Watching Please be aware of the Momo Challenge !
Parents please be aware and very cautious of what your child watches on YouTube and KIDS YOUTUBE. There is a thing called ‘Momo’ that’s instructing kids to kill themselves, turn … -
Gave Reputation to Ella34 in New Chrome version
Chrome is a fast secure free web browser. Get more done will the new chrome, no more explore, chroe browser window with password save dialog. Googal chrome is a freeware … -
Gave Reputation to Amol_5 in Best Social networking sites for SEO
Its Depends on the type of business you are promoting becuase every social media platform you will get different people. So if its ecommerce you should go for facebook, if … -
Gave Reputation to michaelsmith in Best Social networking sites for SEO
Lot of social media websites will provide traffic to your website Facebook Twitter Pinterest linkedin google+ tumblr -
Gave Reputation to naveen123 in Redesigned Our Website
We have completely redesigned our website but am not sure about the page content whether its enough to get ranked on search engines? What are all the possibilities available to … -
Gave Reputation to klimbo in how to acces my localhost from another computer
All DIVs have best and left parameters. This is on the grounds that, these DIVs are resiziable and moveable. After DIV size and position (left and best) are set, above … -
Gave Reputation to useruno1 in Hello daniweb community :)
works fine now , thank you very much! -
Replied To a Post in Hello daniweb community :)
Ok, yeah should be `document` instead of `'body'`: $(document).ajaxStop(function () { $(document).scrollTop(0); }); -
Replied To a Post in Hello daniweb community :)
I did a bit of research and saw that your site is based on a premium wordpress theme 'Sleek' from Themeforest https://themeforest.net/item/sleek-responsive-creative-wordpress-blog-theme/9298728 I checked their demo and saw that it … -
Began Watching Hello daniweb community :)
I have an annoying problem on my website, I have been struggling for a few days to fix it and I can not do it at all. On my site … -
Replied To a Post in Displaying image from database
@PranayPravin - Start a new thread with your issue (include code and error messages) instead of bumping up an 8 year old thread -
Began Watching Displaying image from database
Hi, I have a problem with retrieving uploaded images from a database. It appears to upload fine, but when i try to display the image i get loads of binary … -
Replied To a Post in Facebook in website sharer dialog
I had to make custom social share buttons for a client as well and opened the shared dialogs in a new window, but small in size like a modal and … -
Began Watching Facebook in website sharer dialog
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, … -
Replied To a Post in How do I create an image cropper overlay mask
Ah ok, good for you! If you wanna learn then look at the many cropper plugins out there via the browsers' DevTools to see how they did it. You can … -
Gave Reputation to rproffitt in Is Mobirise GamingAMP theme compatibale with WordPress application?
You have asked similar same question twice or more before. Why ask again? I'm starting to think you are spamming for Mobirise? -
Gave Reputation to Reverend Jim in Display An Image From A URL
What code? -
Replied To a Post in How do I create an image cropper overlay mask
If you look with the developer tools of your browser you can see in that jcrop example how it's made of. The dark area are a bunch of divs added … -
Replied To a Post in Did you try Mobirise Code Editor?
Better to ask Mobirise related questions on their own forum http://forums.mobirise.com/. You'lll get probably more and/or better repleis then here. -
Began Watching Did you try Mobirise Code Editor?
Is it possible to use both Block parameters and Code Editor in one time? -
Replied To a Post in How do I create an image cropper overlay mask
There's no way to do this only with HTML & CSS. You'll need to throw some JS into the mix. There are loads of plugins (jQuery or pure JS) that … -
Began Watching How do I create an image cropper overlay mask
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 … -
Replied To a Post in Do you know WordPress theme compatible with website builder Mobirise?
No, there's no such thing and think about it... a WordPress theme is for the WordPress CMS. There is a Mobirise to WordPress plugin tho' https://www.youtube.com/watch?v=8I6_8eRTiYI -
Began Watching Do you know WordPress theme compatible with website builder Mobirise?
Do you know some theme compatable with Mobirise? I want to mix some blocks from Mobirise with WordPress. -
Gave Reputation to khan_aafuu in Best Social networking sites for SEO
Best social media sites for seo to boost up your website search engine ranking: * Facebook * Twitter * Pinterest * linkedin * google+ * tumblr -
Replied To a Post in Need help for creating online print shop
Is that the only thing they gave you? Some example webshops? Don't you know what kind of features and functionalities **they** want/need on their webshop? You have to ask many … -
Began Watching Need help for creating online print shop
Got Client with need of **"online print shop"** Client is providing paper printing (like business cards, flyers), printing on cloths, office stationary, logo embroidery on any type of clothing. Client … -
Replied To a Post in lost website designed by Mobirise
You might have deleted it accidently? Anyway... if you can't find it, how on earth are we supposed to find it for you? Perhaps they, http://forums.mobirise.com/, can assist you. -
Began Watching lost website designed by Mobirise
Hi guys, I have the further problem. I created the project in Mpobirise app nad published it to my server via FileZilla. In some time I needed to change the … -
Replied To a Post in PHP Search code is displaying all items in table
Off topic, but why not reply first on the previous threads of yours where you got several answers, before you start a new thread? -
Began Watching PHP Search code is displaying all items in table
Hi All, I am trying to create some search functionaltiy for my website, but for some reason when I search any word, even if its not in my database it … -
Began Watching Increasing/Decreasing the value of a number in PHP
Hi All, So I an creating an online store just to play around with code and learn from it. I am building a store and on the confirmation page, I … -
Replied To a Post in Div on top of another DIV
There's no need to use absolute positioning for this. In fact it's better to never use absolute positioning to layout webpages. You will run in all sorts of problems. Having … -
Began Watching Div on top of another DIV
Hi All, Its been years I have done any css and even then I wasnt very good at it. However I have decided that I am going to have another … -
Replied To a Post in Android issues with hamburger menu and buttons
Just read the other day that Microsoft is almost as much as worth as Apple, so they obviously are doing something somewhere good again. Not sure where, but somewhere :) -
Began Watching Android issues with hamburger menu and buttons
On my android device I get no dropdown menu at all from the hamburger. Chat and profile image on the titlebar work fine as does the main dw logo. Also … -
Replied To a Post in Beginner Question: Trying to dupe inputs/textareas with variables
There's also a W3C standard `<detrails>` element for this, but no IE and even Edge support yet.... dealbreaker! https://css-tricks.com/quick-reminder-that-details-summary-is-the-easiest-way-ever-to-make-an-accordion/ -
Began Watching Beginner Question: Trying to dupe inputs/textareas with variables
Hello all, I am currently trying to add a button, that when I click it - a list of questions appear (with textareas), every textarea has his own ID and … -
Replied To a Post in On window resize, DIV overlap on other div.
Just a litle update. The CSS for `.col:last-child` in the media query could be simplified to this: .col:last-child { align-self: flex-end; } -
Replied To a Post in On window resize, DIV overlap on other div.
Like I said it's not recommended to use `position: absolute` and its `top` and `left` properties set to percentages to layout elements such as your divs with the `input` elements. … -
Replied To a Post in On window resize, DIV overlap on other div.
Don't use `position: absolute` to layout your grid or items. The reason they overlap is because absolute postioned elemets are taken out of the normal document flow, which means they … -
Began Watching On window resize, DIV overlap on other div.
Hi, Simple HTML code with few DIVs. See below the code. When window resized, One DIV overlaps with other and it looks messy. I could not figure out the problem. … -
Replied To a Post in Javascript file is not triggering the function
Ok, so then leave it at the bottom of the HTML instead of between the head. <!DOCTYPE html> <html> <head> <!-- head stuff here --> </head> <body> <!-- HTML stuff … -
Replied To a Post in Javascript file is not triggering the function
If you trigger the function in the `<head>` before the HTML is rendered, then it won't trigger because your button is not there yet. That's why it does work if … -
Began Watching Javascript file is not triggering the function
I am using Netbean IDE 8.1 to build the website. I build a very simple website with simple Javascript function, window.alert(). Upon my testing, I put the button triggered function … -
Replied To a Post in Help needed
> I've since decided to learn html first just to try and get a good basis of getting my head around coding. If you want to develop for the web, … -
Began Watching Help needed
Hey guys I decided a while back that I wanted to get into coding. I started a few days ago with sever tutorials ranginf from how the internet works to … -
Replied To a Post in Default Filter DW
I agree! Changing the filter could be stored in a cookie or an option to set it somewhere in the user control panel. -
Began Watching Default Filter DW
Why do I always get the default filter of recommended every time I open dw? I am quite capable of decidling if I want a filter or not. How can …
The End.