Sponsored Content
Top Forums Web Development What do I need to start PHP programming and web design? Post 302542353 by Vincent140 on Wednesday 27th of July 2011 09:54:21 AM
Old 07-27-2011
If you use Joomla as CMS, you would know you don't need to be developer, only integrator. Basics knlowledge in HTML/CSS/Javascript will be useful. Not more.
 

4 More Discussions You Might Find Interesting

1. Programming

Where do i start with Web Development?

Im completely new to programming and dont really know much about it. I want to start learning about Web Development but i have no idea where to start. Any suggestions? (3 Replies)
Discussion started by: Anna Hussie
3 Replies

2. Web Development

How much should you charge for web design & programming?

Need some idea of what I should charge, per hour or per project, for a 3-4 page site that I design & program (HTML, CSS, & PHP). No databases involved. (1 Reply)
Discussion started by: Anna Hussie
1 Replies

3. Web Development

What are web design programming steps starting with HTML?

I'm studying web design and I would like to know the stages to knowing what you will ultimately need to know when entering this profession. With HTML being the step one and the basics, to I think XHTML and Css, being two, what's next? JavaScript? MySQL? Can some one provide an ordered list of... (5 Replies)
Discussion started by: Anna Hussie
5 Replies

4. Web Development

[Web Design] Slideshow Layering

I designed a website with a slideshow (slideshow created with WOW Slider). The slideshow always appears as being on the top layer, and I don't want it that way. You'll notice I have a fixed menu which always stays at the top of the page. When you scroll down the page the slideshow appears to be on... (1 Reply)
Discussion started by: minnawanda
1 Replies
Jifty::Plugin::CompressedCSSandJS(3pm)			User Contributed Perl Documentation		    Jifty::Plugin::CompressedCSSandJS(3pm)

NAME
Jifty::Plugin::CompressedCSSandJS - Compression of CSS and javascript files SYNOPSIS
# In your jifty config.yml under the framework section: Plugins: - CompressedCSSandJS: js: 1 css: 1 jsmin: /path/to/jsmin cdn: 'http://yourcdn.for.static.prefix/' skipped_js: - complex.js generate_early: 1 DESCRIPTION
This plugin provides auto-compilation and on-wire compression of your application's CSS and Javascript. It is enabled by default, unless your "ConfigFileVersion" is greater or equal than 2. It also supports js minifier, you will need to specify the full path. The jsmin can be obtained from <http://www.crockford.com/javascript/jsmin.html>. Note that you will need to use "ConfigFileVersion" 2 to be able to configure jsmin feature. skipped_js is a list of js that you don't want to compress for some reason. generate_early tells the plugin to compress the CSS and JS at process start rather than on the first request. This can save time, especially if your JS minifier is slow, for the poor sucker who makes the first request. Enabled by default. init Initializes the compression object. Takes a paramhash containing keys 'css' and 'js' which can be used to disable compression on files of that type. js_enabled Returns whether JS compression is enabled (which it is by default) css_enabled Returns whether CSS compression is enabled (which it is by default) generate_css Checks if the compressed CSS is generated, and if it isn't, generates and caches it. (In devel mode, it always regenerates it) generate_javascript Checks if the compressed JS is generated, and if it isn't, generates and caches it. _generate_javascript_nocache Generates compressed javascript, ignoring the cache completely. minify_js $js Runs the given JS through jsmin wrap psgi app wrapper to serve url controlled by us perl v5.14.2 2010-09-25 Jifty::Plugin::CompressedCSSandJS(3pm)
All times are GMT -4. The time now is 08:55 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy