I'm trying to create a new classic portlet. When I create one though, it shows up with this text: "There was an error while rendering the portlet."
I've looked at several sites trying to figure out how to create a portlet, but am having trouble. Thanks for your help.
Related
The 2SXC News app is awesome. I added some fields and entities succesfully.
But this grows in a way it gets a bit messy for the editor, so I want to start another app, based on the same NewsApp.
Can this be done? If so, how?
Of course, I tried importing again but that doesn't work. When importing it asks 'new folder?' which I confirm but that still throws errors.
If I import an existing app and it asks 'new folder', I hoped it would create an app with that name.
So importing the same app twice is supported - and it should just create a new folder, put stuff there and get going. If you think it's a bug, please post an issue with details or video or something so we can fix it.
---- Final Solution ----
Since I am not familiar with asp - I decided to go with a jquery captcha ( thanks for all your help )
Edit New
I am using the reCaptcha with ASP.NET doc's found here:
https://developers.google.com/recaptcha/docs/aspnet
Okay I added the code the the page see screen shot here.
http://qualityplanners.com/1.png
I am now getting this error.
http://www.qualityplanners.com/freequotecs.aspx
The first step of the docs asks me to:
Download and Add Recaptcha.dll to the root.. how do I link it without visual studio?
Let me know
-O
Old Below
I need help with a client with aspx - I am only familiar with PHP.
He keeps getting spam with this old form the past web guy coded.
http://www.qualityplanners.com/freequotecs.aspx
I am looking into ways to add reCAPTCHA or an easy method to stop spam... even just adding a simple validation for whats 5+6 or something.
I tried looking into the documentation for reCAPTCHA or some other free online CAPTCHA scripts but keep getting error - I am probably installing it wrong.
Whats the correct way to do this?
This is the fiddle of the linked code.
http://dotnetfiddle.net/ROzRgl
Thanks in advance.
-O
I think you may have skipped step 1.
Add a reference on your website to library/bin/Release/Recaptcha.dll:
On the Visual Studio Website menu, choose Add Reference and then click
the .NET tab in the dialog box. Select the Recaptcha.dll component
from the list of .NET components and then click OK. If you don't see
the component, click the Browse tab and look for the assembly file on
your hard drive.
I am new to developer.facebook.com and want to create app. When I go to this URL https://developers.facebook.com/apps It is not showing any button having + create new app
I have created an app previously and deleted it later as it was of no use to me. Now can anyone tell me what should I do to create a new app?
I'm having the same issue right now. I had some apps and I removed them. Now I cannot create any app.
Edit:
Found the solution in another post from 4 hours ago.
http://developers.facebook.com/setup
I'm getting started on a new project at I'm trying to get an Parsley example to work.
Here is the demo url: http://files.152.org/flex_examples/parsley/
View source is enabled
I have parsley registered in the app and can get the albums in the left column loaded. The part I'm stuck at is trying to get a message to PictureTile.as so images will load in the TileList.
Can anyone that has Parsley experience lend a hand?
Hey Metric152.
I'm trying to get to grips with Parsley/Pimento too.
You might want to take a look at the series of blog posts
http://artinflex.blogspot.com/
Also
http://coenraets.org/blog/2009/07/building-a-flex-application-with-the-parsley-framework/
On a Drupal app, my goal is to display a page with a couple of CCK or taxonomy drop-down widgets, two Date Popup Calendar widgets and a "fake" submit button. The submit will use ajax to send the info to a PHP page that generates a BIRT report and returns the complete HTML back to the page, which I'll just inject into an empty div. I'd like to keep the controls on the page at all times and just use ajax to keep replacing the div containing my report as the user changes parameters and resubmits.
What's the best way to achieve this? I can handle a decent amount of PHP and JavaScript, but trying to leverage Drupal to create a page and display the controls is proving difficult to understand. Examples I've been reading are either too unrelated or too abstract to be helpful. Thanks!
No love from masses, but after a few more days of hammering on it, I've got BIRT 2.5 reports to play nicely in Drupal 6.16. You can read the whole story and see code samples here: I've completed integrating this with BIRT via a small custom module. You can read the full story with code samples here: http://nicholaiburton.com/blog/2010/creating-custom-reports-for-drupal