Skip to content Skip to sidebar Skip to footer

Is It Safe To Put An ID (will Insert In DB) Into A Hidden Input?

Here's the summary of my code: My website basically just loops the content of all the rows of … Read more Is It Safe To Put An ID (will Insert In DB) Into A Hidden Input?

Is There A Way To Import A Text File And Display It Onto The Webpage But Also Make Specific Changes To Each Line On The Text File?

I want to import a text file (not user import), for example: Coding There are several languages...… Read more Is There A Way To Import A Text File And Display It Onto The Webpage But Also Make Specific Changes To Each Line On The Text File?

Replace All Text That Displaying In Browser

I want to replace all displaying text with something like '@@@@'. It mean user will see all… Read more Replace All Text That Displaying In Browser

Javascript Delay After Click, Set Timeout Not Working

Thanks in advance for helping. I am new to JavaScript so i think i'm doing something basic inco… Read more Javascript Delay After Click, Set Timeout Not Working

HTML DOM Document Parsing

i am new to DOM Document.. i have this html: Sun Solution 1: $doc = new DOMDocum… Read more HTML DOM Document Parsing

Clear Form After Submission In JavaScript

I see this has been asked multiple times but after trying all different combinations, I'm still… Read more Clear Form After Submission In JavaScript

How To Create A New HTMLDocument In IE?

dcoument.implementation.createHTMLDocument [2] is one of the lesser-known DOM methods that (surpris… Read more How To Create A New HTMLDocument In IE?

Margin For Bottom Border

Is there any way I can only add margin to the border ? Only border should have margin not the text.… Read more Margin For Bottom Border

Checkbox To Send Only Specific Rows To Php Form Parser

I'm trying to use a form with php. I populate the form info from a database. The form input i… Read more Checkbox To Send Only Specific Rows To Php Form Parser

I Cannot Display An Image With An Absolue Path :

here is my code, why cant i disaply this image : i see only the Solution 1: If this is from a … Read more I Cannot Display An Image With An Absolue Path :

Vertical Alignment For Two Inline-block Elements Not Working As Expected

In the code below, why do I need to set vertical-align: top to both elements to close the gap betwe… Read more Vertical Alignment For Two Inline-block Elements Not Working As Expected

How To Place A Triangle On My Div To Make It Look Like A Speech Bubble?

I created a simple div for my comments section. I would like to give it the appearance of a speech … Read more How To Place A Triangle On My Div To Make It Look Like A Speech Bubble?

Frames With PHP

Can I use HTML Frames with PHP? I presumed I can do this by.. Solution 1: You can use PHP with … Read more Frames With PHP

How To Create Html5 Custom Validation?

I am using html 5 form validation for validate my form before submit, if is valid, submit, but I ne… Read more How To Create Html5 Custom Validation?

Resizable And Draggable Images Inside Div

How can I make each images resizable and draggable? Bellow is a small piece of code that allows the… Read more Resizable And Draggable Images Inside Div

Rotate In Hover Doesn't Work In Chrome

I am new here, so sorry if I am being misunderstood. I made a flip animation when user hovers a div… Read more Rotate In Hover Doesn't Work In Chrome

Walk Up DOM Through Multiple Iframes In Vanilla JS

I'd like to be able to walk up the DOM from inside one or more nested iframes to grab and empty… Read more Walk Up DOM Through Multiple Iframes In Vanilla JS

How To Create A Custom Shape - Css

I would like to create a custom shape like this image : how can I do ? My CSS : #chevron { posi… Read more How To Create A Custom Shape - Css