How to do photo management in PHP? [closed] - php

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I have a basic script to upload and manage photos, but there are many things that it lacks.
For some reason photo files like .tif do not get uploaded and there is no automatic re-sizing of different images (vertical or horizontal).
Could someone please suggest some solutions for this?

Try to use Primage library, it's based on GD2 extension.

http://gallery.menalto.com/
http://www.tftgallery.org/
etc,etc,etc

Ultimately I went with the Imagick library. It has been a few months since I have used it. There were few minor and solvable problems. Overall, I am extremely happy with it.
But happy in a kind of a way that I am also fearful that anything breaks because I definitely don't want to go debug it lol :)
But yeah, Imagick works very well - I recommend it to others.

Related

How to export an html table as a PDF or image? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I am working on creating a website which will allow users to update a table using Javascript.
What I am looking for is a way to allow the user to export the table as an image (jpg, png etc.) or a PDF once it has been modified.
If there is a similar thread or topic please let me know, I don't really know where to start here. If you can recommend background reading that would be great too.
This is not something that can really be done client side (without installing software on the clients, of course). You will need to generate this PDF server-side.
How you do that depends on the language and platform you are using.
There are a couple open source PDF librarys you can use;
SharPDF, PDFClown, iTextSharp just to name a few...

joomla flv player [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I need the possibility to add videos to an article, do you know about something that might be usable? Only thing I need is just that it will be able to play flv video. I found HDFLV player, which is pretty fine but it cannot be used in an article, unless you buy it for like 99$, which is unacceptable.
Thanks,
EL
Take a look at Flow Player.
Its free and easy to install. You can customise various options using a UI on their site and they will provide the embed code for it.
HTML5 might be usable.
http://www.whatwg.org/specs/web-apps/current-work/multipage/video.html
Take a look here: http://extensions.joomla.org/extensions/multimedia/multimedia-players.
The extensions are evaluated. Some are free.
hey the best one imo is >>
http://extensions.joomla.org/extensions/multimedia/multimedia-players/video-players-a-gallery/3955?qh=YTo2OntpOjA7czozOiJhbGwiO2k6MTtzOjQ6ImFsbGUiO2k6MjtzOjU6ImFsbGVzIjtpOjM7czo1OiJ2aWRlbyI7aTo0O3M6NjoidmlkZW9zIjtpOjU7czo5OiJhbGwgdmlkZW8iO30%3D
its easy to use and configure and non-commercial

Is there a free website to store code (php, javascript, css) online? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I am looking for website to store my code and then reused if may I need it. Would be great something like Delicious but for coding or something like Snippely.
You can host your code on solutions like Google code, Sourceforge or GitHub.
If your code is more a snippet you can choose solutions like snipplr or Gist
Google code (code.google.com) does that for Project coordination.
JSfiddle (jsfiddle.net) is pretty awesome when you have HTML, JS and CSS.
Github with its gists
thousands of websites out there. http://snipplr.com/ for example. just bought by envato and it will get some really neat new features. also works together with some apps like textmate or something
For code snippets how about http://gist.github.com ?
If you wanted to go the route of project coordination and hosting, there is also GitHub.

Is there a way of pasting code snippets/blocks in gmail/wave/gdocs? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Often, I want to email some code without attaching a file. Are there any gmail/google wave/gdocs plugins for code sharing?
Gmail would obviously be the most useful.
You could use service like pastie or pastebin and then link it in your mail.
Alternatively you can also use ToHTML to generate HTML and then copy/paste it in your mail.
I usually just set the font to something monospaced and hit paste....
There is a Code prettifier gadget for wave that might help.
Check out code.google.com. That might be a good solution for you. Also, Google recently bought EtherPad, so there might hopefully be a good solution soon.
There is this. https://wave.google.com/wave/#restored:wave:googlewave.com!w%252By2RZbMagM
This might be the same one gnarf posted.
You can attach a link and use pastebin

Looking for a php library to generate vector graphics as pdf or svg files [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Basically i want a library for PHP that i can use to generate vector based graphic files like svg or pdf. it need to be able to output path and not pixel based results.
for example i want it to use like
generate_circle($radius)
etc
PHP bindings for cairo
It's not that hard to generate svg from php, here are some examples.
If you really want a library, there are probably many different options, SVGGraph and the ones pointed out here for example.
Google will help you find others I'm sure :)

Categories