I have a form I have built:
<form class="myform" action="cgi.pl">
<select name="export" onchange='this.form.submit()'>
<option value="" selected="selected">Choose an export format</option>
<option value="html">HTML</option>
<option value="csv">CSV</option>
</select>…
I have inherited a Sitecore architecture that is a mess from an SEO duplicate content POV.
There are multiple aliases that have been created (and indexed by the search engines) for many of the 2nd tier pages of the site.
Due to server issues, I am not able to 301 redirect these duped pages, so I would like to use the rel=canonical tag…
Canonical overhauls its Ubuntu Linux OS support services with the new Advantage solution, which offers legal indemnification, support and management services.
function negativeValues(){
var myTextField = document.getElementById('digit');
if(myTextField.value < 0)
{
alert("Unable to submit as one field has a negative value");
return false;
}
}
Above is a Javascript piece of code where every time a field id 'digit' has a value that's less than 0, than an alert box appears…
Got a service which should be executed the moment an object is persisted. Though, I think the code looks like it should work, it doesn't. I configured the service like the following yml.
services:
bla_orm.listener:
class: Bla\OrmBundle\EventListener\UserManager
arguments: [@security.encoder_factory]
…
function clickButton(e, buttonid)
{
var bt = document.getElementById(buttonid);
if (typeof bt == 'object'){
if(navigator.appName.indexOf("Netscape")(-1)){
if (e.keyCode == 13){
bt.click();
return false;
}
}
if (navigator.appName.indexOf("Microsoft Internet Explorer")(-1))
{
if (event.keyCode == 13){
…
I have a simple HTML form that originally was a series of Questions (A1 to A5 and B1 to B3) with yes/no radio buttons like this:
<tr>
<td width="88%" valign="top" class="field_name_left">A1</td>
<td width="12%" valign="top" class="field_data">
<input type="radio"…
In my opinion, it is mandatory to validate data using client side and server side validation as a fail over process. The client side validation allows users to correct any error before they are sent to the web server for processing, and this allows for an immediate response back to the user regarding data that is not correct or in…
Business Card Request Demo Files Back in January I spoke at SharePoint Saturday Virginia Beach about InfoPath forms and Web Part deployment. Below is some of the information and details regarding the form I created for the session. There are many blogs and Microsoft articles on how to create a basic form so I won’t…
I originally started this question in another thread, but that thread was sorta, kinda answered, and now I primarily want to know how to specify another form action... I tried using the code below, but the form action, when output, remains unchanged, although looking at the print_r($form), it's correctly changed... Why isn't it…
Hi, I've got a multi-part form (in a PHP MVC setup) which I have working correctly without javascript enhancement. I'm starting to add the AJAX form handling code which will handle each stage of a form submission, validating/saving data etc, before using AJAX to load the next stage of the form. I'm wondering how best to pass the…
Hi everyone
I created a custom module that has a Ctools multi step form. It's basically a copy of http://www.nicklewis.org/using-chaos-tools-form-wizard-build-multistep-forms-drupal-6.
The form works. I can see it if I got to the url i made for it.
For the life of me I can't get the multistep form to show up in a block.
Any…
I have a Django powered website, and I'm trying to solve the "canonical hostname" problem. I want www.example.com to redirect to example.com. I have tried both techniques found in the Apache documentation here (scroll down to Canonical hostnames).
I'm currently trying the mod_rewrite method, and I have this in a virtual host…
hi i run a word press eCommerce store powered by woo commerce . i have a large inventory of products most of the product description is same for all products and its mandatory to include it. its creating a large duplicate content on site
each category have 6 products i thought of a solution can you suggest which one is good…
We are running into issues with trying to figure out how to implement rel="next" and rel="prev" -- coupled with rel="canonical" -- with multiple sets of paginated content on the same page, with pages in multiple cultures. In other words, how do we implement these when we have a pager for both Product Reviews and Questions and…
New CEO of Canonical shares some plans for the road ahead, including how it plans to grow Ubuntu's Linux server and consumer businesses, and the future of Ubuntu's branding.
<b>Tech Broiler:</b> "We talk about Canonical's upcoming Ubuntu 10.04 LTS release for Desktop and Server, and the company's near term goals for 2010 and 2011."
<b>Linux Planet:</b> "Now with the Landscape 1.5 release, Canonical, the lead commercial sponsor behind the Ubuntu Linux operating system, is extending its management platform as it looks to further grow its enterprise business."
<b>Linux Magazine: </b>"Red Hat is the king of commercial Linux support, no doubt about it. Canonical has entered the market and with some refined support products could present a very compelling alternative."
<b>Desktop Linux:</b> "IBM, Canonical, and Simmtronics announced they will market an Intel Atom-based netbook in emerging markets. The Simmbook will be preloaded with the cloud-oriented IBM Client for Smart Work Linux distro, based on Ubuntu Netbook Remix, and will first be made available in Africa for just $190."
<b>WorksWithU:</b> "Call it a small but strategic step in the right direction. Following in the footsteps of Red Hat and Novell, the folks at Canonical are positioning Ubuntu for use by Wall Street firms."
Canonical abandonne OpenOffice.org pour LibreOffice
Dans la prochaine version de Ubuntu
La prochaine version du système d'exploitation Open-Source Ubuntu intégrera désormais la suite bureautique Libre Office en lieu et place d'OpenOffice.org d'après un message de Mathias Klose, membre de l'équipe de développement d'Ubuntu.
…