Register Advertise with usHelp Desk Today's Posts Search

Showing results 1 to 9 of 9
Search took 0.01 seconds.
Search: Posts Made By: mikeonrails
Forum: Programming 20th July 2013, 03:29 AM
Replies: 2
Views: 395
Posted By mikeonrails
Re: Simple JavaScript Assistance needed.

The $() syntax is not pure javascript. It is from a library called jQuery. Try adding this line before your code:
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
Forum: Programming 15th January 2011, 11:38 AM
Replies: 6
Views: 913
Posted By mikeonrails
Re: PHP / flat file question

You have a high likelihood of getting a corrupt file. If you like the simplicity of flat files but want to worry less about data corruption, go with SQLite. It is a database within-a-file which uses...
Forum: Programming 15th January 2011, 11:28 AM
Replies: 5
Views: 704
Posted By mikeonrails
Re: MySQL Size and Optimization Question

The secret is in the indexes. Mysql never has to scan the table if you have indexes on the right columns. You can figure out what to index by taking your top select statements and putting explain in...
Forum: Search Engine Optimization 15th January 2011, 02:56 AM
Replies: 8
Views: 1,981
Posted By mikeonrails
Re: What's a VPS (Virtual Private Server) used for in SEO and would one benefit me for SEO purposes?

I highly recommend a VPS, but be prepared to learn some linux commands a make sure your IM software will run on linux. I wouldn't bother with a windows server.

Keep in mind that VPS's are biased...
Forum: Website Design 15th January 2011, 02:07 AM
Replies: 25
Views: 2,652
Posted By mikeonrails
Re: create dynamic websites without...

There are 2 ways to do some of what you want but that I would never recommend. The 3rd way is a very advanced topic that is becoming popular in tech circles. It is a completely legit and secure way...
Forum: Programming 8th December 2010, 07:14 PM
Replies: 3
Views: 585
Posted By mikeonrails
Re: I'm Probably in the Wrong Spot -but have WWW and API Goolge Maps Confusion

I have experience programming with the google maps API. That text is a complicated way of saying use: "http://mygooglemapssite.com/" to cover all cases. If you use the "www" version, then you can't...
Forum: Programming 4th November 2010, 01:32 AM
Replies: 13
Views: 1,566
Posted By mikeonrails
Re: Becoming a freelance programmer

Recent posts on the same(or similar) topic on this page with relevant information:
http://www.warriorforum.com/programming-talk/280775-software-development-question.html...
Forum: Programming 23rd October 2010, 07:40 AM
Replies: 7
Views: 573
Posted By mikeonrails
Re: Trouble with Conact Forum on website. Can anyone assist?

It looks like you are using PHP in the form():
<form id="contactform" method="post" action="send_contact.php">
</form>

The action says "send_contact.php".

Your webpage is .html, but your form...
Forum: Programming 1st July 2010, 12:07 AM
Replies: 7
Views: 674
Posted By mikeonrails
Re: Flash source protection

If he sends you a .swf, then you will only be able to play the file and not edit. It is possible to decompile an swf and get the source code since swf's have poor security, but there are of course...
Showing results 1 to 9 of 9

 
Forum Jump


All times are GMT -6. The time now is 01:29 PM.