create own extension for popup in magento - magento

I am novice to magento.I need to create my own extension to display the pop-up on loading page in magento.I don't know how to do this.I also tried in google but direct extensions download options are present.But creating own there is no tutorial i found.Can any one suggest for this? Advance Thanks

Related

implement custom slider without extension magento

i want to implement bootstrap slider in magento dynamically without using any extension. so user can change images easily from admin without enter in any page. can anyone tell me what is coreect way to do this.
thanks

Removing Newsletter Subscription popup on loading of the website in magento

I had purchased a theme for Magento and installed it, but on loading of the website it shows an popup to subscribe for the news letter and i want to disable it. please help me
Please refer the phtml file from which it is called. there will be some jQuery/JS code, which you just need to comment.

Orchard About us Page in Solution Explorer

I am new to Orchard CMS. I have created an About-Us page from the admin Dashboard.
Now, I want to put javascript on About-Us page only. Kindly tell me where can I find the About-Us page in solution explorer of Visual Studio? Or is there any other way to achieve this?
PS: I am using Orchard 1.8.
Thanks
I do not think, i quite get it.
here is the view for the dashboard: \Orchard.Web\Core\Dashboard\Views\Admin\Index.cshtml
Adding javascript to any view is done by using Script.Include([PathToResource]) or Script.Require([NameOfResource]) and/or #using (Script.Foot()) { [InlineJavascript]}
If what you are asking is, How to add javascript to a page created with the Page Content Type then you need to add Parts to your ContentType.
A good start will be Vandelay.Industries 1.8 (the latest), but there are others.
Enjoy!

Joomla - How can i add custom feedback and contact us pages?

I am a beginner to joomla, in a joomla website i want to create two custom forms ie, contact us and feedback forms. How can i add this forms? I want to give the links for this in footer menu.
I have a custom set of fields for this form..Any help will be appreciated..
you can use ChronoForms, one of the most popular joomla extension to create custom forms
Download the appropriate package as per your joomla version from here
http://www.chronoengine.com/downloads.html
You can also check out the tutorials on how to use this extension here
http://www.chronoengine.com/tutorials/154-v4-tutorials.html --- edit: outdated link, 404

To get Virtuemart to produce a custom downloadable PDF/certificate with the buyer's details on it

I am new to joomla and I have a problem:
The challenge is to get Virtuemart to produce a custom downloadable
PDF/certificate with the buyer's details on it.
Virtuemart already have a download after paying ability, but not for
custom created files/pdfs.
Joomla can also already create pdfs from front-end files, so I assume
it is possible to achieve this.
Any suggestions as to how I should go about this will be very much appreciated.
Thank you
I would package this in a custom component, basically you need to:
create a link in Virtuemart that links to the component relating to the order_item
check that order_item is paid
produce the PDF by outputting some page content and putting it through the PDF output of Joomla
I haven't used Joomla's PDF output, it may be just as easy to use FPDF, rosPDF or you could use an existing PDF by installing pdftk (on a VM or dedicated server only)
HTH, Jochen

Resources