Zen coding downloading trouble - emmet

Hello to all you people out there
I have been trying to download the zen coding plugin for sublime text 2, but as it seems right now, the only place you can download it is at bitbucket.
The problem is, that bitbucket wont allow me to download it, even though i have signed up and everything...
So if some nice guy could show me another download link or send me the file(code?), I would really appreciate it.
Thanks

for some reason the zen coding package has been removed from the Sublime Text 2 package control.
I believe it will back.
meanwhile, I reZipped the Zen coding from Sublime folder, and you can install it by putting it in \Sublime Text folder\Data\Packages
http://dl.dropbox.com/u/1292831/ZenCoding.zip

Related

Developing theme locally using stencil

Is there a reason I need to install stencil CLI framework and supporting javascript etc... rather than just download a theme and edit it with notepad, then re-upload it?
Is seems that this has been made overly complicated
The advantage of using the Stencil CLI is that you can test your work locally, so you can be sure you haven't broken anything. If you just want to make a small edit, then rather than downloading and uploading, try editing files within the Control Panel. Go to Storefront->My Themes->Customize, and then at the bottom, click Edit Theme Files. This way you can make a small edit and have the ability to do a preview (so again, you test your work before changing your live store).

Updating Old Thunderbird Plugin

I'm looking to update the Mozilla Thunderbird plugin found here. The current version was produced in 2007, and doesn't even allow thunderbird to install it. I was wondering if someone could point me in the right direction of where to start, or maybe even point me in the direction of a plugin that does the same thing.
Most of the knowledge for Thunderbird addons is located at https://developer.mozilla.org/en-US/Add-ons/Thunderbird ; the addon you can download from addons.mozilla.org is a mere .zip file so you can definitely look at the source and modify it. https://developer.mozilla.org/en/Setting_up_extension_development_environment contains instructions to setup a development environment, which will allow you to catch errors and figure out why exactly the plugin no longer works.

CSS Preprocessor with MAMP & Sublime Text

I have just jumped on the Sublime text wagon and really want to optimise my workflow using LESS. I have looked for a plugin that performs the compiling clientside, in fact I could just add the less.js file to all projects, but I can't find anything to explain how to get it to work.
Also I was thinking that it would be best to install something on the Apache server that comes with MAMP to do it server-side and then I wouldn't have to worry about adding certain files and copy the preprocessed client-side code for the production website.
I use CodeKit (Mac Only), which does what you want SO WELL, plus so much more. I really can't say enough good things about it. I'd recommend checking out the site and the videos to see what it offers.
There is also this ST2 plugin:
https://github.com/BBB/sublime-text-2-plugins
I haven't used it personally because of how well CodeKit works. But it is another option.
Just to clarify, these aren't options that install and run on MAMP, but I think once you check them out you'll see they still provide a solution that doesn't require you to add extra files to your projects.

Joomla good PDF viewer

I'm searching for a good PDF viewer for Joomla, the problem is when there is a module in an article all the PDF viewers I tried so far show: {loadposition myposition} in place of that module.
Does anybody know a PDF viewer that will show the module.
I would also like it to have a header and footer option.
Thx.
I suspect that your extensions 'might' not be the sole source of your troubles.
Have you installed "Modules Anywhere" from nonumber.nl?
I recommend you try that first before assuming that the problem lies in your extensions.
Here is the appropriate link: http://www.nonumber.nl/extensions/modulesanywhere
Install it, and make sure the editor plugin is also installed and enabled (Modules Anywhere may perform these steps upon installation), then open up the content item you wish to inject your module into and use the module selection tool provided to you by the editor plugin.
After you perform this test, you can more reliably assume that your PDF related modules are the culprits.
Good luck!

TextMate/Macfusion combo for mounting projects over SSH

Here is my workflow: I use Macfusion to mount a server over SSH, and then edit the root directory of the project in TextMate (using mate /Volumes/server/projectdir). I have a plug in installed that disables refreshing on refresh. This works ALMOST perfectly--the only thing I have problems with is "Find in Project": it's REALLY slow. Has anyone run into this problem before and been able to find any solutions? Currently I go to terminal when I have to do a search, but it would be great to be able to do it in TextMate.
Thanks!
Find in Project is slow no matter what. You probably want something like AckMate