Author Archive

JPhoto 1.4 Release

Friday, October 22nd, 2010 by Rafael Corral

We have given JPhoto a minor upgrade to fix some bugs and improve usability. Before upgrading, please read the “How to Upgrade” section at the bottom of this post, of course.

Let’s start!
Read the rest of this entry »

WordPress for Joomla! version 3.0.1.2

Tuesday, October 19th, 2010 by Rafael Corral

WordPress for Joomla! 3.0 has been out for a little over a month, and it has been great! We are extremely close to hitting our 300th subscriber! We’ve come across a few issues that we did not envision, and the fixes are listed below. The biggest problem has been using WordPress for Joomla! when the URL suffix is set. There were also some template issues that are now fixed.

Read the rest of this entry »

Control HTML without javascript

Wednesday, September 1st, 2010 by Rafael Corral

This is something I have known about for a long time. It is advanced and can mostly be used for Cross Site Request Forgeries (CSRF). Not that I condone these, but the best way to defend yourself against hackers is by knowing as much as they do.

In some cases users turn javascript off in their browsers (I do) for security reasons. HTML has just about no scripting capabilities if you discard the FOR attribute on the LABEL tag. It is possible to trick a user into submitting a form by them simply highlighting text on a page. The FOR attribute binds a label to another element, which is some sort of scripting, I guess.

Read the rest of this entry »

WordPress for Joomla! 3.0 Sneak Peak!

Monday, August 2nd, 2010 by Rafael Corral

It gives us great pleasure to present one of the largest updates we have ever created for one of our products. Now presenting…Wordpress for Joomla! 3.0! (sparkle sparkle)

WordPress for Joomla! 2.x combined the best blogging platform with the best open-source content management system available. Since its release, we’ve become aware of a few problems dealing with plugins and occasional WordPress templates. So we tucked ourselves away for the past month and half in a dark room and alternately drank great deal of energy drinks and coffee and set out to make WordPress for Joomla! perfect. I think we have succeeded! Read on for some of the major enhancements in “WordPress for Joomla! 3.0″…soon to be released!

Read the rest of this entry »

Call for beta testers!

Tuesday, July 27th, 2010 by Rafael Corral

As you can probably tell by our recent posts, we have released a few new products…and we also have other products coming as soon as we get our coffee machine fixed. :)

We need some happy and trustworthy mutants to help us test product updates and upcoming products. If you are interested in helping, email our CEO Steven Pignataro….I’m kidding! He will be mad if he gets all that mail. Just post a comment to this post and make sure that you enter a valid email address.

Just one thing – Please don’t volunteer unless you have the time to download and test Joomla! products on a regular basis.

As a compensation for testing our products, you will receive a hefty discount if you decide to purchase any of them.

Thank you!

The future of WordPress for Joomla!

Tuesday, July 6th, 2010 by Rafael Corral

[UPDATE]: Also read this post.

Since WordPress 3.0 was released to the public, we have been bombarded with questions about when our release will be updated. In time, my friends! A lot has changed in the code base and we are working hard at getting our update ready. Normally it takes approx 1-2 months to prepare a release.

I am writing this post to answer many of the questions that we have been getting about WordPress 3.0 for Joomla! from both users and prospective users.

Read the rest of this entry »

Fixing permissions on your Joomla! site

Wednesday, June 30th, 2010 by Rafael Corral

I am writing this post as a tip, because I tend to use this more often than not. There is only one requirement – you must have shell access to your server.

These are the two commands to run:
find /path/to/joomla/root/ -type d -exec chmod 755 {} \;
find /path/to/joomla/root/ -type f -exec chmod 644 {} \;

Replace the path “/path/to/joomla/root/” with the path to your website’s Joomla! root. It is OK to simply use the relative path.

The first line will change the permissions for all folders to 755 and the second one will change the permissions of all files to 644.

One last thing to know about this – and this is just my experience from working with servers that are running cPanel/WHM – normally, these servers have the root of your Joomla site located under a folder called “public_html”. When you run the command for directories, you need to do something like this for the path: “public_html/*” (note the asterisk).

Anyway, enjoy!

WordPress MU for Joomla! 2.9.2

Thursday, June 3rd, 2010 by Rafael Corral

WordPress for Joomla! and WordPress MU for Joomla! are two of our most popular flagship products. About two months ago we released a major update to our WordPress for Joomla! component with major feature enhancements and bug fixes. Today we are announcing a similar update for our WordPress MU Joomla! component. This update is packed with new features, bug fixes, and major performance improvements.

To upgrade the component, simply uninstall the component and install the new version. Be sure to read the ‘Before you upgrade” section below to ensure that the process goes as smoothly as possible.

Read the rest of this entry »

WordPress for Joomla! 2.9.1

Tuesday, April 13th, 2010 by Rafael Corral

This release was a long time in development, but well worth the wait! This release includes new plugins and multiple bug fixes. A large part of the code has been updated to improve performance. To upgrade the component, simply uninstall the component and install the new version. Be sure to read the ‘Before you upgrade” section below to ensure the process goes as smoothly as possible.

Read the rest of this entry »

WordPress for Joomla! 2.9.1 RC 1

Sunday, March 28th, 2010 by Rafael Corral

By releasing RC1, we hope to avoid a follow up release (2.9.1.1). All code from WordPress 2.9.1 has been migrated to our codebase. Help us out – Download it and test it.

There is a “Release Candidates” under the WordPress download folder, here you will find all of the new component files, there is an alternative and complete install you can use.

Please help us make the final release the best it can be.