Posts

Showing posts from 2008

Ajax form submission with tiny MCE editor

Hi, I was working with a Ajax form submission where the form contains a tinyMCE wrapped textarea. I was using prototype library for Ajax. Problem is when I called Form.serialize('form_id') , it couldn't retrieve the value of the textarea as it is wrapped by tinyMCE. At last I got a solution by just calling a tinyMCE method before the Ajax operation. Here is the stepwise detail: 1. My tiny MCE declaration was very simple like: <script type="text/javascript" language="Javascript"> tinyMCE.init({ theme:"simple", mode:"exact", elements:"desc" }); </script> 2. Following is my HTML form: <form onsubmit="return processForm()" name="submitForm" id="submitForm" method="post" action="request.php"> <label for="name">Name: </label><br /> <input type="text" name="name" i

Importing Yahoo! Contacts from one account to another

Hi Suppose you opened a new Yahoo! mail account and you want to import contacts from your another account. How can u do that? There's a easy way to do this. Exporting from old account: Firstly you have to switch in your Yahoo! classic account ( if you r using beta version ). Then go to contacts. You will find a Import/Export link at the middle of top right corner menu. Click it. Two panels will be displayed. One for Import, another for export. Click Any of the Export button that u want. [ remember which type you selected ]. Save the file in your hard disk. Importing in new account: Now go to contacts section of your new Yahoo! account. click Import/Export link at the middle of top right corner menu. Now go to the Import Panel. Select the type of file that contains exported contacts. Select the file. Click Import. All the contact from you previous account is imported here!! [Samiron]

Started Blogging

Hi, This is Samiron here, just started blogging in blogspot today. Actually sometimes I think that if i could write somethings that i think, then it would be better. However hope i can continue my writings here. Well actually i am working as a web developer with PHP. And very much interested to share technical information with others. I will try to write knowings here so that i can share this with all. Thank you.