-
Replied To a Post in How to deobfuscate JavaScript file?
Loads of web baed tools for that such as https://beautifier.io/ -
Began Watching How to deobfuscate JavaScript file?
I need to deoubfuscate a javascript file which i need to change a link inside it can anybody help me how to do that? I can upload the file also … -
Replied To a Post in how to change aria-hidden from true to alse and vide versa
<button onclick="toggleHidden('navbar-subnav-menu')">button</button> <script> function toggleHidden(id) { var attr = document.getElementById(id).attributes; if (attr['aria-hidden'].value == "true") { document.getElementById(id).setAttribute("aria-hidden", "false"); } else { document.getElementById(id).setAttribute("aria-hidden", "true"); } } </script> -
Began Watching how to change aria-hidden from true to alse and vide versa
Hi everybody, Im developing one html and i need to display submenu how can i change the id aria-hidden true to false and vice versa when i click the button? … -
Replied To a Post in PHP Warning HTTP request failed! HTTP/1.0 404 Not Found
That function is trying to connect to Google Plus API to get the plus count of your pages, but Google Plus is dead (https://plus.google.com/about), and therefor 404 http error (page … -
Began Watching PHP Warning HTTP request failed! HTTP/1.0 404 Not Found
Hi, I am new to this community and would be grateful for any guidance you can give. I am constantly receiving a PHP warning whenever I create a post on … -
Replied To a Post in To AMP or not to AMP?
> Why is his motivation worse than the motivation of anyone signing up and asking a question just for free help? If someone replies 3 times to the same thread, … -
Began Watching To AMP or not to AMP?
To AMP or not to AMP, that is the question. For those who have decided to implement AMP (Wordpress users, I'm looking at you!), have you noticed a difference since … -
Gave Reputation to Dani in To AMP or not to AMP?
Then why don't you use AMP on the sites in your signature? -
Replied To a Post in Favorite computer hobbies?
I was still DJ-ing with vinyl for a long time, but since 2 years I use the DJ software Traktor Pro on my MacBook. I make mixtapes with it too … -
Began Watching Favorite computer hobbies?
What are your favorite hobbies on the computer outside of work and DaniWeb, of course? Personally, I'm a Quora addict. -
Gave Reputation to DanielKeith in What is link juice in SEO?
What is link juice in SEO? -
Gave Reputation to rproffitt in How to reduce loading time?
@D, I've looked at the sites in your tagline and profile. They load fine here. Are you on DSL or dialup? -
Replied To a Post in Show full image in certain height of div
You say "in a specified height of div", but you havent specified a height on that div, so what's the problem? Also what you have here on HTML & CSS, … -
Began Watching Show full image in certain height of div
Hello i want to show the full image in a specified height div like this <div style="width:400px"> <img class="images" src="someimage.jpg"> </div> i tried this .images { width: 100%; height:auto; } -
Replied To a Post in is web 2.0 is good?
Rprofitt is right. Web 2.0 has nothing to do with SEO. Read the Wikipedia article! > Web 2.0 (also known as Participative (or Participatory)[1] and Social Web[2]) refers to websites … -
Began Watching is web 2.0 is good?
web 2.0 gernally are of low authority so should I do web 2.0 or not? -
Replied To a Post in SVG best tag option
I don't think JParker will ever come back to his thread, but here's my take on it. For UI elements such as his sorting arrows and icons, it's common to … -
Began Watching SVG best tag option
I made sorting arrows for a table in illustrator and exported it out as an svg. I want to place them in a table head, and use css to style … -
Replied To a Post in Make a background that on click goes back to another page
If you put a click handler on the body, than everything inside the body, like your content div, will also trigger that click and that's not what you want. I … -
Began Watching Make a background that on click goes back to another page
Hello, I am making a website ... I have a body class with background color, and a div container inside that has some content. What I want to do is … -
Replied To a Post in Benefits of PrevNext
To be honest I hardly look at the releated topics, but they're not there for me I suppose :) Looking at them now, I see thread titles that are not … -
Began Watching Benefits of PrevNext
A lot of forums and blogs have links at the bottom of the article to jump to the Previous Post or the Next Post, by way of various forum and … -
Replied To a Post in How to build an audience on social media?
It's pretty simple I guess. What you post on FB is not interesting enough to engage clicks and if visitors bounce off your website pretty quick, then there's something seriously … -
Began Watching How to build an audience on social media?
I have a memes website and I want to drive traffic from social media. I have a Facebook page with 20,000+ fans but when I post I hardly get any … -
Gave Reputation to RuhiAngel in how to acces my localhost from another computer
Interface the two gadgets to a similar system. You'll have to associate the two gadgets to a similar system. Discover the IP address of your PC. For Windows, you can … -
Gave Reputation to Zill_1 in Sticky Nav Bar with Weebly - major problems!!
Maybe you would find the answer here: https://css-tricks.com/sticky-smooth-active-nav/ Why do you need tu suffer? Try to use another builder, where it works automatically WordPress, Mobirise, Wix. -
Gave Reputation to Henriette in Navigation bar alignment
Thanks so much! Makes sense and it works:) -
Replied To a Post in Navigation bar alignment
Your content is wrapped in a div with the class `container` and the logo and navigation is within a div with the class `nav-bar`. The widest media query for the … -
Began Watching Navigation bar alignment
hi I would like my navigation bar to be aligned with the content and not full-width. See screenshot attached. this is the test site: http://cubecom.space/newsite/ How do I change the … -
Gave Reputation to rproffitt in Could you please recommend me some theme like TasteM4 of Mobirise
@gentlemedia. I suspect that there are many [disingenuous](https://www.google.com/search?q=Disengenious) [Mobirise](https://www.youtube.com/watch?v=dQw4w9WgXcQ) posts. It doesn't work for me as it only tells me that something is off about [Mobirise](https://www.youtube.com/watch?v=dQw4w9WgXcQ) either as the product … -
Gave Reputation to Mara_2 in Shopify developers
Are you sure that you need developers? You could try to create it on your own with some boostrap builder like Wordpress, Shopify or Mobirise. Which option, do you need … -
Gave Reputation to Mara_2 in Need help for creating online print shop
Recently I started to use Mobirise webdesign software. It's awesome. I guess that you would suit the themes below. Also you would find the shopping option in Mobirise M3 free … -
Gave Reputation to Sherin Mathew in Div on top of another DIV
Try This code: <html> <head> <style> .float{z-index:10;} .float,.header{ width: 100%; height: 100%; position: absolute; top: 0; left: 0; } </style> </head> <body> <div class="header">First Div <div class="float"> Second Div </div> … -
Replied To a Post in Could you please recommend me some theme like TasteM4 of Mobirise
Not so long ago there were in the web dev forum two smilar threads asking about buying a mobirise theme (a church theme) and posting the link to it, but … -
Began Watching Could you please recommend me some theme like TasteM4 of Mobirise
Today I've found this theme: https://mobirise.com/extensions/tastem4/?utm_source=extension_list&utm_medium=program&utm_campaign=win_4.9.7 I do really like the demo and blocks but it's too expensive for me. Could you please recommend something like that but cheaper. Thanks … -
Replied To a Post in Scroll to div on mouse scroll up/down
This should do it https://gist.github.com/shlomohass/22249c0da0f53157dfe9 -
Began Watching Scroll to div on mouse scroll up/down
Need help to scroll when mouse wheel is used. Scroll Up or Down as per mouse action. I'm trying to create `moveDown()` & ` moveUp()` function, to scroll according mouse … -
Replied To a Post in Scroll using custom data- attribute
There are many ways to skin a cat and each and every way is up for a debate, also mine, but you're overcomplicationg things with your logic in the HTML, … -
Replied To a Post in Scroll using custom data- attribute
I had a play with this too and I came up with the following. It does what you want, but slightly different. This also keeps on working when JS fails … -
Began Watching Scroll using custom data- attribute
* My [Primary code](https://jsfiddle.net/kvp2Laju/) jsfiddle * I was using [iscroll](https://github.com/cubiq/iscroll) to scroll to target. * **data-section** attribute is used for section id. section is full height & full width size. … -
Began Watching brexit
A few years ago, the Canadian government (at that time it was a majority Conservative government under Stephen Harper) proposed legislation which would have weakened the privacy rights of all … -
Replied To a Post in brexit
 -
Gave Reputation to tekwalker in Javascript not working when innerhtml is added
please call that callender function again, after the innerHTML insert -
Replied To a Post in I want to redirect to mobile site without affecting main site files path
If you utilize a CDN for all your assets (images, css , js, etcetera) instead of serving them from your own web server then problem solved. As a bonus your … -
Began Watching I want to redirect to mobile site without affecting main site files path
Hello, I am trying to redirect my website from desktop version to mobile version. Here is the desktop version example: http://www.example.com Here is what I have accomplished: http://m.example.com The problem … -
Replied To a Post in Server management panel to choose
I've used cPanel the most, but this is because it comes with every new hosting package at Namecheap. I had to install it onl;y once myself as cPanel WHM on … -
Began Watching Server management panel to choose
I want to see your suggestions on comparing CPanel and FASTPANEL. I used CPanel for some time but later I changed to FASTPANEL which is absolutely free but provides you … -
Replied To a Post in parse error, expecting T_FUNCTION
PHP is not my thing. but if you want help from someone else with this then be clear. Your error is on line 277, but your code dump here goes … -
Began Watching parse error, expecting T_FUNCTION
My code is given me error Parse error: parse error, expecting `T_FUNCTION' in C:\wamp\www\schoolapp\application\controllers\Login.php on line 277 here is my code <?php if (!defined('BASEPATH')) exit('No direct script access allowed'); class …
The End.