Jump to content

teng84

Members
  • Posts

    3,576
  • Joined

  • Last visited

Everything posted by teng84

  1. How can i remove the form tags when i call the form by renderPartial? I have 4 forms from dixx views and i want to combine them into one sinlge form so when i cal render partial form tags should not be included. thanks in advance
  2. maybe type casting would help you
  3. if the user refresh tha page that should encremenr because that is considered as views. but if you dont like it then on your table where you have the counter add another field for the current page so if the current page save there is index.php it should not increment since thats also the last page visited. or store on session the last page visited
  4. you simply make the title seo friendly so you dont have to worry about adding additional fields
  5. In vim, just select the text and press "=" Yeaaaaah. There's a reason I'm the only person on my team using Windows. I just can't adapt to vim. *hangs head* the problem when using vim and windows editor is the tab vs spaces if you forgot to edit the settings of your windows editor to 4 space it will be a night mare of vim user lol
  6. I suggest learn how to use jquery data table makes your life easier see: http://datatables.net/
  7. anther question that should be answered with question
  8. haha its funny because i cant see my self going back to that site and read again..
  9. the code above is correct whats the issue with that?
  10. use ul and li instead the float it to the left
  11. you dont have to put argument on your default its like else of if else statement
  12. it fetches records I think but not sure since it is calling another functions
  13. you need to run a crawler that reads all the links from the first page and navigate each link and check if there are keywords that may match login information etc.. usually all the login links are all located in site homepage
  14. that wont do the trick when i tried that it close the page then show the pop up when i use onbeforeunload theres a pop up message but i dont like that pop up i want to display my form BTw thanks for the help man
  15. Hi, Does anybody have the sample code that when user close the window there a form apear asking the user for some options?
  16. thanks again for the response
  17. thanks for the response but when i have this Search.prototype.getSearch= function(Url){ } is this function run when page load? or it take some function call to trigger this function?
  18. Im not sure what does it mean Search.prototype.getSearch= function(Url){ } i cant figure out how does it work and how to alter please help
  19. developer is the problem joke maybe this is already fixed
  20. <h3><a href="<?php echo $permalink; ?>" title="< ?php echo $parent_title; ?>"><?php echo $parent_title; ?></a></h3> <?php } else { ?> <h3><a href="<?php echo get_permalink(); ?>" title="< ?php echo $parent_title; ?>"><?php the_title(); ?></a></h3> noticed the space between < ang ?php ?
  21. /// I have this sentence $item = "Below Telegraph Hill, Smallwork Canvas Edition"; list($var1,$var2)= explode(',',$item); echo $var1; echo $var2;
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.