Register Advertise with usHelp Desk Today's Posts Search

Showing results 1 to 45 of 45
Search took 0.06 seconds.
Search: Posts Made By: shahriyar
Forum: Main Internet Marketing Discussion Forum 7th April 2014, 10:22 AM
Replies: 5
Views: 526
Posted By shahriyar
Re: Critique my product creation plan and suggest traffic ideas

Here is my view on it,

1) Depends on the exact keyoword you will target, any general keyowrd will be difficult. However, SEO is never impossible.

2) I would do Faceook PPC, Media buy mainly....
Forum: Website Design 15th March 2014, 10:58 PM
Replies: 9
Views: 508
Posted By shahriyar
Arrow Re: What you LIKE/DON'T LIKE with your current wordpress theme?

A "very" dynamic layout control will be great - I mean the theme layout can be re-arranged and made many different theme layouts (almost ANY layout that user can imagine). And this tool has to be...
Forum: Programming 15th March 2014, 03:04 AM
Replies: 3
Views: 562
Posted By shahriyar
Arrow Re: Aweber question - URL links in follow-up message editor

Does the editor allows you to check the HTML source code? You should check the URL code, I think the HTML is not formed correctly.
Forum: Programming 28th January 2014, 09:07 PM
Replies: 1
Views: 411
Posted By shahriyar
Arrow Re: Need Facebook stats API integration

From what I understand you need to get data from Facebook insight using Insights API => https://www.facebook.com/help/399262596797358/

I think you will get better response posting in the Wanted -...
Forum: Programming 21st January 2014, 09:49 AM
Replies: 6
Views: 598
Posted By shahriyar
Arrow Re: PHP Help

Also, here is a solution without cURL, (2nd answer)
http://stackoverflow.com/questions/3799134/how-to-get-final-url-after-following-http-redirections-in-pure-php
Forum: Programming 17th January 2014, 09:55 PM
Replies: 12
Views: 634
Posted By shahriyar
Arrow Re: How to change style.css sidebar text alignment

Try adding important,
.widget-title{ text-align: center !important; }

Add anywhere in the css file, preferably, at the very end. It's working when I try it with frontend Chrome developer tools,...
Forum: Programming 17th January 2014, 11:07 AM
Replies: 2
Views: 459
Posted By shahriyar
Arrow Re: Ways to force agreement to tos before purchase

You can link a Jquery confirm dialog with your submit button,
http://www.projectshadowlight.org/jquery-easy-confirm-dialog/

Rename the label from "Confrim" to "I Agree".
Forum: Programming 14th January 2014, 07:10 AM
Replies: 17
Views: 843
Posted By shahriyar
Arrow Re: Server Injected via old Joomla install - be warned!

Hostgator is not a bad hosting, many of my clients host there without any problem. But I should warn you, even if you choose another host, don't go with Godaddy hosting, both their hosting and...
Forum: Programming 14th January 2014, 03:59 AM
Replies: 17
Views: 843
Posted By shahriyar
Arrow Re: Server Injected via old Joomla install - be warned!

Joomla or Wordpress, you always have your platform & plugins updated. In most cases hackers use a vulnerability in outdated plugins & themes to break in.

A hacked server can be used for many...
Forum: Programming 14th January 2014, 03:37 AM
Replies: 13
Views: 683
Posted By shahriyar
Arrow Re: How may I easily know PHP?

I got my first basic program running in couple of days of starting. It all depends on how you can grasp concepts & learn.

For book, I recommend,...
Forum: Programming 13th January 2014, 03:03 AM
Replies: 3
Views: 944
Posted By shahriyar
Arrow Re: Connecting to Enom Domain Reseller Account in PHP

Haven't used it myself but I found this class, check it out,
http://www.phpclasses.org/package/3219-PHP-Manipulate-domain-registration-using-the-Enom-API.html
Forum: Programming 12th January 2014, 08:26 PM
Replies: 24
Views: 2,343
Posted By shahriyar
Arrow Re: Learning PHP

I learnt PHP a long time ago with this book,
http://as.wiley.com/WileyCDA/WileyTitle/productCd-0764557467.html

I did not watch those PHP videos, but other videos on that site were quite...
Forum: Programming 11th January 2014, 03:34 AM
Replies: 3
Views: 467
Posted By shahriyar
Arrow Re: Hidden spam links in WP blog

Seems like your site is hacked you have since no idea where that code came from. In many hacked website cases I found malicious code in the widgets, so you should check the theme widgets and see if...
Forum: Programming 9th January 2014, 04:24 AM
Replies: 3
Views: 486
Posted By shahriyar
Arrow Re: Broken links

Using Google Webmaster tools you can submit URL removal request. (Google Index => Remove URLs). You can try it out.
Forum: Programming 8th January 2014, 01:46 PM
Replies: 11
Views: 458
Posted By shahriyar
Arrow Re: I would like to run some standalone online tools inside WordPress page

Yes, true. For this purpose, in terms of better security I think its better to integrate the software (at least validate membership) with wordpress to some extent. Otherwise, users can always steal...
Forum: Programming 8th January 2014, 01:10 PM
Replies: 11
Views: 458
Posted By shahriyar
Arrow Re: I would like to run some standalone online tools inside WordPress page

"does Iframe "eating" the server resources ? "

iframe or without iframe, if the script is hosted on your server, its will use your server's resources.iframe is not significant in terms of using...
Forum: Programming 8th January 2014, 12:05 PM
Replies: 10
Views: 701
Posted By shahriyar
Arrow Re: Facebook App SSL Error: Any solution to this???

It is possible to use free SSL, but most browsers will show warning and block user from the accessing the page by default and ask for confirmation. That's why paid SSL is the recommended choice.
...
Forum: Programming 8th January 2014, 11:57 AM
Replies: 11
Views: 458
Posted By shahriyar
Arrow Re: I would like to run some standalone online tools inside WordPress page

You can convert the script to a plugin and display it, I would recommend that. A quick shortcut will be to display the script on the page in an iframe.
Forum: Website Design 8th January 2014, 02:24 AM
Replies: 6
Views: 437
Posted By shahriyar
Arrow Re: Why some pages don't indexed by search engines?

Yes, like others said it can take some time for google to index them. You can also try pinging the URL(s) => pingler.com
Forum: Website Design 7th January 2014, 05:23 AM
Replies: 12
Views: 597
Posted By shahriyar
Arrow Re: Review my self improvement blog

Nice design, nice layout.

Use SEO links for better indexing. (see permlinks in settings).

Add social sharing buttons to your site, e.g. Google +1, Like, Share, LinkedIn, the most popular ones...
Forum: Programming 7th January 2014, 04:20 AM
Replies: 4
Views: 546
Posted By shahriyar
Arrow Re: WP plugin for paypal button with a tickbox?

Yes, write a simple JavaScript code to do this. Attach a function to the "onsubmit" event of the Paypal buy button from, when user clicks on it, the JS function will check whether the checkbox it...
Forum: Programming 7th January 2014, 03:21 AM
Replies: 5
Views: 640
Posted By shahriyar
Arrow Re: How do you connect an opt-in box with a checkout button?

Here is a concept (not tested),

1) In Getresponse, get the form HTML code and assign it an "id" (e.g. id="mycheckoutform"). Also hide the form "submit" button (style="display:none;").

2) Place...
Forum: Programming 7th January 2014, 02:40 AM
Replies: 7
Views: 600
Posted By shahriyar
Arrow Re: What is the main difference in HTML5 and HTML?

A lot of new stuff in HTML5 and made lot of things much easier (e.g. embedding audio/video without flash etc.).

Check out this link,...
Forum: Programming 4th January 2014, 09:20 AM
Replies: 6
Views: 479
Posted By shahriyar
Arrow Re: word press blog

Site seems to load fine now, I guess the problem is fixed or do you still have an error?
Forum: Website Design 31st December 2013, 12:37 AM
Replies: 21
Views: 671
Posted By shahriyar
Arrow Re: Ok Design is Done! LOOK please review.

I see, then everything should be fine once you complete it. Ajax cart should increase conversion, thats a good plus. Make the other buttons ajax as well (Compare, Wishlist), that will add value to...
Forum: Website Design 31st December 2013, 12:28 AM
Replies: 6
Views: 491
Posted By shahriyar
Arrow Re: Brutal Feedback Please

Here is my own view -
* The color scheme and header is good for general sites, but for affiliate marketing blog you would want people to give a vibe that shows you are serious about it. So, a more...
Forum: Website Design 30th December 2013, 11:57 PM
Replies: 15
Views: 597
Posted By shahriyar
Arrow Re: Review my site please

Here is my review,
* Nice Design, Nice Layout
* Facebook supported opt-in, Good idea.

* Add Footer, links, copyright etc.
* Bottom part -> Popular posts etc. Title font is too big, make...
Forum: Website Design 29th December 2013, 02:44 AM
Replies: 10
Views: 934
Posted By shahriyar
Arrow Re: Subscribe button confusing issue

I debugged the button, the button is a Ajax button. It does send the submit request but your server is returning a "500 internal server error" when it is trying to reach the admin-ajax.php.

See...
Forum: Website Design 29th December 2013, 02:09 AM
Replies: 21
Views: 671
Posted By shahriyar
Arrow Re: Ok Design is Done! LOOK please review.

Forums & Blog are both nice. Nice, Layout, nice design, nice background.

Store is fine, nice ajax buttons. But I cannot seem to find out how the compare button works. Also, you can use...
Forum: Programming 28th December 2013, 10:05 PM
Replies: 3
Views: 352
Posted By shahriyar
Arrow Re: Is This Possible

Yes, with a little work it is possible. Use HTML code from Getresponse to put the email form (instead of js code), for "Thank you" page on Getresponse select "Stay on same page". Then you need to...
Forum: Programming 27th December 2013, 06:42 AM
Replies: 14
Views: 787
Posted By shahriyar
Arrow Re: unlink and unset in PHP

Checkout these links,
http://forums.phpfreaks.com/topic/174640-solved-permission-denied-for-unlink-on-directory/
http://stackoverflow.com/questions/13594898/permission-denied-php-unlink
Forum: Website Design 23rd December 2013, 12:45 AM
Replies: 24
Views: 913
Posted By shahriyar
Arrow Re: New Community Forum Please Review It

Well, that's some great stats indeed! Good luck buddy.
Forum: Website Design 22nd December 2013, 12:15 PM
Replies: 5
Views: 540
Posted By shahriyar
Arrow Re: Hey do you guys know how to make custom "push button" links?

For press buttons you may check out these resources :
- http://www.bestcssbuttongenerator.com/

- http://www.jotform.org/css3/pure-css3-button-press-animation/
Demo -...
Forum: Website Design 22nd December 2013, 11:55 AM
Replies: 4
Views: 377
Posted By shahriyar
Re: Can Someone Recommend A Better Link Color For My Website?

You can also checkout this color scheme generator, http://www.perbang.dk/color+scheme/

In this tool you can enter a main color and it will give you related colors (with hex codes as well).
Forum: Website Design 22nd December 2013, 09:53 AM
Replies: 6
Views: 399
Posted By shahriyar
Arrow Re: How to get the customer's info?

I have attached an IPN guide as attachment. You can check and also you will find guides on Google,...
Forum: Programming 21st December 2013, 09:34 PM
Replies: 6
Views: 2,257
Posted By shahriyar
Arrow Re: Create Cron Job to refresh post?

In that case you need a cron job like this -
http://stackoverflow.com/questions/7251582/how-to-call-a-url-periodically-form-a-linux-box-cron-job

See second answer, Instead of calling the...
Forum: Main Internet Marketing Discussion Forum 21st December 2013, 08:18 PM
Replies: 17
Views: 906
Posted By shahriyar
Re: Which of these is better way to make money in long run?

I have experience with Amazon affiliate program, I have sold tablets from Amazon via affiliate marketing, it sells. The sales are more or less constant every month (once you get it rolling) and...
Forum: Main Internet Marketing Discussion Forum 21st December 2013, 07:56 PM
Replies: 37
Views: 1,226
Posted By shahriyar
Re: Finally Hit my $100 day turned into $257 for the week.

Great stats buddy, keep it up & you will surpass your investment easily. Good luck :)
Forum: Mind Warriors 21st December 2013, 01:14 PM
Replies: 7
Views: 594
Posted By shahriyar
Arrow Re: The Best Thing That Happened To Your Business This Year?

The best thing that happened to my business is that I have been able to finally release a couple of new software that I have been planning for quite a while. And the best thing that happened to me is...
Forum: Mind Warriors 14th December 2013, 07:51 AM
Replies: 17
Views: 961
Posted By shahriyar
Arrow Re: Where to start for newbie

Your are at the right place, there are lot of free stuffs on the forums. Your might also consider joining the War room which has a lot of valuable free content/courses. Mainly, you need to read a...
Forum: Programming 13th December 2013, 10:20 PM
Replies: 1
Views: 359
Posted By shahriyar
Arrow Re: Create an App that People can Embbed on their Websites

I am assuming that you want to create a website or page where people enter their website and get a JS code to embed on their website or anywhere else and the code with display their chosen website...
Forum: Programming 13th December 2013, 10:02 PM
Replies: 8
Views: 643
Posted By shahriyar
Arrow Re: Need a Text to Html Tool Converter!

Hi,

First put your text (with links) through this tool,
http://www.hyperorg.com/misc/ConvertURLsToLinks.html

And then put your text (with links) through the Text to HTML tool,...
Forum: Main Internet Marketing Discussion Forum 27th July 2011, 12:09 PM
Replies: 8
Views: 2,560
Posted By shahriyar
Free Video Chat Plugin for Wordpress

Hey Guys,

I was browsing around yesterday and found this cool wordpress plugin. It's a video chat plugin for wordpress and the best part is its free.

I tried this out with my buddy and had...
Forum: Main Internet Marketing Discussion Forum 10th July 2011, 07:44 PM
Replies: 16
Views: 22,286
Posted By shahriyar
Facebook Like Button not working (auto Unlike problem) and the Possible Fix

Hello Warriors,

[Not sure if this was posted before, but gonna post it anyways hope it helps someone]

Recently I have noticed the Like button not working on ~50% of the pages on my blogs.
...
Forum: Main Internet Marketing Discussion Forum 7th June 2011, 01:16 PM
Replies: 15
Views: 750
Posted By shahriyar
Re: Outsourcing Disaster!

Woah, I was totally into it when I was reading through your story. You write pretty well buddy, you made me panic lol!

Yes, outsourcing can be risky if you are not working with a decent guy. ...
Showing results 1 to 45 of 45

 
Forum Jump


All times are GMT -6. The time now is 08:53 AM.