Register Advertise with usHelp Desk Today's Posts Search

Showing results 1 to 56 of 134
Search took 0.20 seconds.
Search: Posts Made By: cgimaster
Forum: Programming 10th January 2013, 10:01 AM
Replies: 10
Views: 1,135
Posted By cgimaster
Re: Contact Us Forms in Wordpress?

Go with Contact Form 7 + Contact Form 7 recaptcha plugin and when you make your form make sure you name each field with something unique to trick the bots that usually lurk around auto filling it.
Forum: Main Internet Marketing Discussion Forum 12th December 2012, 12:30 AM
Replies: 9
Views: 1,211
Posted By cgimaster
Re: Problems with Wordpress 3.5?

Glad it worked for u, I had urgency to make some posts so couldnt wait for the creator to make his update.
Forum: Main Internet Marketing Discussion Forum 11th December 2012, 04:02 PM
Replies: 9
Views: 1,211
Posted By cgimaster
Re: Problems with Wordpress 3.5?

Here is the fix buddy.

On you BulletProof Plugin edit your root and wp-admin .htaccess from the panel and change:

RewriteCond %{QUERY_STRING} ^.*(\[|\]|\(|\)|<|>).* [NC,OR]
TO
RewriteCond...
Forum: Main Internet Marketing Discussion Forum 4th December 2012, 02:21 PM
Replies: 8
Views: 573
Posted By cgimaster
Re: Youtube keyword research ?

And I never had the chance to even use it lol.
Forum: Main Internet Marketing Discussion Forum 4th December 2012, 12:23 PM
Replies: 8
Views: 573
Posted By cgimaster
Re: Youtube keyword research ?

I see the thing is that I wanted to SEO mainly within youtube itself with views+likes+comments so I was very interested to see what the yt kw had to offer.

Thanks anyway.
Forum: Main Internet Marketing Discussion Forum 4th December 2012, 11:45 AM
Replies: 8
Views: 573
Posted By cgimaster
Youtube keyword research ?

I want to make some videos for youtube however the keyword tool feature of youtube is not openning for me since 2 days ago, have tried proxy, vpn, disable adblock, etc.

What other good free...
Forum: Programming 2nd December 2012, 01:12 PM
Replies: 1
Views: 484
Posted By cgimaster
Re: Which software can convert videos with importing subtitle?

aegisub and ffmpeg can do that.

I prefer aegisub as you can do alot of things.
Forum: Programming 2nd December 2012, 01:10 PM
Replies: 5
Views: 509
Posted By cgimaster
Re: Play video where image use to be

Stream videos from youtube : Flowplayer (http://flash.flowplayer.org/demos/plugins/streaming/youtube.html)

Seems like it does
Forum: Programming 1st December 2012, 08:35 AM
Replies: 5
Views: 696
Posted By cgimaster
Re: How would you put a 60 second delay on this popup?

Use firebug and check the javascript your wordpress is loading for the box I assume it is not loading from the file you are editing which would be why it doesnt work.
Forum: Programming 30th November 2012, 11:27 PM
Replies: 5
Views: 509
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, 08:52 PM
Replies: 1
Views: 392
Posted By cgimaster
Re: Hover Image

This should be a good start.

Pure CSS Image Hover | Kyle Schaeffer - Web Design and SharePoint Branding (http://kyleschaeffer.com/best-practices/pure-css-image-hover/)

Here is another example...
Forum: Programming 30th November 2012, 08:02 PM
Replies: 5
Views: 696
Posted By cgimaster
Re: How would you put a 60 second delay on this popup?

Another way would be like this.
SexyLightbox.show('', '<?=?>/wp-content/plugins/wp-emailfeedburnerpop/form.html?height=400&width=800', 'sexylightbox').delay(1000);.delay() – jQuery API...
Forum: Programming 30th November 2012, 09:38 AM
Replies: 5
Views: 696
Posted By cgimaster
Re: How would you put a 60 second delay on this popup?

Edit pop.php file and after the line:

window.addEvent('domready', function(){

Add this:
this.domReady.delay(1000,this);

Where 1000 is the amount of time in milliseconds.
Forum: Programming 30th November 2012, 09:30 AM
Replies: 1
Views: 917
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 28th November 2012, 07:23 PM
Replies: 2
Views: 443
Posted By cgimaster
Re: Java Servlets?

Java Servlet - Wikipedia, the free encyclopedia (http://en.wikipedia.org/wiki/Java_Servlet)

Seems fairly straightfoward to me, have u checked it ? Of course from there you would need to create...
Forum: Programming 28th November 2012, 04:01 PM
Replies: 6
Views: 541
Posted By cgimaster
Re: Is Mozilla safe?

What makes you think you are navigating without antivirus protection ?

That depends entirely on the antivirus you are using as most of them monitor the http ports rather then the browser itself.
...
Forum: Programming 27th November 2012, 01:33 AM
Replies: 206
Views: 15,700
Posted By cgimaster
Re: Godaddy Or Hostgator ?

Neither, Web Hosting, Shared Web Hosting, Virtual Private Server, Dedicated Servers by DreamHost (http://www.dreamhost.com) or IT On Demand - Cloud Ready Hosting, Email and Servers...
Forum: Programming 24th November 2012, 08:37 PM
Replies: 11
Views: 1,750
Posted By cgimaster
Re: Which Programming Forum is The Best Place To Discuss About Programming languages?

Well that is what happens on most communities to be honest with you, even here you can see some noobs getting bashed at some questions, its not an issue limited to SO, there will be people that will...
Forum: Programming 24th November 2012, 11:11 AM
Replies: 6
Views: 1,105
Posted By cgimaster
Re: Recommendations to speed up Ubot program?

Start by using private shared proxy it should give you a good improvement. I am not experienced with ubot as such I am not sure that viewing the file would help, I am giving you advices based on my...
Forum: Programming 23rd November 2012, 11:47 PM
Replies: 6
Views: 1,105
Posted By cgimaster
Re: Recommendations to speed up Ubot program?

If you are using proxies to visits the sites, in that case for instance if you are using public proxies you will have a lower overall performance then if you were using private proxies which can cost...
Forum: Programming 23rd November 2012, 11:00 PM
Replies: 6
Views: 1,105
Posted By cgimaster
Re: Recommendations to speed up Ubot program?

Give us some general idea of what kinda of things the bot is doing for example openning huge files or browsing websites using proxies ( private or public ones) and so on, as much information as...
Forum: Programming 23rd November 2012, 08:47 AM
Replies: 11
Views: 1,750
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 23rd November 2012, 08:42 AM
Replies: 4
Views: 549
Posted By cgimaster
Re: Where to buy scripts?

You can buy scripts at codecanyon as well:

Image host: ImgShot Image Hosting Script Preview - CodeCanyon (http://codecanyon.net/item/imgshot-image-hosting-script/full_screen_preview/2558257)
...
Forum: Programming 22nd November 2012, 08:40 PM
Replies: 3
Views: 702
Posted By cgimaster
Re: Is Google Analytics event tracking possible with Easy Video Player 2?

I have never used it but found this wordpress plugin perhaps some of this plugin featurse may help u with your question:

WordPress › EasyVideoPlayer 2.0 « WordPress Plugins...
Forum: Programming 22nd November 2012, 01:34 PM
Replies: 2
Views: 460
Posted By cgimaster
Re: Java Programming

www.odesk.com is another option.

Programmers do anything the language they are using allows them and your mind is the limit.
Forum: Programming 22nd November 2012, 01:29 PM
Replies: 11
Views: 1,750
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 21st November 2012, 08:43 PM
Replies: 4
Views: 409
Posted By cgimaster
Re: Need Help with Domain/Hosting/Wordpress

Here is some additional information that relates to what I mentioned about in regards the factors for DNS propagation which may be interesting (godaddy seems to take up to 48 hours) however on my...
Forum: Programming 21st November 2012, 08:36 PM
Replies: 4
Views: 409
Posted By cgimaster
Re: Need Help with Domain/Hosting/Wordpress

#1 after you change the DNS at godaddy it may take up to 24 hours for it to propagate, in most cases it happens fast such as 1 hour or less but it also depends on your providers resolution so 24...
Forum: Programming 21st November 2012, 10:46 AM
Replies: 3
Views: 590
Posted By cgimaster
Re: Looking for Amazon postcard Wordpress plugin

Well you could make a custom page and design it like a gallery.
Forum: Programming 21st November 2012, 10:29 AM
Replies: 3
Views: 590
Posted By cgimaster
Re: Looking for Amazon postcard Wordpress plugin

Pretty closer to the one u sent above
Clique (http://themes.swiftpsd.com/index.php?theme=clique)

Another alternative
ThemeZilla Demo | Theme: Volumes...
Forum: Programming 20th November 2012, 08:08 PM
Replies: 3
Views: 473
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: Programming 20th November 2012, 06:30 AM
Replies: 4
Views: 639
Posted By cgimaster
Re: Placing 41M products into categories.. PHP/MySQL

I assume each product will go into a specific category and I hard believe it will be possible to do this automatically unless you have a list that is already assigned to the categories, if you have...
Forum: Programming 18th November 2012, 07:57 PM
Replies: 3
Views: 495
Posted By cgimaster
Re: Form redesign question - Form output into database

How to Connect to a Database with PDO | Nettuts+ (http://net.tutsplus.com/tutorials/php/php-database-access-are-you-doing-it-correctly/)

Fairly good to get you started with it.
Forum: Programming 17th November 2012, 06:45 PM
Replies: 17
Views: 802
Posted By cgimaster
Re: Troubleshoot an htaccess problem

Glad it worked well for you anything let me know.
Forum: Main Internet Marketing Discussion Forum 16th November 2012, 03:03 PM
Replies: 7
Views: 467
Posted By cgimaster
Re: Domain name suggestor ?

I pretty much use the same criteria for registering a domain name, but this last part was very interesting and informative :) I will give it a try sounds pretty good.
Forum: Main Internet Marketing Discussion Forum 16th November 2012, 01:24 PM
Replies: 7
Views: 467
Posted By cgimaster
Domain name suggestor ?

How do you guys usually pick your domain names, be it EMD or unique name ?

DO you have a domain name schema to make the names ?

I must be either very unlucky or with no imagination because...
Forum: Main Internet Marketing Discussion Forum 16th November 2012, 01:38 AM
Replies: 4
Views: 684
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: 529
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: Programming 15th November 2012, 08:15 AM
Replies: 6
Views: 529
Posted By cgimaster
Re: How hard to copy the functionality of this page?

Are you talking about pressing the button and moving to the the next step ?

If so that is CSS+jQuery
Forum: Main Internet Marketing Discussion Forum 15th November 2012, 04:52 AM
Replies: 20
Views: 943
Posted By cgimaster
Re: Buying from iWriter advices ?

Exactly, I can't agree more with that affirmation!

Sometimes its just not as easy to put what we need in a different language and as a result of that many negative things can come out of it for...
Forum: Main Internet Marketing Discussion Forum 15th November 2012, 04:20 AM
Replies: 20
Views: 943
Posted By cgimaster
Re: Buying from iWriter advices ?

Yes it was dead clear loved the example ;), very appreciated, got a lot of ideas from your 2 last replies on how to describe what I want in a clear and direct way.
Forum: Main Internet Marketing Discussion Forum 15th November 2012, 03:33 AM
Replies: 20
Views: 943
Posted By cgimaster
Re: Buying from iWriter advices ?

I like the way you put it, it was a very clear and informative except the CTA part, since I am not native to English would you care to explain "CTA statements" for dummies hehe ?

thanks
Forum: Main Internet Marketing Discussion Forum 15th November 2012, 12:06 AM
Replies: 20
Views: 943
Posted By cgimaster
Re: Buying from iWriter advices ?

Thanks, that is pretty much what I am planning to do based on the previous comments, give it some articles a try and vary the writers and see how good the articles get.

Another thing I was...
Forum: Programming 14th November 2012, 11:59 PM
Replies: 25
Views: 2,715
Posted By cgimaster
Re: How to fetch data from website using php?

More reason not to recommend REGEX, not only it can introduce a lot of bugs depending on the regex that you will have to rework but REGEX is also not noob-friendly.
Forum: Main Internet Marketing Discussion Forum 14th November 2012, 08:20 PM
Replies: 20
Views: 943
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 14th November 2012, 10:29 AM
Replies: 17
Views: 802
Posted By cgimaster
Re: Troubleshoot an htaccess problem

No problem feel free to contact me if u have any other questions.
Forum: Main Internet Marketing Discussion Forum 13th November 2012, 07:24 PM
Replies: 20
Views: 943
Posted By cgimaster
Re: Buying from iWriter advices ?

I see, so even if I get an Elite to do the work I am still submited to get badly written content so its mostly a hunt for writers I like most and keep track of them for later rehire.

As for item 1...
Forum: Programming 13th November 2012, 06:23 PM
Replies: 25
Views: 2,715
Posted By cgimaster
Re: How to fetch data from website using php?

I dont see why you would want to re-invent the wheel when there are plenty libraries for most scripting/programming languages out there that will allow you to parse html without a bogus regex.
...
Forum: Main Internet Marketing Discussion Forum 13th November 2012, 05:50 PM
Replies: 20
Views: 943
Posted By cgimaster
Buying from iWriter advices ?

I have never used iWriter before but it is well recommended everywhere and I was thinking about outsourcing the articles of one site I have.

Since I never used it before I did like some advices...
Forum: Programming 12th November 2012, 03:32 AM
Replies: 1
Views: 589
Posted By cgimaster
Re: Fixing magento ugly URLs

Have you tried installing any SEO plugins ?

http://www.magentocommerce.com/magento-connect/marketing/seo.html
Forum: Programming 11th November 2012, 04:33 PM
Replies: 2
Views: 941
Posted By cgimaster
Re: Retrieving Data From Single Cell In Wordpress MySQL Table

Thats because $res is an array of your query, it pulls the data into a one-dimensional object

echo $res->level;

Also you might want to use:
get_rowInstead of
get_resultsSince you just want 1...
Forum: Programming 9th November 2012, 06:33 PM
Replies: 6
Views: 595
Posted By cgimaster
Re: Deletting from a database with php

Thats why I love PDO you can use bindparam with field type ;)

PHP: PDOStatement::bindParam - Manual (http://php.net/manual/en/pdostatement.bindparam.php)
Forum: Programming 9th November 2012, 12:07 PM
Replies: 8
Views: 848
Posted By cgimaster
Re: 301 Redirects (.htaccess)

Hi Steve,

Could you PM me your currently .htaccess being used as it is, I will take a look and get back to you asap.
Forum: Programming 9th November 2012, 12:51 AM
Replies: 15
Views: 2,262
Posted By cgimaster
Re: Program To Convert PSD -> Proper DIV Style HTML/CSS

For instance backgrounds that you could be make with CSS (lets say you have a red square with text on top of it) I doubt it would understand that square and text should not be exported but rather...
Forum: Programming 8th November 2012, 03:56 PM
Replies: 5
Views: 489
Posted By cgimaster
Re: Script That Shows The Time

Here is a very simple example of a static date time:

<?php
$timezone = new DateTimeZone('US/Eastern');
$currenttime = new DateTime(null, $timezone);
?>
<div id="time">The Current Eastern Time...
Forum: Programming 8th November 2012, 02:21 PM
Replies: 6
Views: 1,654
Posted By cgimaster
Re: remove comment date from wordpress blog

If you have php knowledge you can make a hook to remove the date as a plugin.

Or like it was recommended above, you could add to your CSS theme something like this:

Class
.yourcommentDate {...
Showing results 1 to 56 of 134

 
Forum Jump


All times are GMT -6. The time now is 02:19 AM.