javascript

  1. Harry P

    How to create a tool to minify CSS, HTML & Javascript?

    I want to create a tool on my website to minify CSS, HTML & Javascript where visitors can use it to minify any codes that they want? any help!
  2. Harry P

    How to create a sticky button when scrolling browser using HTML, CSS, and JavaScript

    Here is a complete file that demonstrates how to create a sticky button when scrolling the browser using HTML, CSS, and JavaScript: <!DOCTYPE html> <html> <head> <style> .sticky-button { position: fixed; bottom: 20px; right: 20px; background-color...
  3. macfais

    Can I Put Javascript Code in Wordpress?

    Hello. I just want to ask if Javascript Code can be put in Wordpress. Thank you,
  4. macfais

    Tell me Something About Javascript

    People are recommending me to use Javascript to make my website interactive. I don't know what is Javascript. I have these questions in my mind: 1. What is the use of Javascript? 2. Is it a software or codes? 3. Can I Use Javascript in Wordpress? I am happy if you can put your answer in...
  5. Cheerag Nundlall

    What is JavaScript? and should I learn it?

    I found a script on a website and they called it as JavaScript, it is very useful to make my form work. I don't know how to start to learn this programming and applying for my website. Does anyone shoot me a guide?
  6. David Beroff

    mod_deflate for jpg png css javascript?

    Hi there, I tried this mod_deflate on my server as some hosting tutorials suggested. <Directory /home/*/htdocs> SetOutputFilter DEFLATE AddOutputFilterByType DEFLATE text/plain AddOutputFilterByType DEFLATE text/html AddOutputFilterByType DEFLATE text/css AddOutputFilterByType DEFLATE...
  7. Mihai B.

    What is the difference between JavaScript and jQuery?

    Can you guys tell me what is the difference between JavaScript and jQuery? Since I have used jQuery scripts that shared on the internet but I don't see any differences from Javascript. It is as extended library of Javascript. Anyone explain me?
  8. Mihai B.

    Javascript check string empty?

    Is there a universal JavaScript function that checks that a string is empty or has a value? I can do this with PHP but with JavaScript, I am new to it.
  9. kevinhng86

    JavaScript - Get country name or code - sample

    Hello all, Have you ever get in situation where you need to convert an user's country iso code to country name. This code is a perfect solution for you. This Javascript function is one of a few Javascript library that I modified and extend it ability to have the capability to produce either...
  10. Joseph_Hill

    How can I expand and collapse a <div> using javascript

    I don't want to use jQuery for this purpose just for expanding or collapsing a <div> becuase it will load pretty weight, how can I expand and collapse a <div> using javascript?
  11. DarnelWhite

    Learn JavaScript Programming Today With This Easy Step-By-Step Guide!

    DarnelWhite submitted a new resource: Learn JavaScript Programming Today With This Easy Step-By-Step Guide! - Learn JavaScript Programming Today With This Easy Step-By-Step Guide! Read more about this resource...
  12. Emilio

    Does Google understand Javascript and CSS?

    I know that spiders crawl and save your content into their database. But if I have links that have been dynamically generated client-side by some simple javascript or in-line CSS, are they capable of following these links? or google can understand Javascript and CSS codes or ignoring them?
  13. Jon Acuff

    Do links in javascript codes affect seo rankings?

    Hey guys, I am using some website services on my site that required to install their javascript code with link in it. I'd like to know it can impact SEO rankings or not when having external links in javascript codes on my webpage source?
  14. Tachira

    Comment out HTML, CSS, Javascript and PHP

    Hi everyone, Sometimes I get confused with comment out in html, css, javascript and php Could you show me any way to use exact comment out in these programming languages? Thank much!
  15. Eoon

    Switching to SSL, issues with javascript on https, how to solve?

    I have a site and just switch it to https with hope that it can increase SEO scores as google noticed. but problem I am facing javascript files didn't work on https pages, so java script sources loaded as "http://" while must be "https://" resource, which causes JavaScript to not load properly...
  16. fraxool

    Moving Javascript to Footer in Wordpress?

    Normally javascript files are declared at wordpress header but I want to move them to Footer of WP, is there any ways to do that? please suggest me.
  17. Laviskajoermoy

    How Inheritance Works in JavaScript?

    Java script is a large application. Java Script has somewhat a unique and crucial inheritance model for large application. So my question is that, how inheritance works in Java Script...
  18. arronmattwills

    No Javascript tag in responsive website design

    There is a tag call no-js, means no java script, we use this tag in responsive website design with html 5 and c s s 3. The syntax will be like this: So here, there will be one js called modernizr dot js, when it runs it will replaces no js with js, so the java script will be enabled in...
  19. M

    Difference between Javascript & Ajax

    Hi there, What is difference between javascript & Ajax???. Please describe briefly Thank you
  20. Marc0

    Books for Learning Javascript

    Hi everyone, I'm aspiring to be a good web designer. Been working on to learn several web programming and scripting languages. Right now I want to deepen my scripting skills using Javascript. So, I'm planning of buying a book as my reference or guide. If you know some good books, please name...
Top