What if app cache is full [closed] - appcelerator

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 5 years ago.
Improve this question
I have to load many remote images in a screen. Titanium caches remote images and cache folder has limit. What happens if cache is full and I am trying to download remote images? Please suggest me what will the best way to approach this? Should I go for manual cache?

Cache is natively handled by both platforms. Cache directories are purged whenever the OS thinks it is needed. You can find documentation about cache directories for both platform in their respective documentations

Related

How to make a database with Heroku [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 2 years ago.
Improve this question
Does anybody know how you can create a database using the Heroku hosting platform?
I have looked at so much tutorials but none of them seem to work...
I've tried MysQL, PsQl...
You should add the Heroku addon for the Database type you want to create. Then follow the doc for linking it with your app. Also con access the database externally with the settings that can found in Heroku Vars in your app. You also should provide more detailed information in your question, regarding your app.

Dropbox / Box / Drive - Intercept file operation [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 5 years ago.
Improve this question
I'm considering moving some company data from our on-premise file shares to dropbox/box/google drive storage services, the only consideration now is security. Is it possible to give our employees the ability to always see that data exists on the service but block access to it if is done after work hours?
To be more specific, assuming I have file "x.png" in my company's shared Dropbox folder, I want users to always be able to see that "x.png" exists but if the attempted access is after work hours I want to give the user some kind of notification "File is not accessible" and maybe also log the attempt.
Thanks

niklasravnsborg/laravel-pdf slower on linux server [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 5 years ago.
Improve this question
I'm using niklasravnsborg/laravel-pdf to generate pdf under laravel, in Windows 7 it's working great and fast but once i deploy to a server much more powerful than my machine it takes 240000ms to generate something that takes 3 sec in Windows. Is it a probleme in linux ? or do i need to enable something in apache ?
I already enabled gzip to compress the data but it's not working either.
Possible solutions:
1. You may check permission for /tmp folder.
2. Check your HTML is compatible from which you are generating PDF

Combine file transfer dialogs [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I am considering upgrading my work computer to use windows 8 as the new file transferring feature seems very useful. Unfortunately after installing windows 8 on my home pc to test it out, the files are being transferred in separate dialogs as opposed to this image provided by microsoft.
As I am transferring files constantly a single transfer dialog would make things much less confusing. Does anyone know what settings to change to make file transfers appear in the same window?
To make file transfers appear in the same window you need to transfer files locally.
This is because a network connection can break out at anytime.

xampp on windows 7: set chmod [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
i am running xampp on my windows 7 machine. i've downloaded the sourcecode for concrete5 5.4.2.2 (that is a PHP-based CMS) but some directories are not writeable, see screenie:
since there is no such thing as chmod on windows i am now wondering how to make the folders writeable by the webserver?!
There are two steps that should help you. First, check what user the web server is running as. If you can't see it easily, just Task Manager - it should show you. Then, once you know that user, give him read/write permissions through windows explorer to that folder. Alternatively, you could give "eveyone" access this way, but that has some serious security implications.

Resources