HTML 5 - Need most current version of file when online [closed] - html

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
I am using HTML5 for an mobile application. I am using MVC.
The issue that i am facing is that the user when he is online is not able to retrieve the most current version of the file.
I have the following code
NETWORK:
*
which I thought would get the most current version of the code.

Specify the location your .appcache file under NETWORK: in addition to the wildcard.

Related

How bootstrap is being used, step wise guide needed regarding which IDE and what are its benefits? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 4 days ago.
Improve this question
I have to use bootstrap for front end development of my database, I am not sure how it will be used after download files and how the files will be updated according to my need?
I tried by downloading from bootstrap.com , but its not clear after downloading as I get html and css files. what will next steps?

Not Able to Verify ITR1 [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 months ago.
Improve this question
I got an error message while verification of my ITR1.
[#/ITR/ITR1/TaxPayments/TaxPayment/0/DateDep: string [NaN-NaN-NaN] does not match pattern ([12]\d{3}-(0[1-9]|1[0-2])-(0[1-9]|[12]\d|3[01]))];#;Please contact the developer of your utility with the error key
Please help me to solve this
I had the same problem. I downloaded the JSON after filling online and then used offline utility to file the returns.

Create a dashboard for online users [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I have a requirement and i think i need your help to start it.Actually i have created an application which monitors the status of users which are saved in mysql database with their status.By status i mean 4 types Online,Offline,LoggedIn,LoggedOff.So according to these status i need to display them on the dashborad.Isearched in internet about possible plugins or something,but alas! couldn't find any relevant article.I think this needs css.I am not sure how to start it.Can anyone share some ideas about the same ?
You should start with Bootstrap framework, it is created atop of CSS and JS. Here is nice template that you can use as a starting point. SB Admin 2

Speedup webpage [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I test speed of my site loading and the result give me the answer for my site's low speed loading is .......
Resources with a "?" in the URL are not cached by some proxy caching servers. Remove the query string and encode the parameters into the URL for the following resources:
http://mydomain1.com/css/layout.css?v2.2
here how can i Remove the "?" from the above link and encode the parameter into the url.??
That message means you should do it like:
http://mydomain1.com/css/layout.css/v2.2
Using a / instead of a ?. How you achieve to parse this on server side depends on the technology you are using.

MacVim is inserting Windows style newlines all of a sudden, how on earth is that happening? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I'm totally baffled as to how this is possible. What could cause this?
Apparently Vi detects the file format, and keeps files in that format automatically. Someone else on my team introduced the ^M's to the file.