DaddyFinco
Members
-
Joined
-
Last visited
Reputation Activity
-
DaddyFinco got a reaction from davep in image into editable version?Okay sorry I misunderstood the goal.
I've always imagined something like this too. Planning on building such a tool cause I've not really seen any that meets exactly this requirement.
I think a graphics design software like Photoshop will be your best option now
-
Assume yes to everything. Assume they know everything about you and everyone you know. Act accordingly and don’t ever go online.
-
I’ve done some research.
It seems the embed contains tracking code that accesses the contacts list on your phone. So while you didn’t share anything, you have exposed everyone you know. I suggest you clear your cache, history and delete all your apps. Might be better if you restore your phone to factory settings to be safe.
This is why you should never click on anything related to social media.
-
Throw your phone in the bin and switch off your PC. It’s the only way to be safe.
-
You have two search elements called .js-search-trigger (an icon on desktop and an icon on mobile), document.querySelector only targets the first element. If you want to target multiple elements use document.querySelectorAll instead https://developer.mozilla.org/en-US/docs/Web/API/Document/querySelectorAll.
-
They are all useless icons.
I’m not at all sure what you are really asking here. Does it matter what you click?
-
DaddyFinco reacted to Ben in *wave*Hello! Thanks for having me on-board. I'm Ben, a web developer of 18 years, or so. I run a small but growing web development business located in the Weald of Kent. I'm always on the look out for ideas around business development and marketing. While reading up on that, I hope to be able to help out with any web or app dev questions within the relevant forums.
-
DaddyFinco got a reaction from davep in Check My new Website DesignWhere is the link?
-
DaddyFinco got a reaction from GusGF in Numpty question: Margins not workingYou have a syntax error in the first one.
You wrote
margin; 0px 10px; Instead of
margin: 0px 10px;
Notice the : just after margin.