Recent content by seocoder

  1. S

    Python programer

    WTF! I didn't see the date .... :(
  2. S

    Public Image upload in wordpress help?

    Can you explain this in more detail? I really don't think Wordpress is causing this issue, it is more likely a permissions issue [on a Linux server] . By the way, what do you mean with "we have made membership outsite of wordpress." ?
  3. S

    RoR vs Laravel

    I just know a tiny bit of RoR, but I know very well Ruby and PHP as well as PHP fameworks like CodeIgniter and CakePHP. CakePHP is also inspired in RoR. I would suggest you to stick to PHP frameworks, because before doing RoR you need to fully understand Ruby. Ruby is a very good programming...
  4. S

    Python programer

    Send me a message I think I can help you.
  5. S

    New to Coding

    Start with Codecademy. It is the best place for starters. You can learn Python, Ruby or PHP. And the best is that it's absolutely free.
  6. S

    Overcomy fear for my clients

    Hello , I'm going to share with you my 2 cents. #1 - Many CMS and ecommerse platforms use a pattern called MVC [Model View Controller], in which the code is split in a way that designers only modify the visible part of the site [the View] , programmers control the whole process with the...
  7. S

    iMacro java script - please Help

    Try this: SEARCH SOURCE=REGEXP:"<dd>\d+\s(\w+)\sago</dd>" EXTRACT="$1" Please let me know if it worked
  8. S

    Is this considered my first coding project?

    Is your client using the commercial version of iMacros? Or the free one? I ask you this because the free version is very limited. On the other hand, if you want to get the description of each twitter user from a list of users, there are better ways than using iMacross . You can use Twitter's...
  9. S

    payment form options like this site

    This is the library they use for that form: jquery-ui-1.8.16.custom.min.js They use general.js to control how the contact form behaves
  10. S

    AngularJS or jQuery?

    Depending on what you want to do. Are you building an app like gmail, or a javascript intensive application? Then use angularjs. If you want to bind click events, move things around, make ajax calls, then use jQuery. jQuery is there to make JavaScript tasks easier to code.
  11. S

    help plz with subscribe form

    Try creating a function called validateForm() that accepts no parameters and that validates the form. Use document.getElementById("#firstname").value to get the information from the input element with id=firstname, and in this way retrieve all the elements. Then you use that information to show...
  12. S

    [HELP] Little project HTML5+CSS3 and functionality with PHP + JavaScript

    For learning HTML5 , CSS3 , PHP and JavaScript basics, visit codeacademy . It haves very good introductory courses.
  13. S

    "Why join navy when you can be a Pirate?"

    This thread title reminds of the song "You are a pirate". Just look for it in youtube.
  14. S

    Hi From Peru

    Are you having fun in the polladas ?
  15. S

    HugeBalls Incomingggg

    Hello Boludo!
Back
Top