Effective way to learn JavaScript - تاریخ: 1396/10/25 ساعت: 6:23
I am new at JavaScript and find it extremely difficult to grasp the concepts. The biggest problem is that I am a very practical person and lea things best with practical implementation of code. However JavaScript,understanding the principles of arrays,functions etc are fine to understand,but fail to...
how to convert this navigation menu into navigation dropdown menu? - تاریخ: 1396/10/25 ساعت: 6:23
When the cursor points in the 'Contact Us', I want to have sublinks like link 1, link 2, etc. HTML code: Code: <!DOCTYPE html> <html> <head>         <meta charset="utf-8">         <title>NAV BAR</title>         <link rel="stylesheet" type="text/css" href="mydesign.css"> </head> <body> <ul>   <li><a ...
Responsive CSS Image going outside the body, need help! - تاریخ: 1396/10/25 ساعت: 6:23
My Index.html File Code: <!DOCTYPE html><html lang="en"> <head><meta charset="utf-8" > <meta         name="viewport"         content="width=device-width,height=device-height,initial-scale=1" ><!-- tell mobile browsers we know what we're doing! --> <link         rel="stylesheet"         href="MDN2.cs...
JQuery Multiple File Upload Help - تاریخ: 1396/10/23 ساعت: 22:36
Hi guys Can anyone suggest which is the best jQuery multiple file uploaded with progress bar? i have used blueimp jQuery file upload script but somehow progress bar is not working in IE.
removing options except selected - تاریخ: 1396/10/23 ساعت: 22:36
I have 3 selects, ExpiryMonth,ExpiryDay and ExpiryYear combining make ExpiryDate. Select the month from 1-12 and the day select populates with the days of the month, depending on the month. That's working. Before adding the options I want to remove all except the first, option 0 (selected). Code: va...
jQuery Snippets in Sublimetext3 - تاریخ: 1396/10/23 ساعت: 22:36
Custom snippets can be created and saved for HTML and CSS but does not work when working with jQuery. Is there any way how I can create my own snippets in jQuery and save them? Using jQuery library 3.2.1 and SublimeText3 Thanx
Playoff time update - تاریخ: 1396/10/23 ساعت: 22:36
https://eaglesplayofflivefalcons.com https://patriotsplayofflive.com
Member longevity posting status coder labels should be changed. - تاریخ: 1396/10/23 ساعت: 8:05
With regards to the labels which show coding levels of long time members (Master Coder etc..) that are seen on their post profile widget. I feel that these labels for coder status should be changed in order to provide a better acknowledgement for what they really mean. The intention of these labels ...
How to enable GZIP through .httaccess file. - تاریخ: 1396/10/23 ساعت: 8:05
I am new to this forum. My name is Wilfred Cooray from Sri Lanka. I have a problem in enabling GZIP of my website The Bible, Inspired Word of Ete al God". My .httaccess file content is as follows. <IfModule mod_rewrite.c> RewriteEngine on RewriteCond %{HTTP_HOST} ^lovingword.eu3.biz$ [NC] RewriteRul...
Calculated registeration of date - تاریخ: 1396/10/23 ساعت: 8:05
How to make chat age in datadase, use registeration user date. the chat age start from chat age 0 till 200. the chat age up every weeks.. please help me guys..
A code for sort option PRICE Low |High - تاریخ: 1396/10/23 ساعت: 8:05
Hi, I have registered and designed a website with wix.com. Until the 20th November 2017 I was able to import products to the Store via a CSV file. Wix have now removed the option. So using the Wix Code I managed to 1. Created a collection, import all my products to the collection via CSV, 2. Add a g...
Building a new website on another domain while main stays active - how to code & move - تاریخ: 1396/10/23 ساعت: 8:05
So my main website is ohiocannabis.com and it's on the Invision Power Services platform & I am redesigning a completely new one on the wordpress platform. However, I do not want any downtime while I'm building and designing the other one, so i thought I would build the new site entirely on a separat...
last option value - تاریخ: 1396/10/23 ساعت: 8:05
I trying to get the value of the last option of a select. I've tried Code: var lastValue = parseInt(document.getElementById("IdOfElement").options.lastValue); alert(lastValue); gives me NaN, and Code: var lastValue = $('#IdOfElement option:last-child').value(); alert(lastValue); No alert.
DateTime displays 0000-00-00 00:00:00 - تاریخ: 1396/10/22 ساعت: 5:14
I have DateRegistered column with DateTime I have defined time as PHP Code: $time = date('m d Y H:i:s');  I entered 31/12/2018 into the text field and submitted. I disabled strict mode and no zero date from sql mode, however the table displays 0000-00-00 00:00:00. Any idea what I am doing wrong?
Extra ',,,,,' in table display - تاریخ: 1396/10/22 ساعت: 5:14
In the following code, could someone explain where the extra lines of ',,,,,' before the last table are coming from when the program is executed? :confused: The first display of the original 2-diminsion array elements multiplied by 4 do not show the problem. Code: <!DOCTYPE html> <html lang="en"> <h...
Help with AI>HTML - تاریخ: 1396/10/22 ساعت: 5:14
Hey guys, I'm creating a website that will include training on electronic testing and i want to make these guides look awesome, ive made a mockup of an iphone 6(this will be the frame which the guide of iphone testing will sit) inside this i would like the guide itself but im looking to slide the te...
Grade book project - تاریخ: 1396/10/22 ساعت: 5:14
I have this prompt to do with javascript and I cant really seem to get a hand on how to do it and everywhere I've searched hasn't been specific enough so I was hoping posting the prompt could get me some better more specific help. Thanks to anyone who is willing to give me a hand! This project is de...
Mobile Menu Padding - تاریخ: 1396/10/22 ساعت: 5:14
Greetings! I have a question about centering some mobile page content which seems to have gone haywire on me. And as this is for my company's website, it is quite a dilemma indeed. Basically, after adding some new buttons to our staff page, all the mobile content for that page has shifted off-screen...
Word search in php & MySQL - تاریخ: 1396/10/22 ساعت: 5:14
For a year now I've been the webmaster of a phpBB forum, and regularly I'm surprised by how useless the forum's "search" functionality is. The database is not big (as of now there are some 20 active users, and around 5000 messages) but the "search" still makes crass mistakes like being unable to fin...
Problem to display multiple highcharts in one container horizontally - تاریخ: 1396/10/22 ساعت: 5:14
Hi there , I have an issue to display more than one highcharts horizontally in one container and want only one common legend for all charts. My code is in PHP and javascript .My program display multiple charts but not display horizontally and it display different legend for different charts. If any ...