Jump to content

shelfimage

Member
  • Posts

    106
  • Joined

  • Last visited

Posts posted by shelfimage

  1.  

    Link1
    • Choosing a quality childcare provider is one of the most important decisions a parent will ever make. It can also prove to be one of the most difficult decisions to make. We encourage families to be fully informed about their options. To choose child care wisely you need an awareness of what quality child care is, how to recognize it, and how to find it. To help you meet this challenge, we at Building Blocks Home Daycare offer parents with the following resources to help guide you. We urge parents to take advantage of the resources provided, by using the following helpful information when searching for a childcare provider; as each and every word herein was written with your child?s safety and happiness in mind, and with his or her best interests at heart. The following information is a complete and thorough step by step process to finding, eventually selecting, and keeping a quality family home daycare.

     

    Link2
    • Diabetes, as it relates to blood sugar, has always captured my interest because of its direct effect on one?s body composition. Diabetes is the result of problems with the pancreatic hormone, insulin. Insulin controls the amount of glucose, otherwise known as sugar, in the blood and the rate at which glucose is absorbed into the cells. The cells need glucose to produce energy. In people with diabetes, glucose builds up in the bloodstream instead of being taken into and used by the cells, leading to abnormally high levels of glucose in the blood. Eventually, hyperglycemia (high blood sugar), leads to damaged blood vessels, which in turn may cause eye disease, heart disease, nerve damage in the limbs and internal organs, and kidney disease.

     

    Link3
    • Hello! My name is Eric Watson and amoung other things I am a male model. I also built this website, so I am not just a "pretty face". And as you can see by my portfolio, I've been around the bush as it were. Therefore, it's safe for you to assume that I know what I'm talking about when it comes to the world of modeling. My hope is that this article helps you on your journey to become a successful model, or at the very least, helps you navigate through it's merky waters!

      Hmmm... male modeling, where should I begin? First I will assume those reading this are aspiring models themselves. Either that or you?re looking for information on how to further your carrier as a model. In this article I will try and explain what this vague subject of male modeling is, and what it is not. I will explain how I became a successful model, and I will suggest ways that will help you do the same. We will examine the do's-and-don'ts of this often superficial and shady world. We will also go over what you should expect and what you should not expect; be it your own success or your failed attempt. And lastly, I will briefly get in to what I enjoyed about modeling and what I didn't.

      First let?s get into the attributes one must first have to even have a chance of being a model in the first place. Misconception number one: you have to be good looking - false! Sure it helps to be attractive, but it is not a necessity. A model can either be good looking, or equally as valuable if not more, unique looking! Or of course a combination of the two, like myself fore instance (just kidding, Ha Ha, He He). Misconception number two: you have to be tall - true and false! Modeling agencies, and clients alike, prefer their models to be between 6'0" and 6'2" and boast a 40 regular suit size. However with that said, there are plenty of exceptions to that rule as well...

     

    Link4
    • Welcome, my name is Eric and I am the owner and landlord of this unique triplex located in the heart of beautiful Carlsbad, CA. I take great pride of ownership in my property, and I believe it shows.

      If there happens to be a unit available at the time you are reading this, and you feel like you may be interested in taking a closer look, then great! Contact me and we can set-up a time to view the unit that works for you. If you like what you see, but there are no units currently available, you may place yourself on a waiting list by submiting your information via my contact form. Thank you very much, and I look forward to meeting with you!

     

    Link5
    • Restless legs syndrome (RLS) otherwise known as the ?wiggly legs?, plagues thousands of people each and every night. Most of us have experienced this at least a couple times in our lifetime.You?re laying there in bed trying to go to sleep, but your legs have a completely different agenda - sound familiar? Your legs may feel wiggly, itchy, or a tickling sensation, and you may feel this overwhelming need to move them. This is Restless legs syndrome. Well, if you?re bothered by this problem and you?ve happened to have stumbled across this article, you?re in luck; I?m going to fix it for you! Or even if you don?t suffer from RLS, but you find that you have trouble sleeping for what ever reason, the following tips will work wonders for you as well!

      Magnesium is a natural mineral found in lots of the foods we eat. Magnesium is what I rely on to give me my restful night's sleep. Simply put, magnesium relaxes muscles! (Note: therefore, if your muscles are relaxed your brain will follow. Equally, the opposite will usually hold true as well. If your brain is relaxed, your muscles will follow). Adversely, calcium contracts muscles. Therefore, when taking either it?s always a good idea to take them in conjunction with one another, and at a ratio of 2 to 1. That is, 2 parts calcium and 1 part magnesium. That?s why, when purchasing either of these minerals at the store you will usually find this ratio. It?s common to see them somewhere in the neighborhood of 500mg calcium to 250mg magnesium. I?ve been told by a nutritionist that you could actually give yourself a heart attack by taking too much of one and not the other over a long period of time (remember, your heart is a muscle too). I don?t know if this is true or not, but either way - don?t do that...

     

  2. I read that with IE8, there is the capability to view pages as if you were in IE7 or IE6. Does anyone know anything about this? Is it true? If so, is it an accurate representation of those versions?

     

    Sounds pretty great if so. Less computers to bounce around to for testing.

     

    here's an article I wrote a while ago

    http://www.killersites.com/magazine/2008/here-comes-internet-explorer-8/

  3. IE did this to accept content from Netscape browsers so long long ago and kept it:

    from wikipedia:

     

    The earliest example of this is Internet Explorer's use of a User-Agent string beginning "Mozilla/ (compatible; MSIE ...", in order to receive content intended for Netscape Navigator, its main rival at the time of its development. This was not a reference to the open-source Mozilla browser, which was developed much later, but to the original codename for Navigator, which was also the name of the Netscape company mascot. This format of User-Agent string has since been copied by other user agents, partly because Explorer, in turn, came to dominate.

  4. I'm trying to put a tooltip link on an image map but not sure if that's possible. Has anyone had success with that?

     

    Tool tips are generated by using alt="" for IE browsers and title="" in all other browsers. So in your try adding one of each. ;)

  5. FormA uses a PHP form mail script that sends an email to the recipient, sends and autoresponder to the user, and forwards the user to their confirmation page to review what they submitted.

     

    FormB is the other form which includes hidden id variables and strings using a POST method to connect to a https:// payment url. The hidden variables hold merchants account number and some other information specific to its function. It does not need to transmit data from FormA.

     

    So Form A and B are completely independent of each other. and ultimately we would like 1 button to trigger both forms.

     

    Right now user sees Form B's button on Form A's thankyou page. They fill out the form, go to the thank you page and press another button to go to the payment page. which works but adds 3 extra steps.

     

    I thought about a JS solution and maybe cURL to carry out the action of Form B I kind think the solution would be PHP based because if the form can sen out an autoresponder, error warnings to admins I think it could send out data to another predetermined URL maybe using a GET method.

     

    any thoughts?

    .

  6. my stance is no more alternate content for IE6 and that is equal to not supporting it. I do not advocate popups or badges that appear if IE6 is being used b/c that is considered alternate content.

     

    For example, no more alternate CSS, no more alternate images, no more JS to make things work in IE6 (trans pngs, menus), no more IE expressions and filters.

  7. John,

     

    Do you think it can be set to where when they login that it will direct them to only ONE page of the site (thus access no other pages on the site)? I have been researching a particular business to contractor management system that will allow restricted access to each project on the site.

     

    Here's the link of my original post in this regards.

     

    I haven't done this yet, but it is supposed to be possible. There is this mod that may help: http://dev.cmsmadesimple.org/projects/feupermission

     

    Other modules that may help as per your other post:

     

    http://dev.cmsmadesimple.org/projects/customcontent

     

    http://dev.cmsmadesimple.org/projects/securefile

    http://dev.cmsmadesimple.org/projects/kfm

    http://dev.cmsmadesimple.org/projects/file-list'>http://dev.cmsmadesimple.org/projects/file-list-table'>http://dev.cmsmadesimple.org/projects/file-list-table

    http://dev.cmsmadesimple.org/projects/file-list

    http://dev.cmsmadesimple.org/projects/file

     

    http://dev.cmsmadesimple.org/projects/newsletter

     

    http://dev.cmsmadesimple.org/projects/feucalendar (may not be stable?)

     

    http://dev.cmsmadesimple.org/projects/userdirectory

    http://dev.cmsmadesimple.org/projects/feuserlisting

    http://dev.cmsmadesimple.org/projects/memberads

     

    http://dev.cmsmadesimple.org/projects/feupaypal

  8. You can use excel for this but save as a either a comma separated or tab separated text file (.txt).

    If the list she has is already tab separated then you might be able to import using that. might try using a space separated list too because I think you can specify the delimiter using phpmyadmin to import it.

  9. sure!

    that does sound right - using the self registration module.

     

    ...put in one group of users when they register and then the owner will have to manually switch the group so they can view the content.

     

    This is similar to other systems that allow admins to approve new users. If it is open then there is no way to regulate who gets in... and it is a painless process. When in the FEU admin, go to the users tab and click the username to modify. A new screen opens allowing you to choose what groups the user should belong to.

     

    feugroupsrf4.th.jpg

    click here for full size: http://img383.imageshack.us/img383/8579/feugroupsrf4.jpg

     

    But, the initial set up of the FEU admin is not very clear. Here are the steps to do after installing the module:

    1. create a User Property - do not use password or username b/c those are already set up. Even if you do not need an additional user property field, one has to be set up. Maybe use Name, or Location.

     

    In the next step the user property can be hidden and not used, optional, or a required field for login.

     

    2. Now you can create a Group - this can be the group that users are assigned by default. Maybe they can gain access to a landing page or a blurb of content before being granted full access.

     

    3. Now you can create a user in the backend to test.

     

    4. the other frontend steps can be carried out from here - add the template tag, style the forms, etc...

  10. When you mention IE, what version - 6 or 7? It looks ok in 7 and based on the code below it is probably 6 with the problem because you will have a double margin bug. I left the two items that matter:

     

    #menu {idee-regalo.css (line 554)

    float:left;

    margin-left:25px;

    }

     

    Anytime an element is floated left and has left margin, IE6 will double that margin. Same with float right and right margin.

     

    Solution:

     

     

    #menu {idee-regalo.css (line 554)

    display:inline;

    float:left;

    margin-left:25px;

    }

     

     

     

     

    do the same with ths:

     

    #varie {idee-regalo.css (line 616)

    display:inline;

    float:left;

    margin-left:25px;

    margin-top:-1px;

    text-align:center;

    width:150px;

    }

  11. I cna't believe 2 days went past without me checking the boards - shame on me! :rolleyes: Let me know if I didn't answer your question earlier and let us know what you find out the registration form.

     

    ...for archive purposes - Logins are available using the Front End Users module and a single template tag needs to be added to the template that will be used for the private pages. The module has an admin screen available to manage front end users.

  12. *Devil's Advocate*

    On the other hand, if everyone else drops support for IE6, then maybe I can create an alias that promotes services to fix broken websites to display in IE6 and other non compliant browsers. I might make a few extra bucks smile

     

    Only until IE8, after that all they need is the meta tag to trigger IE6 mode and your out of income again... ;)

    Dang! IE crashes my party again! :lol: Thanks goodness the emulate meta tag has been reported as unreliable by many testers. :sarcasm:

  13. If you are sure your sites look OK except for pngs, then perhaps you can ignore IE6.

     

    However, many people find that IE6 causes a jumbled appearance as doubled margins cause divs to drop down to a lower level, we often have to sort out IE6 problems like that here. I think website designers should at least look at their pages in IE6 and if the layout is a disaster, something has to be done.

     

    I should say that I would never let a site get released that is completely jumbled in IE6. And, I will still look at it in IE6 for curiosity's sake. If it is completely jumbled, then I did something horrible in the html or css that needs to be fixed anyway.

     

    What I don't want to do is include alternate content delivered by conditional comments or JS hacks (or CSS hacks which I stopped several yrs ago). I have no problem adding display:inline to the my floated elements that have margin applied in the same direction as the float to make sure a site isn't jumbled.

     

    floated-box {

    display:inline;

    float:left;

    margin-left:20px;

    etc...

    }

     

    So, I guess that is supporting IE6 in some manner but I don't consider that a hack or something that has to be delivered in an alternate CSS or JS file for IE6. I should not be so quick to completely disregard IE6. but at the same time, I feel that a substantial movement has to be made by the community for the good of all - the user, the designer, the developer. Otherwise, we are playing the role of an enabler.

     

     

    *Devil's Advocate*

    On the other hand, if everyone else drops support for IE6, then maybe I can create an alias that promotes services to fix broken websites to display in IE6 and other non compliant browsers. I might make a few extra bucks :)

×
×
  • Create New...