Posts by Deivison Francisco • 119 points
5 posts
-
3
votes1
answer2212
viewsA: Display thumbnails of files
Dude, there’s Bootstrap File Input: HTML 5 for Bootstrap 3.x with preview for multiple files, offers multiple selection, and more. The plugin allows you a simple way to configure an advanced…
-
1
votes1
answer1369
viewsA: PDF Data Import in PHP
A really cool and interesting way is to use this Git project: https://github.com/angeloskath/Pdf-to-text-via-PHP <?php include ('../pdf.php'); if ($argc<2) { echo "\n\tphp -f pdf2text.php…
-
3
votes1
answer411
viewsA: How to zoom in to a View image?
Look there’s this lib here ImageView mImageView; PhotoViewAttacher mAttacher; @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState);…
-
-1
votes1
answer45
viewsA: Generate file template with Maven
Good morning, Look I have 4 links that can help in this your question: http://wiki.netbeans.org/MavenBestPractices https://platform.netbeans.org/tutorials/nbm-maven-modulesingle.html…
-
2
votes1
answer446
viewsA: How to enable PHP Sessions in Wordpress?
Hello try to make one of the options: In generic PHP you use so: ini_set('session.cookie_domain', '.domain.tld'); if ( empty(session_id()) ) session_start(); No . htaccess: php_value…