user can be attract towards my site

I want To earn From home that’s why i am thinking about own a website.So Would it be possible earning from a website by adsense ? what kind of website i should make so user can be attract towards my site ? Please Give me helpful suggestions.

I don’t know, maybe something about ESL?

No gym for home, work out floor with 30, but is it for 20 like 30 lb when you no lift it to be for men, for 30 lbs instead? or half is 10 for 20 pounds?

UMM HOW i word this… ok u take 20 lbs no lifting for 30lb if guy, so divide 2 u dont sit, u get 10 but for guy it no 30, so 20 would be for guy if u werent a girl ?

Continue reading

Google Analytics - What’s the best online training to learn all about it.

I’ve been using Google Analytics forever to view stats on websites, but now clients are wanting more detailed info and reports and I’m realizing I haven’t kept up with all of its capabilities. Any good online resources/training?

if you search around I think google has it’s own training and certification program built in. I know there were videos at one time.

Where it gets complicated is in goal tracking. The rest is still pretty much idiot proof.

Continue reading

Where is the CSS code when Chrome Inspector says (program)?

Im trying to make the div .top_footer on this site #47aede
When I add the code it doesn’t change and when I inspect it, the code I added crossed out and another css element is keeping it #A48E5

.top_footer, .blog-article dl dt, .blog-article.large_2 .post_type, .tp-caption.big_white{background-color:#A48E5D}

This code isn’t in any of the css files and google chrome’s inspector is saying its under (program)

Continue reading

how do I center these with CSS? And align questions

I have two tables inside a div and I am trying to get them centered. I have them set to align="left" so they appear on the same line, and I gave them margin=10px so they aren’t touching each other, but how do I get them centered within the div?

Here’s what it looks like now:

I want them centered with 10px of space between each other.

align=center didn’t work.

Using html <center> didn’t work.

margin-left: auto and margin-right: auto doesn’t work.
Continue reading

Automate Craigslist posting?

Hi guys,

What options are there that you’d recommend for craigslist posting?

I run a small chain of businesses, four locations. I have multiple versions of each post, and to stay near the top- need to post about once an hour (x4 locations).

There are services that charge $1 a post, which isn’t exorbitant for my needs, but I’d be shocked if there wasn’t a cheaper/better way. Also don’t want to upset CL..

Any recommendations?

Continue reading

PHP Gurus v. Arrays on Arrays

The result of my DB query is an array as follows:

Array
(
    [1] => Array
        (
            [ID] => 1
            [TITLE] => System Administrator
        )
    [2] => Array
        (
            [ID] => 2
            [TITLE] => Attendance Secretary
        )
    [3] => Array
        (
            [ID] => 3
            [TITLE] => Guidance Counselor
        )
    [4] => Array
        (
            [ID] => 4
            [TITLE] => Teacher
        )
    [5] => Array
        (
            [ID] => 5
            [TITLE] => Parents
        )
    [6] => Array
        (
            [ID] => 6
            [TITLE] => Students
        )
    [7] => Array
        (
            [ID] => 12
            [TITLE] => Data Tech
        )
    [8] => Array
        (
            [ID] => 13
            [TITLE] => Parents II
        )
    [9] => Array
        (
            [ID] => 14
            [TITLE] => Khurshed prof
        )
    [10] => Array
        (
            [ID] => 19
            [TITLE] => Attendance Clerk
        )
)

Now I need to convert this to a new array such that the value in [ID] is the key and the value in [TITLE] is the value associated with said key.
Continue reading

Is it unethical to skip your own middlemen?

Say you own an SEO company.

Say 50% of your clients are other "SEO companies" who don’t actually do any SEO work but just outsource it to you.

If their client asks them a question, they ask you, then relay what you say back to the client. So you do all the work (because you’re not outsourcing it to anyone) and you answer all the questions and all they do is take the client’s money and give you some of it.

You can tell because the website you are working on is and your client’s email address is .
Continue reading

PHP help

I have a tour date section on a wordpress website
the php code is wrapped in 2 containers on the page

css

/* touring section */
#touring-section {height: 525px; width:90%; background: rgba(0,0,0,.5); color:white; text-transform:uppercase; margin-top:2em; margin-bottom:2em; padding-bottom:25px; font-family:arial; overflow-y:scroll}
#touring-section .heading { margin-bottom:25px}
.touring-rows { padding: 1em .5em; margin: 0 1.5em; border-bottom: 2px solid white; transition-duration: .2s; overflow:hidden; }
.touring-rows:hover { background:black; color: #ffff77}
.touring-rows div { width:25%; float:left; text-align:center; }
.touring-rows div a { color: #fff}
.touring-rows div a:hover { color: #ffff00}
.touring-rows div:first-child { text-align:left}
.touring-rows div:last-child { text-align:right; font-weight:bold }
@media only screen and (max-width: 768px) {
	.touring-rows div { width:50%; text-align:left!important; margin-bottom: .5em}
}
@media only screen and (max-width: 350px) {
	.touring-rows div { width:100%; text-align:center!important }
}

PHP
Continue reading