hosted by liquidweb

Showing results 1 to 25 of 500
Search: Posts Made By: mjfroggy
Forum: Programming Discussion 05-16-2013, 09:42 PM
Replies: 4
Views: 242
Posted By mjfroggy
......

thank you for your post I got it working :)
Forum: Programming Discussion 05-16-2013, 01:53 PM
Replies: 4
Views: 242
Posted By mjfroggy
thanks for the reply I am still getting a...

thanks for the reply

I am still getting a 404 when I try to access a url like
http://www.mydomain.com/myportal/main even though main.php file exists
Forum: Programming Discussion 05-16-2013, 12:15 PM
Replies: 4
Views: 242
Posted By mjfroggy
htaccess pretty url question

I am having an issue getting something to work and looking for suggestions

So I want to have my site user "pretty urls"
such as http://www.mydomain/about
as an example. However each time I...
Forum: Marketing Services Offers 04-24-2013, 02:12 PM
Replies: 2
Views: 779
Posted By mjfroggy
PM sent :-)

PM sent :-)
Forum: Advertising Offers 04-17-2013, 03:59 PM
Replies: 2
Views: 494
Posted By mjfroggy
...

Hello Daryl,

Thank you for your interest in our service. So I take it you are referencing our "Option A" plan. All the voice overs are professionally recorded.

However with that Option 1 plan...
Forum: Computers and Peripherals 04-16-2013, 09:05 AM
Replies: 5
Views: 392
Posted By mjfroggy
thanks I was able to fix it with the scan exe

thanks I was able to fix it with the scan exe
Forum: Computers and Peripherals 04-15-2013, 02:05 PM
Replies: 5
Views: 392
Posted By mjfroggy
Well I have been sending and receiving email via...

Well I have been sending and receiving email via msoutlook on my laptop for a few weeks now and all of a sudden it stopped working. I can still get to my email via my websites /webmail url . Also...
Forum: Computers and Peripherals 04-15-2013, 12:24 PM
Replies: 5
Views: 392
Posted By mjfroggy
Issues with Ms Outlook looking for suggestions

On my laptop when I try to send or receive email in ms outlook the action fails and I get a message in the ms outlook error dialog window that says
out of memory or system resources

Now I...
Forum: Advertising Offers 04-12-2013, 07:49 PM
Replies: 2
Views: 494
Posted By mjfroggy
Low Cost Whiteboard Animation Videos

Take advantage of the power of animated whiteboard videos to get higher conversions from your web visitors!

Flehx Inc a New York based web development and branding company is now offering...
Forum: Programming Discussion 04-09-2013, 08:13 AM
Replies: 9
Views: 561
Posted By mjfroggy
Ya thanks I will check them out

Ya thanks I will check them out
Sponsored Links
Forum: Employment / Job Offers 04-09-2013, 08:10 AM
Replies: 3
Views: 409
Posted By mjfroggy
Thanks I am not actually looking for a fully...

Thanks I am not actually looking for a fully flushed out framework. I want to learn how to build a basic php/mysql based api so using a framework wont help me learn since I would have to spend hours...
Forum: Programming Discussion 04-09-2013, 08:08 AM
Replies: 9
Views: 561
Posted By mjfroggy
Thanks for the feedback. I did google the net and...

Thanks for the feedback. I did google the net and found two tutorials but both I can not get to work. I also looked at two api frameworks but using a framework will not help me do what I want which...
Forum: Programming Discussion 04-08-2013, 09:40 PM
Replies: 9
Views: 561
Posted By mjfroggy
Looking for good tutorials

I am looking for a simple to follow tutorial on how to create a php / mysql based API (from scratch) for a website I am developing.

Something that not only outlines how to make the api but also...
Forum: Employment / Job Offers 04-08-2013, 05:49 PM
Replies: 3
Views: 409
Posted By mjfroggy
Looking for php coder experiences with development of API's

I am looking to create a API from scratch and looked at
http://www.9lessons.info/2012/05/create-restful-services-api-in-php.html

but having an issue getting it to work.
I am looking for a...
Forum: Marketing Services Offers 04-08-2013, 04:12 PM
Replies: 2
Views: 779
Posted By mjfroggy
Increase Your Exposure on Facebook and Twitter

Let us grow your social media presence.

* We do not need your social media password
* Delivered In 3 Days or less
* Followers will be REAL users
* 100% satisfaction guarantee or ask for...
Forum: Programming Discussion 03-14-2013, 07:22 AM
Replies: 3
Views: 585
Posted By mjfroggy
I know in the ideal world these would be images...

I know in the ideal world these would be images but I have to work with what I have. I tried putting them in a different order but still it seems to stop after two pdf's

Other suggestions?
Forum: Programming Discussion 03-13-2013, 11:36 PM
Replies: 3
Views: 585
Posted By mjfroggy
Trying to use jquery to fade pdf's in and out

I am using Jquery to cycle through a series of one page pdf files

Basically I want like a slide show of pdfs much like how you would make a slide show of images and have them fade out ever few...
Forum: Web Site Reviews 03-02-2013, 01:19 PM
Replies: 0
Views: 544
Posted By mjfroggy
Fundraising platform feedback wanted

New startup is looking for feedback. We are releasing a web based platform that will help individuals with a entrepreneurial idea access funding while leveraging a tax exempt status

check out ...
Forum: Programming Discussion 01-30-2013, 01:51 AM
Replies: 7
Views: 716
Posted By mjfroggy
exporting importing large mysql tables

I have two tables within a mysql database which both tables contain Blob data

One table is 797MB in size and the other is 195MB in size

My issue is since they are so large I can not export them...
Forum: Programming Discussion 01-22-2013, 06:30 PM
Replies: 7
Views: 538
Posted By mjfroggy
thank you that helped

thank you that helped
Sponsored Links
Forum: Programming Discussion 01-22-2013, 04:19 PM
Replies: 7
Views: 538
Posted By mjfroggy
I edited the code in my above post to be the...

I edited the code in my above post to be the below

"Save": function() {
...
Forum: Programming Discussion 01-22-2013, 01:48 PM
Replies: 7
Views: 538
Posted By mjfroggy
...

Thank NovicaVukobratovic
So now I have

"Save": function() {
$.post('../includes/additem.inc.php',{itemname:itemname},function(data) {
...
Forum: Programming Discussion 01-21-2013, 12:03 AM
Replies: 7
Views: 538
Posted By mjfroggy
I get Uncaught SyntaxError: Unexpected token ....

I get
Uncaught SyntaxError: Unexpected token .

which does not really help me
Forum: Programming Discussion 01-20-2013, 02:14 PM
Replies: 7
Views: 538
Posted By mjfroggy
question with jquery and html form submit

I have a html form that opens in a lightbox type window and now I am trying to use jquery to submit the form to a php file without having any page refresh

So I have a file that has this jquery...
Forum: Web Hosting Companies And Clients For Sale or Purchase 01-06-2013, 08:14 PM
Replies: 19
Views: 946
Posted By mjfroggy
This has been sold to energizedit aka Energized...

This has been sold to energizedit aka Energized I.T. Web Hosting
Showing results 1 to 25 of 500

 
Forum Jump
Login:
Log in with your username and password
Username:
Password:



Forgot Password?
Advertisement:


 

X

Welcome to WebHostingTalk.com

Create your username to jump into the discussion!

WebHostingTalk.com is the largest, most influentual web hosting community on the Internet. Join us by filling in the form below.


(4 digit year)

Already a member?