- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
28 Posted Topics
hi everyone! I would like ask what is the use of this file in wordpress? myfile.mo <--(sample file that I'm talking about). every time i use plugin in wordpress and inspect their files. i always see this file(myfile.mo). i want to know why they include this file into their plugins. …
hello! I have zend framework 1.10.8 and xampp, but the problem is i don't how to install it. Do you have guides or steps there in installing zend framework in xampp. Please help me. i really want to learn this framework. thanks for advance
You only need to do is to use the database, but if you can show us your code much better so that we can help you more. I hope you get my idea.
HI! I would like to know if ever I'm going to change my RAM and HDD, do i need to reset the setting of my bios? or it will automatically reset? Please i need your advice! thanks in advance
hi! I would like to know how to use jquery in sliding left to right? Can you give me simple sample there.. thanks in advance.
hi! please help how can i fade the border of my content. I use png file to fade. it only work with no-repeat in ie6 but no-problem in mozilla. Why is it repeat-y won't work in ie6 with the filter code? i use png file.
hi! can you give me sample work there about this border radius. i try this code but it did not work in my computer. [CODE] border-radius:15px; [/CODE]
hi! i have problem with my form. I cannot connect with home.aspx when i submit it, there is nothing happen. Can anyone tell me whY? HERE'S MY CODE: file name: Registration.aspx [CODE] <form id="form1" runat="server" method="post" action="home.aspx"> <div> <table style="height: 141px"> <tr> <td><label>Name:</label></td> <td> <asp:TextBox ID="txtname" runat="server"></asp:TextBox></td> <td class="style1"> <asp:RequiredFieldValidator …
hi! in php i use md5 function to encrypt a password. how about in asp.net is their a built in function? please help me. i'm new in asp.
hi! how to know if the person is online? i used the database code but it is not good idea for me. do i need cookies code? can anyone help me.
hi! i'm trying to install adobe cs3 in ubuntu but it really wont work. Me i know the reason why? and what software do i need to make me work in PHP using the OS ubuntu?
hi! In php we use this [CODE]<a href="hello.php?a=1&b=2">hello</a>[/CODE] so that when we click, the $_get will catch the value of a and b. If i used asp.net what is the code to link for it?. I need your help, I'm new in using asp.net.
google will help you. it will give you a sample for your problem or you can go to this site [URL="http://www.tuturialize.com"]www.tutorialize.com[/URL].
hi! I want to know what is the exact background size of the web template?
hi! i'm trying to upload an image in my site. But the error occur. [B]Warning: chmod(): Operation not permitted in /www/clanteam.com/i/s/e/isellitem/htdocs/test3.php on line 9 [/B] [B]Warning: move_uploaded_file(): Unable to access try/2010 BMW M3 Sedan Front View.jpg in /www/clanteam.com/i/s/e/isellitem/htdocs/test3.php on line 10[/B] php code: [CODE] if(isset($_POST['btnsub'])) { $name=$_FILES['file']['name']; $dir='try/'.$name; chmod('try/',0777); move_uploaded_file($_FILES['file']['tmp_name'],$dir); …
hi! i have problem with this rmdir. How can i remove the directory and the image inside of my dir? this is my PHP code: [CODE] $dir="image/"; $arr=array(1=>"pig.jpg",2=>"animal.jpg"); $x=0; while($x<2) { if(unlink($dir.$arr[$x])) echo "success"; else echo "failed"; } rmdir($dir); [/CODE] but when i run the error occur. [B]Warning: the directory …
hi! i only want to know how to get the value of the array in javascript using class? [CODE] <div class='view'>1</div> <div class='view'>2</div> <div class='view'>3</div> <div class='view'>4</div> [/CODE]
hi! i don't have problem in checking all checkbox but if i uncheck the checkbox the id=cball(my main checkbox of all), the sub don't follow the main(id=cball); here's my code for jquery: [CODE] $(document).ready(function(){ $("#cball").click(function(){ $("tr [id=cbmessage]").attr("checked","checked"); },function() { $("tr [id=cbmessage]").attr("checked",""); }); });[/CODE] html code: [CODE] <input type="checkbox" name="cball" id="cball" …
If i submit using <input:text>, i can see the result but if i use <input:file>. i cannot upload. jquery code; [CODE]// JavaScript Document $(document).ready(function(){ $("#myformcom").submit(function(){ var str=$(this).serialize(); //var result; $.ajax({ type: "POST", url: "uploadfiles.php", data: str, success:function(msg) { $("#error").ajaxComplete(function(event,request,settings) { if(msg=='Successfully Submitted') { $(this).html(msg); } else{ $(this).html(msg); } return true; …
what softwares do i need to make me use the PHP in ubuntu? i'm trying to install adobe cs3, it won't work. please help me. i'm new user in ubuntu. please help me.
how can i get the value of the type=hidden when i click the <tr class='click'>? i only get the value of first hidden and when i click the other <tr> the same value from first hidden. jquery code [CODE] $(document).ready(function(){ $('tr[class='click']').click(function(){ var a= $('tr[class='click'] input:hidden').val(); alert("a"); }); }); [/CODE] html …
hi! i agree with danny and guarang.I think jquery is popular today. you only need a file like [U]jquery-1.4.2.min.js[/U], it's free.
Hi! i know you already experience to use this two cms software. I only want to know which of this two is the best. I have planned to create a site and then i am hesitate. I want your opinion or suggestions. please help me!
hi! I have problem with my jquery validation. When I successfully submitted my form, the value i enter is still there in the <input:text>. It supposed to be refresh and the form is emptied. here's my jquery code [CODE]// JavaScript Document $(document).ready(function(){ $("#myformcom").submit(function(){ var str=$(this).serialize(); //var result; $.ajax({ type: "POST", …
hi! I'm starting creating theme in wordpress. I study the default theme in wordpress. The problems are the files. I only know the header.php,footer.php,sidebar.php,function.php, index.php and style.css. Some files like archive.php and the others, i don't know the use of them. me i know why they are part in wordpress …
thanks because of this thread i can use php code in my joomla site. thank you very much.i hope there are no problems in my installation.
hi! i have problem with my class. if i require the class to my index page and their is get method. Something syntax error with my page. what other ways to correct this error?
i think your code is not correct. look at the code vividly. you only need to do is to search to google, there is a lot of sample their.
The End.
canterorist