Register Advertise with usHelp Desk Today's Posts Search

Showing results 1 to 23 of 23
Search took 0.03 seconds.
Search: Posts Made By: cgimaster
Forum: Programming 30th November 2012, 11:27 PM
Replies: 5
Views: 486
Posted By cgimaster
Re: Play video where image use to be

He is using flowplayer in his site:

Skins (http://flowplayer.org/demos/)

And on the documents you will find the section SPLASH:

Setup (http://flowplayer.org/docs/)

As for a plugin you...
Forum: Programming 30th November 2012, 09:30 AM
Replies: 1
Views: 883
Posted By cgimaster
Re: Convert special characters to html entities in SQL

You have answer your own question with your title ;)

PHP: htmlentities - Manual (http://php.net/manual/en/function.htmlentities.php)
Forum: Programming 23rd November 2012, 08:47 AM
Replies: 11
Views: 1,725
Posted By cgimaster
Re: Which Programming Forum is The Best Place To Discuss About Programming languages?

if 4m questions with 7.8m answers with a reponse rate of 80% and 1.5m users is a small place then yes youre right (this information can be seen on their mother site http://stackexchange.com/sites#). ...
Forum: Programming 22nd November 2012, 01:29 PM
Replies: 11
Views: 1,725
Posted By cgimaster
Re: Which Programming Forum is The Best Place To Discuss About Programming languages?

http://stackoverflow.com/ and its network such as http://programmers.stackexchange.com/ you can see other networks at the bottom of their sites.

And if all u want is chat u cant go on their chat...
Forum: Programming 20th November 2012, 08:08 PM
Replies: 3
Views: 459
Posted By cgimaster
Re: best domain-wide redirect = htaccess I assume?

Should work for your needs
RewriteRule ^/(.*)/page/offer.html$ http://www.website.com/page/offer.html [R=301,L]

if something is always the same you could use it this way too:
RedirectMatch 301...
Forum: Main Internet Marketing Discussion Forum 16th November 2012, 01:38 AM
Replies: 4
Views: 670
Posted By cgimaster
Re: What's the survivability rate of a website without a sitelock?

No, you don't need to add any of those additional services, it will not impact on your site.
Forum: Programming 15th November 2012, 09:22 AM
Replies: 6
Views: 515
Posted By cgimaster
Re: How hard to copy the functionality of this page?

Then yeah its just jQuery+CSS and no didnt see any AJAX kicking in on it (note that it is ofc also possible to interact it with AJAX but on the sample you sent it wasnt), as for price I guess it will...
Forum: Main Internet Marketing Discussion Forum 14th November 2012, 08:20 PM
Replies: 20
Views: 916
Posted By cgimaster
Re: Buying from iWriter advices ?

There is no 800 word package it is 700 or 1000.

Per 700 words article:
5$ Basic
6.50$ Premium
12.50$ Elite

Per 1000 words article:
7.50$ Basic
9.50$ Premium
Forum: Programming 8th November 2012, 08:06 AM
Replies: 17
Views: 771
Posted By cgimaster
Re: Troubleshoot an htaccess problem

No problem, if you want I can assist you further on skype and see how things are going for you just drop me a pm or post here either way works, GL.
Forum: Programming 7th November 2012, 07:17 PM
Replies: 17
Views: 771
Posted By cgimaster
Re: Troubleshoot an htaccess problem

Redirect 301 WWW-DOMAIN/home.html WWW-DOMAIN
Redirect 301 WWW-DOMAIN/joinerymanufacturers/STEJoineryProducts.html WWW-DOMAIN/joinerymanufacturers/STEJoineryProducts.html
Redirect 301...
Forum: Programming 7th November 2012, 06:17 AM
Replies: 3
Views: 4,883
Posted By cgimaster
Re: C#: How to check if a button has been clicked before, after another button is clicked..

Create a variable called something like:

bool isRunning = falseOnce the button is clicked you set it to TRUE once the function finishs running you set it back to FALSE.

Before running any other...
Forum: Programming 5th November 2012, 04:57 PM
Replies: 6
Views: 571
Posted By cgimaster
Re: Deletting from a database with php

TIP: stop using mysql_* as it is a deprecated method and move on to either PDO or mysqli as suggested http://www.php.net/manual/en/function.mysql-query.php at the top on the red box.

Also PDO and...
Forum: Programming 5th November 2012, 11:42 AM
Replies: 8
Views: 829
Posted By cgimaster
Re: 301 Redirects (.htaccess)

Here is an interesting tool for testing the rules:

http://martinmelin.se/rewrite-rule-tester/

After http://hostname/ put:
products/details.aspx?pc=SER033-10

On the rules add:
RewriteEngine...
Forum: Programming 4th November 2012, 08:35 AM
Replies: 3
Views: 583
Posted By cgimaster
Re: Help Needed - Will Pay $$$

Looks like your site has been hacked at a first glance.

What the person did was to add redictions based on search engines it seems, I would starting by checking the .htaccess file in the ftp and...
Forum: Programming 4th November 2012, 05:30 AM
Replies: 2
Views: 522
Posted By cgimaster
Re: Adtrackzgold:tracking link doesn't work

Check your error_log file for more information on the error and post back, can also be seen on the cPanel,
Forum: Programming 4th November 2012, 05:28 AM
Replies: 17
Views: 771
Posted By cgimaster
Re: Troubleshoot an htaccess problem

Can you put your htaccess code between code tags and remove the links so it is clear to read your current htaccess and possible see what the issue is ?
Forum: Programming 2nd November 2012, 07:38 AM
Replies: 14
Views: 947
Posted By cgimaster
Re: Pictures Won't Display In Wordpress Posts

Which leads to what I early mentioned "folders, chmod" ;)

Glad you got it sorted out.
Forum: Programming 1st November 2012, 12:02 AM
Replies: 8
Views: 565
Posted By cgimaster
Re: Can WP Plugins Alter themes

Am only aware of this:
Plugin API/Hooks « WordPress Codex (http://codex.wordpress.org/Plugin_API/Hooks)
Forum: Programming 31st October 2012, 07:23 AM
Replies: 8
Views: 565
Posted By cgimaster
Re: Can WP Plugins Alter themes

You could try to hook see if this is what u need:
Plugin API/Action Reference/pre get posts « WordPress Codex (http://codex.wordpress.org/Plugin_API/Action_Reference/pre_get_posts)

Well you can...
Forum: Programming 30th October 2012, 05:50 PM
Replies: 31
Views: 1,651
Posted By cgimaster
Re: Anyone Programming as a Freelancer?

There is no premise saying you can't live out of it, the only metion I am doing is that you can make more money by programming to IM instead of freelancing and on top of that you will have less work...
Forum: Programming 29th October 2012, 08:08 PM
Replies: 3
Views: 952
Posted By cgimaster
Re: Help 301 redirecting subdirectory to root

RedirectMatch 301 ^/directory1/subdir1/[/URL](.*)$ [url]http://www.domain.com (http://www.domain.com/directory1/subdir1/)Should work

Note that (.*) will match anything else that comes after subdir1
Forum: Programming 29th October 2012, 03:03 PM
Replies: 31
Views: 1,651
Posted By cgimaster
Re: Anyone Programming as a Freelancer?

It really depends on wether you can or cannot build recurring clients really.

If you check out odesk for example they are like the cheap service of freelancer you will find stupid prices for work...
Forum: Programming 29th October 2012, 02:25 PM
Replies: 31
Views: 1,651
Posted By cgimaster
Re: Anyone Programming as a Freelancer?

Do not work as a freelancer, instead work with your programming knowledge into IM.

If you want to make some money every now and then just go to elance and/or odesk and try to win over some jobs....
Showing results 1 to 23 of 23

 
Forum Jump


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