Once the php-java-bridge deb file is installed, apache will be automatically restarted. If apache doesn’t restart automatically, you can restart apache with the following command:
How do you check if the PHP Java bridge is installed?
Run the phpinfo() command in php. This should give you the details of the PHP Java bridge extension under the Java Heading. Now you’re ready to run Java code in PHP
Now head over to the following link and check out the second part of the tutorial to get started on PHP and Java. http://www.hiveminds.co.uk/node/3172
Flauntr allows you to embed their services on your site for free. API programming knowledge not required! Click on the image above to see how one of the embedding methods work.
Flauntr provides 3 different ways you can embed their service on your site:
LightBox : Get a nice little graphic you can put on your blog post, panel or header. When one of your readers clicks on it , flauntR appears in a popup.
Iframe: If you want to allow your readers to enjoy flauntR without even a pop up, meaning flauntR sits right in your site.
Linkback: f you want to set up an image or set of images for editing or viewing through flauntR this is the right widget for you.
The method I used to embed code you see above this post is using their Lightbox method. If you’re running a image gallery site and would like to allow people to edit the photos straight off your site, I’d recommed integrating the Linkback method for your images.
While you’re out there, also check out their new apps - photomobilR and photoprofilR. photomobilR allows you to resize your images to fit ask the desktops of about 250 models of mobile phones! If you haven’t created a your own custom desktop background for your mobile yet, this is the right time to start.
photoprofilR is for those social network junkies to allow you to resize your photos to fit the profiles of 30 social network sites.
The delegate registrations for Foss.in/2007 is open so jump on the bandwagon and register yourself there. Early registrations cost you just Rs. 600, while turning up at the venue without early registration will set up have to pay double that amount. The link for delegate registrations: http://foss.in/2007/register/delegates/
If you’re wondering who and what’s on the talk schedules, head over to the Schedules page.
All you wanted and need to know about caching PHP applications in one article by Ben Balbo over at Sitepoint.
In the good old days when building web sites was as easy as knocking up a few HTML pages, the delivery of a web page to a browser was a simple matter of having the web server fetch a file. A site’s visitors would see its small, text-only pages almost immediately, unless they were using particularly slow modems. Once the page was downloaded, the browser would cache it somewhere on the local computer so that, should the page be requested again, after performing a quick check with the server to ensure the page hadn’t been updated, the browser could display the locally cached version. Pages were served as quickly and efficiently as possible, and everyone was happy.