joomla css edit [closed] - joomla

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 9 years ago.
Improve this question
I want edit the css of a component in zoomla ..can you tell me how?

Use can a text editor, VIM or Notepad. Else you can edit the CSS from the template management section inside Joomla!. But then you need to set proper permissions on the CSS file.

go to ur hosting folder .. and goto components/component_name you can find the files

Related

How to make the path generic (RUBY)? [closed]

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 4 years ago.
Improve this question
This is how I am changing the directory path to the download folder.
Dir.chdir("C:/Users/abcd/Downloads/")
But this specific to a user. Is there is any way to make it more general?
Use home method for Dir
Dir.chdir(Dir.home + '/Downloads')
The "C:/Users/abcd/Downloads/" looks like the user directory for user abcd on windows. So I think this is a windows related question.
The Dir.home on my Windows-PC is U:/, not the user-directory.
But you can make use of ENV:
Dir.chdir(File.join(ENV['USERPROFILE'], 'Downloads'))
Just to be aware of: This changes the directory for the rest of your script. There is also a block-version of Dir.chdir.

Does the Cloud9 has the Syntax automatically? [closed]

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 7 years ago.
Improve this question
I want make my code more regular,does the cloud9 has this function?
thanks
You can format your code with the shortcut ctrl/cmd + shift + b. You can also find this functionality under Edit -> Code Formatting in the Cloud9 menu.

How do I create a patch file in windows? [closed]

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 9 years ago.
Improve this question
I use windows 8 and have source codes of a software in English version.
I translated it and want to create a patch file of it. It's my first time doing it..
And.. can I use diff which I believe can be used in Linux?
winmerge can create patches is you are looking for a gui way. they have some hints for doing it scripted as well: http://manual.winmerge.org/Faq.html#d0e10357

Compiling dojo into a single build file [closed]

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 9 years ago.
Improve this question
Does any one has idea to compile a dojo into a single file. I am trying to host the project into a website, and dojo has 100's of files to be uploaded.. if any one got idea. please share.
As addition to the answer of Craig of following the build tutorial, I also want to add that there's a web builder that can help you with it.
With this tool you can specify the modules you need and create a single JavaScript file of it.

magento where to start foot print [closed]

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 8 years ago.
Improve this question
I am working with giftcard and I want to investigate some behavior of giftcards. Being new to magento I am not sure where to start looking for a url
http://mysite.com/index.php/myspecificfolder/giftcardaccount/new
I am not sure what giftcardaccount is ? is it a folder or an action?
Also would be interested in "new"
Magento ver. 1.10.0.1
any help will be appreciated
thanks
giftcardaccount is a controller.
Look in: /app/code/core/Enterprise/GiftCardAccount/controllers/Adminhtml/GiftcardaccountController.php
The URL maps to the newAction() method.

Resources