<M/> 170 Why so serious? Featured Poster

You can create your own library using spotify, just add it to your library and it is like using itunes

<M/> 170 Why so serious? Featured Poster

Hi, i have been search for an answer for this for a few hours now and i finally got frustrated...

soooo... how do you create a redirect link that redirects users back to last page they were on? Lets say they are on page A and they visit my site, how do i get it so that they go back to page A and never have access to the page.

Would i have to tweak the .htacess page using php?

<M/> 170 Why so serious? Featured Poster

Why not get spotify/pandora and listen to their radio. They got a decent collection (i use spotify)

<M/> 170 Why so serious? Featured Poster

I AM ALIVE! :D

Hmmm... now off to closing this thread... somehow...

<M/> 170 Why so serious? Featured Poster

cold

<M/> 170 Why so serious? Featured Poster

I wish this feature existed when i first joined.... good feature :D

<M/> 170 Why so serious? Featured Poster

That's a hard one, you have already included most of them and made them look user friendly.

How about a top chart for: endorsements and total rep. points.

An app (if you want to stand out)

How about a daniweb wiki page? I think that could be very time consuming... but it is a pretty cool feature that some forums have like php.net

<M/> 170 Why so serious? Featured Poster

Mobile-friendly would be very good indeed :)

Indeed it is! And so would an app! ;)

Hey, what happened to the guy working on the Android app for Daniweb?

<M/> 170 Why so serious? Featured Poster

Legpress:
-Warm up at 700
-3 sets of 15 reps at 1100

How far do you take your knees to your body? Normally, I train with 14 45lb (over 630, if you count the default weight of the leg press itself) plates on the vertical leg press and take my knees from straight to knees basically touching my chest (at 30 reps, 5-6 sets ;D)

<M/> 170 Why so serious? Featured Poster

Hmmm... i think i am interested in submitting some tutorials in the web design forum... :D

<M/> 170 Why so serious? Featured Poster

shores

<M/> 170 Why so serious? Featured Poster

What is the dark web or hidden web and how do i find it.

what is the reason on why YOU want to visit a dark web page...

<M/> 170 Why so serious? Featured Poster

If you want to promote websites in other country, you can promote through social media.

Too obvious....

Join relevant community, groups fromm different different countries and share your information there.

That one i have not heard yet from anyone in this thread

<M/> 170 Why so serious? Featured Poster

Personally, i think you should talk to your boss and have him do the majority of the face to face meetings while you are developing in your office. You are some other developer should only take over if your boss's schedule is tight and same to you guys.

That is my personall opinion...

<M/> 170 Why so serious? Featured Poster

It's like the Hunger Games going from a commentary on class warfare to a movie about an extreme reality show (which is, of course, an infinitely simpler and far less interesting issue).

Lets be honest here... the hunger games (book or movie) was always ####...

Also, i think Gravity may win some oscars this year :D

<M/> 170 Why so serious? Featured Poster

I'm going to see Gravity next Friday with my family, was there a lot of action?

Well, there was a lot of great acting, great story line, great special effects, and it did have an appropriate amount of action :D You will like it, trust me...

Would you like some spoilers? ;)

<M/> 170 Why so serious? Featured Poster

I have no desire to see World War Z. I understand that they took out all of the political and social commentary that was in the book and turned it into a "Brad Pitt saves the world" action flick.

Anything with Pitt typically is a film like that (""Brad Pitt saves the world" action flick.")...

<M/> 170 Why so serious? Featured Poster

Pop chips, bbq flavor:D

<M/> 170 Why so serious? Featured Poster

Adrian Peterson

He is awesome! One of the best players to ever play for the vikings!

<M/> 170 Why so serious? Featured Poster

Wilson (its like the only one i know)

Favorite vacation spot.

<M/> 170 Why so serious? Featured Poster

You did.

<M/> 170 Why so serious? Featured Poster

the

<M/> 170 Why so serious? Featured Poster

then you may benefit from using cms, like joomla or drupal.

Not really. if you are good with php, then yes use those 2 cms's... its better to use wordpress

These use PHP and you'll need to understand the nuts and bolts of the language with a bit of OOP thrown in, in order to get a firm grip on them.

now that i agree with ;D

I don't think there are any easy shortcuts in webdev though, having said that. If the client phones you up complaining that his new shiny site for which you charged him $$$$ doesn't work in IE7 or he keeps getting nonsensical error messages, then you better know what you're doing and remedy the situation - fast.

Well said :D

<M/> 170 Why so serious? Featured Poster

I am pretty sure they figured it out by now...

<M/> 170 Why so serious? Featured Poster

Your collecting guritar apps? What is a guritar...?

<M/> 170 Why so serious? Featured Poster

you can use cms for the responsive design

@johmny, that isn't helpful...

please check here and try undestund my problem www.zunaphone.com

I will look at your site and try to make some tweaks to the code, in the mean time, you can keep tweaking your code or wait for another person to assist.

<M/> 170 Why so serious? Featured Poster

Why do you have duplicates of the same styles also, through out your css, you forgot to close each style. Also, you should "px" after each 0 you put, unless you want to use percents (which most people use for responsive designs).

Here is what i came up with (i didn't use any editor other than the one on daniweb, so there maybe a mistake or two)

@charset "utf-8";
/* CSS Document */

@charset "utf-8";
body {
    font: 100% Verdana, Arial, Helvetica, sans-serif;
    background-color: #F8F8F8;
    color: #000;
    margin-right: 0px auto;
    margin-bottom: 0px auto;
    margin-left: 0px auto;
    margin-top: 15;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.container {
    width: 100%;
    max-width: 1600px;
    background-color: #FFFFFF;
    margin-right: auto;
    margin-bottom: 0px auto;
    margin-left: 0px auto;
}
.sidebar1 {
    float: left;
    width:100%;
    max-width: 180px;
    background-color: #EADCAE;
    padding-bottom: 10px;
}
.content {
    float: left;
    width:100%;
    max-width: 840px;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
}
.sidebar2 {
    float: left;
    width:100%;
    max-width: 180px;
    background-color: #EADCAE;
    padding: 10px;
}
<M/> 170 Why so serious? Featured Poster

I am actually kind of curious to know how it is done myself...

<M/> 170 Why so serious? Featured Poster

do you have a sample of your current code?

<M/> 170 Why so serious? Featured Poster
<M/> 170 Why so serious? Featured Poster

thankfull for all my friend i think i have undestund but still i dont see where is my mistake i need help

Okay... lets start from scratch.

What are you trying to achieve and what have you tested so far.

<M/> 170 Why so serious? Featured Poster

Fortunately, i have not been hacked yet. I some how suspected this to happen to adobe. It seemed kind of obvious.

<M/> 170 Why so serious? Featured Poster

i'm not prefessional web-designer couln't be here if i was

He wasn't giving you professional advice nor was he giving you anything very hard. He was giving you elementary but helpful advice that most beginners should understand.

@media only screen declare the size of screen right ???

Here, this should help you understand @medias a little better: http://www.w3schools.com/css/css_mediatypes.asp

<M/> 170 Why so serious? Featured Poster

@LastMitch, was it one of those cardboard tasting cakes or did it taste good?

<M/> 170 Why so serious? Featured Poster

I am wondering what are the teachers training for?

No idea :D

<M/> 170 Why so serious? Featured Poster

Gravity was a pretty darn good movie.

<M/> 170 Why so serious? Featured Poster

What holiday is that?

Not exactly a holiday but a teacher's training day ;) it was technically a holiday for us though...

<M/> 170 Why so serious? Featured Poster

Why would anyone create a code that hijack someones computer?

Maybe wants to figure out how to put a virus on someone's computer or some other file in someone's computer....

<M/> 170 Why so serious? Featured Poster

Congratulations! You're no longer a DaniWeb newbie.<br /> <br />
Your DaniWeb account has just been upgraded from newbie status and now you have the ability to take advantage of everything the community has to offer.<br /> <br />
You can now enjoy an advertisement-free DaniWeb by ticking the checkbox to Disable Ads in your profile. You will no longer have to fill out the human verification check when you post. You can also now send unlimited private messages, participate in live chat, contribute new code snippets, and tag articles with never-before-used tags.

Huh?

<M/> 170 Why so serious? Featured Poster

I've gotten too used to TextPad but if I could ever find CygnusEd (editor from my Amiga days) I'd switch in a heartbeat.

You mean these, Jim?: http://www.cygnused.de/index-de.php
http://www.vesalia.de/e_cygnused.htm

<M/> 170 Why so serious? Featured Poster

In that case, i can not replicate the problem...

<M/> 170 Why so serious? Featured Poster

What kind of file are you trying to download (now i am interested to hear this...).

I know its possible to figure out if a user visits a page but why would you want to download a file for EVERY SINGLE USER visiting the page?

Also, what have you tried out...?

<M/> 170 Why so serious? Featured Poster

I once thought we had school on a friday... i was standing in school for an hour, not realizing there was no school because of a holiday

And that was yesterday...

nitin1 commented: hahha.... :p +0
ddanbe commented: Like your new avatar; funny and creepy at the same time! +0
<M/> 170 Why so serious? Featured Poster

Okay, i tried to replicate pritaeas's problem... nothing happens that would be considered a problem....

<M/> 170 Why so serious? Featured Poster

You're able to reproduce the bug, Michael? Everything seems to be working fine for me?

Oh no... i was just motivating you to solve pritaeas's problem :D I personally don't see anything weird....

<M/> 170 Why so serious? Featured Poster

I can't reproduce this.

Yes you can. How did you make it in the first place?

<M/> 170 Why so serious? Featured Poster

My biceps don't grow well just from compound movements, so I use curls to get better results.

They probably only will work for me if wear some really tight straps (canceling blood flow) and inject steroids in to my arms plus take some extreme muscle supplements curling 200+lbs ;)

I guess everyone's bodies are very much different... or i just don't know how to curl properly (which i am certain isn't the case) :D

<M/> 170 Why so serious? Featured Poster

I don't do any form of cardio at the gym that doesn't come from lifting weights. However, I do play tennis, which is excellent cardio. :)

tennis is a great cardio... too bad i suck at it :( But fortunately for me, my favorite cardio is sprinting (burns fat, gains muscles and definition) ;)

Rep ranges vary depending on the exercise and current progression on weight. I pick a weight that gets me 5 reps where I start to struggle on the last rep, and increase reps until I can do about 10 without struggling, then reset with a higher weight.

I am the opposite, i start heavy and go down to the lightest except the heaviest rep should allow me to the do at the minimum of 25 reps on whatever workout ;D

Additional Upper
Face pulls
Biceps curls
Triceps presses
Pullovers

Hmmm, i never seemed to like any form of curling weights... they don't anything. I am more of a fan of chinups w/ leg raises (weighted) or widegrip pull ups w/ leg raises (weighted) ;D

But hey, the huge trick into getting in better shape is your diet and rest (sleep)... that covers 90% of the job ;)

<M/> 170 Why so serious? Featured Poster

No need..thnks i'l work hard..:)

Now that's the spirit, feel free to ask questions (if your efforts are evident :D)

<M/> 170 Why so serious? Featured Poster

After spending all day on this, I decided I can't give up so quick. Trying again.

Now that's the spirit! Keep working :D

I just had to do that :)