how to get image-reflection in joomla? - joomla1.5

i found one plugin, i installed in my joomla site. but can't get reflection eventhough i put the relative path in between tags. please give appropriate solution and be greatfull by giving an answer!! thanx in advance!!

in html5 there is already define tags for shadow of image..but html5 is not supported by all browsers.. you have to wait till all browser support html5..

you need to change to type of the image from gif to png.

Related

Can I use TYPO3's RTE in a front end plugin?

I have a custom extension, and i need to use some form of text editor in the front-end. According to the documentation, it should be possible, but the documentation and tutorials seem to be deprecated. I think this is not available in typo3 7.6 :
require_once(t3lib_extMgm::extPath('rtehtmlarea').'pi2/class.tx_rtehtmlarea_pi2.php');
Can it be done somehow or do i need to install another extension for this, maybe just a viewhelper? Thank you in advance.
I did lots of researches trying to use the rtehtmlarea in the FE, but failed. Then, I realized I could use any RTE, as they are nothing but js+css. All I need is to render the contents with RTE.FE, like how the BE does, and save the result into the database, which is all I want. I have already done this in many sites, using standalone tinymce, and it works great. So, I think maybe you could try this solution.
To be honest, that feature worked only in theory and never in reality. Use an RTE like ckeditor or whatever fits best

Why is Eclipse (Kepler) struggling with HTML5?

I just started using Eclipse for work and for whatever reason, it's really wigging out with the HTML I'm writing.
I have WPT installed, and I'm using <!DOCTYPE html>. The file type is html.
Notice how it's throwing errors at my HTML5 tags
![enter image description here][1]
Any ideas on what might be happening? Or on how I might dig a little deeper into the issue?
I was able to find everything I needed here:
http://blog.webagesolutions.com/archives/419
Thanks, all.

Changing the Language that is processed

I created a tutorial for the Aviary with Filepicker.io, now one of the users at my tutorial site want to know how to change the language as he is from a whole different country. My problem is I try to access the iframe though we can't because it is not the same origin. Anyone have any suggestions as how to change the language?
Ink Filepicker doesn't currently support internationalization. It's a highly requested feature.
Why not inject into the iframe after page load by locating the using jquery?

Resizing Iframes in Facebook Applications

So it looks like Facebook has removed the page referencing how to resize iframe apps except this one which includes a 404'ed js file.
All of the examples I am finding online either reference the aforementioned missing javascript file or they simply do not work.
Any guidance would be greatly appreciated.
Thanks!
Found it.. here.
EDIT: Lovely, doesn't seem to work.

Access to hyperlink in a pdf(iPhone)?

I am working on a small app, which can open a pdf. My question is, if it is possible to access a hyperlink from a pdf? Because when am trying to click on hyperlink nothing is happening and it's not redirecting me to the link. I tried searching a lot but didn't got any luck on this. Am expecting a quick response as my work is getting delayed because of this issue. If it's possible then what would be the approach? Right now am using UIWebView to open the pdf. Any sample app or code will be of great help.
Thanks for your time .
The only way I know is to use a third party library (or perhaps parse the PDF yourself), find the links, get their rects and catch user taps and compare that to the list of link/hyperlinks/gotos for that particular page.
Unfortunatelly - nothing in the SDK that can help. You can search for a opensource pdf library, like muPDF for instance.
There is a reason why not many applications have that functionality :D