How to get PHP to minify JS and CSS code? [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 5 years ago.
Improve this question
I'm looking for a PHP class that can minify JS and CSS code.

I never tested it, but this looks quite promising: Minify

I've found one over, in case anyone wants to take a look. Its called SmartOptimizer, and I think is pretty good!

Related

Where can I find in PHP source files where is the code of an internal function like is_string()? [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 already downloaded the source, and I think the code of is_string() is somewhere in ext/standard/, but I am not sure.
ext/standard/type.c
You can also find it online:
http://git.php.net/?p=php-src.git&a=search&h=HEAD&st=grep&s=%28is_string%29
Edit to add:
You can find different version by replacing the h key with e.g.:
h=refs%2Fheads%2FPHP-5.6.31
PHP5 uses fewer macros than PHP7, so it looks more like normal C.

Automatic creation of doc-blocks for phpdocumentor 2 [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
while phpdocumentor 2 parses my files, it shows all functions which do not have any DocBlock.
Is there a tool that can create empty (minimal) doc-blocks compatible with phpdoc2 like php-cs-fixer does with code? Then I can go thru the code and fill in all information.
Thanks.
Please see the comments on the first post.

Heat map click tracking tool for PHP [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 6 years ago.
Improve this question
Are there any good click tracking utilities which can generate a heatmap for a website? We need something reliable to check which areas are the most used by our visitors.
Have you tried Labsmedia's ClickHeat?
I can recommend ClickTale for generating Heatmaps.
I'm on the search for a solution too. I saw this and it seems promising: http://www.crazyegg.com/
My next step is to find something free and that I can run on my server. ;)

customizable file manager written in PHP [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 2 years ago.
Improve this question
I'm looking for free file management and code editing written in php similar to eXtplorer, that can easily be customized and extended.
Any good ones?
Try look here:
http://www.hotscripts.com/category/php/scripts-programs/file-manipulation/file-management/page:2/
http://navphp.sourceforge.net/
http://www.proscriptinstallation.com/File-Management-Scripts/
Hope this helps.

looking for a tag script for my website [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'm not asking someone to make a script for me, only to point me to a known script.
A lot of websites have tags on the end of a article with important keyword links, mosly those are scripts used in CMS systems.
I'm looking for the same sort of script but for a "normal" website without cms
Does anyone knows a script like that?
Something like this could be called via JavaScript http://www.tocloud.com/javascript_cloud_generator.html, and would do exactly what you need. See example on the URL

Categories