Jump to content
xisto Community

Search the Community

Showing results for tags 'Forms'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Help & Support
    • Alerts, News & Announcements
    • Web Hosting Support
    • Introductions
  • Computers & Tech
    • Science and Technology
    • Software
    • The Internet
    • Search Engines
    • Graphics, Design & Animation
    • Computer Gaming
    • Websites and Web Designing
    • Mobile Phones
    • Operating Systems
    • Programming
    • Online Advertising
    • Hardware Workshop
    • Computer Networks
    • Security issues & Exploits
  • Others
    • General Discussion
    • Business Forum
    • Photography
    • Health & Fitness
    • Dating And Relationships
    • The Vent
    • Art & Creativity
    • Home & Garden

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Location


Interests

Found 3 results

  1. I kind of become inspired over the weekend to actually read some web design books all thanks to the series of books by the publisher A Book Apart. Right now I am on book three of the series 'The Elements of Content Strategy", but I thought I catch myself up on reviews. I previously reviewed the first book "HTML5 for Web Designers", which you can read here and so I will be reviewing book #2, called "CSS3 For Web Designers" written by Dan Cederholm. Before I begin my review I would to point out this book is completed outdated in the sense that this was written in 2010 and since then CSS3 has updated a lot in the three years that this book came out. However, being a perfectionist in some weird way I still read the book knowing that fact. Like the first book, "CSS3 For Web Designers" is a light read at 120 pages and the point of this book was to let people know, back then, that many of the browsers such as Firefox 3, Chrome, Safari, Opera, and Internet Explorer 9 could have some of the CSS3 built already into their perspective browser engines. Such as the ability to use transitions, animations, hover effects, border radius, text shadow, multiple backgrounds (parallax), and even RGBA. So, Cederholm packs in a lot information and examples to show you how powerful CSS3 would and has become since it was first introduced. As for the reading itself, its light and fun and doesn't really get to technical with some of the CSS3 concepts of which I know everyone will enjoy. On top of that, the author takes the time to explain everything and I will say this, I had a better understanding of the code what I could do instead of visiting a few hundred websites or using generators. Granted, I still will use them to get through the quick stuff, though I wish they had a parallax generator I could work with. Might have to do some searching later about that. But most enjoyable about this book is that he provides sample website he used to apply the CSS3 features and of course provided a couple of pages worth of useful links and resources to help get your hands dirty with CSS3 and attempt to stay current with the code. As for who this book is for, hard to say really just because most of the information is old and outdated. Though if your a perfectionist like I am when it comes to numbered books you may want to collect it in order to have all the books. Is the book critical reading? No but if your looking to take a break coding websites or whatever and need a light read, this books will help relax your brain a bit and who knows give you that aha moment.
  2. To make the guide simple enough. I will have 4 checkboxes and number them 1, 2, 3, 4 Next, you add in a subform by going to Insert > Standard > Subform. For tutorial sakes and testing purposes I will put in a blank textbox to make sure the process is working correctly. Now, make sure you have the subform selected and in the object window, click on the subform tab and then Presence. In the drop down select invisable and this will make your subform invisable in the PDF. The next step is to select your check boxes to make the sub form disappear. We will use Checkbox 1 and Checkbox 3 as the two checkboxes that will make the subform visable again and so right click on Check box 1 and section Actions. In the condition column set your Checkbox to Is Checked and then hit the plus sign to add another object. Now click on the object link and select Checkbox 3 and select Is Checked. You will now notice that they are linked which means you to have both of them checked in order for the subform to appear. In the result column select Show or Hide Object and then click on the object link again and this time select the Subform as the object. In the dropdown, select visable. Hit ok and now it is test time. Hit the Preview PDF tab and it will open up your PDF and click on Checkbox 1, nothing should happen, now click on Checkbox 3 and your subform will appear along with the text field that is inside. Now to make the subform invisable again, right click on Checkbox 1 and select Actions. This time we are going to create a new action and so click on the Icon next to the trashcan. Now add Checkbox 1 and 3 into the condition fields and selected unchecked. Now you will notice on the rink the link and it says and on it, click it and it will change to or. This means if the user uncheckes either Checkbox 1 or 3 the subform will disappear.
  3. In this review, I will be talking about a book, though almost a couple of years old, provides a interesting insight or rather how far HTML5 has come since this book came out. Titled "HTML5 For Web Designers" was written by Jeremy Keith in which he talks about HTML5 and what is about to come and or available and while most of what is in this book is old news by now. This book gives a small idea on how complicated HTML5 has become and I will say this good luck if this is your first language. The interesting part about this book is that it only comes in at roughly 90 pages and yet completely opens your eyes, heck it did for me when Keith talk about the <header> and <footer> tags because they no longer represent their original intentions. Meaning that when it comes to those two tags, they no longer belong at the top and bottom of the website, but rather they can represent the top and bottom of the content of itself. Best way to describe their new usage is by looking at a blog article in which the <header> tag now represents the name of the article, the generated link to the article, who wrote it, and of course when it was published. As for the <footer> tag, the copyright information still applies but you can expand it by including your sources, other links maybe some info on the author themselves. While you could produce the same results with div tags, the problem is though you can only use those two tags once, however, the <header> and <footer> tags can be used a 1000 times and your website will still come out producing valid code. Thus the power of HTML5, of course Keith talks about other topics, such as new ways to deal with audio and video, the <div> killer article and section tags, and even how HTML5 is slowly replacing flash and JavaScript, Granted the drawback to this book is its shortness, but this book is more of a fun read then technical, but I wouldn't have minded if he covered more in each chapter, but alas that is what those other books are for. However, if you check out the abooksapart.com website, this is just one of a series of books that are talking about the latest generation of design, development and concepts of web design, so go check them out after reading this book.
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.