Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
~3K People Reached

28 Posted Topics

Member Avatar for canterorist

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. …

0
48
Member Avatar for canterorist

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

Member Avatar for Jothe
0
100
Member Avatar for kalambe

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.

Member Avatar for diafol
0
170
Member Avatar for canterorist

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

Member Avatar for crunchie
0
103
Member Avatar for canterorist

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.

Member Avatar for canterorist
0
187
Member Avatar for canterorist

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.

Member Avatar for canterorist
0
93
Member Avatar for canterorist

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]

Member Avatar for Arkinder
0
70
Member Avatar for canterorist

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 …

Member Avatar for vuyiswamb
0
95
Member Avatar for canterorist

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.

Member Avatar for canterorist
0
70
Member Avatar for canterorist

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.

Member Avatar for vaultdweller123
0
52
Member Avatar for canterorist

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?

Member Avatar for yarnman
0
180
Member Avatar for canterorist

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.

Member Avatar for canterorist
0
175
Member Avatar for starmikky

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].

Member Avatar for canterorist
0
102
Member Avatar for canterorist
Member Avatar for Lusiphur
0
143
Member Avatar for canterorist

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); …

Member Avatar for canterorist
0
157
Member Avatar for canterorist

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 …

Member Avatar for canterorist
0
80
Member Avatar for canterorist

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]

Member Avatar for fxm
0
98
Member Avatar for canterorist

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" …

Member Avatar for canterorist
0
150
Member Avatar for canterorist

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; …

Member Avatar for pwinfrey
0
97
Member Avatar for canterorist

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.

Member Avatar for jrock2004
0
52
Member Avatar for canterorist

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 …

Member Avatar for pritaeas
0
97
Member Avatar for swi2

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.

Member Avatar for canterorist
0
204
Member Avatar for canterorist

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!

Member Avatar for nazar22
0
120
Member Avatar for canterorist

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", …

Member Avatar for canterorist
0
97
Member Avatar for canterorist

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 …

Member Avatar for canterorist
0
155
Member Avatar for floresj4

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.

Member Avatar for jwd.adodis
0
274
Member Avatar for canterorist

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?

Member Avatar for rokape
-1
61
Member Avatar for aneeka

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.

Member Avatar for canterorist
0
253

The End.