| bio | website | techboy.co.uk |
|---|---|---|
| location | Milton Keynes, United Kingdom | |
| age | 34 | |
| visits | member for | 2 years, 8 months |
| seen | Dec 31 '12 at 17:19 | |
| stats | profile views | 15 |
Currently a SAP BASIS Administrator who likes all technology, gadgets, sports and too many other things.
Has dabbled in:
ABAP, BASIC, Pascal, C# .net, COBOL, Cold Fusion, CSS, Google App Inventor for Android, Javascript, Java, Java for Android, C++, HAML, HTML, XHTML, HTMLB (for SAP ITS), PHP, SASS, SQL, VB, XML as well as others - but I don't confess to being an expert in any of them ;-)
|
Jun 25 |
awarded | Notable Question |
|
Aug 24 |
awarded | Popular Question |
|
May 28 |
accepted | Is there any free (or cheap) software that can be used for testing WordPress functionality? |
|
May 26 |
asked | Is there any free (or cheap) software that can be used for testing WordPress functionality? |
|
Mar 10 |
comment |
How to embed form data within the 'Add new post' Thanks. My work laptop can't open that page (I'll look from home tonight). I ended up doing this: Added a meta box to the 'Add New Post' page. Added an HTML form within the meta box. Added form validation. Added a shortcode, so I can enter [myform] into the post and the form data will appear there. There is additional functionality that I want to add, but it's gettiing tricky, so I'm trying to find a good WordPress developer to do the additional work. |
|
Jan 11 |
comment |
How to send form data from WordPress (Meta Box) to an OData service? Thank you for the good answer. I don't want to have to rely on people having the OData SDK already installed (because my intended audience won't be that technical) so I will look at using REST with wp_http. I will also ask on odataphp.codeplex.com/team/view. Thanks. |
|
Jan 11 |
accepted | How to send form data from WordPress (Meta Box) to an OData service? |
|
Jan 10 |
awarded | Commentator |
|
Jan 10 |
comment |
How to send form data from WordPress (Meta Box) to an OData service? @hakre This question is valid. I am asking how I can embed the OData SDK within my WordPress plugin. I do know how I want to use OData, I only explained the intended usage of it in my above comment because @MikeSchinkel asked for the use case |
|
Jan 10 |
revised |
How to send form data from WordPress (Meta Box) to an OData service? deleted 96 characters in body |
|
Jan 9 |
comment |
How to send form data from WordPress (Meta Box) to an OData service? This is my 1st plugin, I didn't realise that wordpress.com doesn't support 3rd party plugins. Thanks for the info! I want users to complete a form (within a meta box on the 'Add new post' page) which will give details of cars. When they add the post, the form data will be displayed in their post and also submitted (via OData) to an OData service on a public server. The server will then process the data and display it on a website. |
|
Jan 9 |
comment |
How to add a custom button to the tinyMCE toolbar? Great answer, thank you! |
|
Jan 9 |
accepted | How to add a custom button to the tinyMCE toolbar? |
|
Jan 9 |
asked | How to add a custom button to the tinyMCE toolbar? |
|
Jan 9 |
asked | How to send form data from WordPress (Meta Box) to an OData service? |
|
Jan 5 |
revised |
How to add meta boxes to the 'Add new post' screen? deleted 1 characters in body |
|
Jan 5 |
comment |
How to add meta boxes to the 'Add new post' screen? Thank you for the information. MathSmath has now given me the information I need in the answer (edited). |
|
Jan 5 |
comment |
How to add meta boxes to the 'Add new post' screen? I will give the meta boxes a try. Thank you! :-) |
|
Jan 5 |
revised |
How to add meta boxes to the 'Add new post' screen? Changed the question to better reflect the answer given |
|
Jan 4 |
comment |
How to add meta boxes to the 'Add new post' screen? I want the user to fill in a form (when they create a new blog post). The results of the form should be embedded within the new blog post. So I am trying to think of the best way of coding this |