Skip to main content

Home/ Web Development, Design & Programming/ Group items tagged being

Rss Feed Group items tagged

Pushpendra Sharma

Enforcing Integrity Constraints in DBMS - TAE - 0 views

  •  
    Integrity constraints are rules that specify the conditions that must be met for the data in a database to be considered valid. These constraints help to ensure the accuracy and consistency of the data by limiting the values that can be entered for a particular attribute and specifying the relationships between entities in the database.
anuavanthi

Sentrifugo Release 2.1.1: Introducing the Approve/Reject Timesheet Feature in Time Module - 0 views

Sentrifugo is a FREE and open source Human Resource Management System that can be easily configured to meet your organizational needs. It offers HR modules with exceptional features and an intuitiv...

hrms human resource management system opensource hr software free hrm download

started by anuavanthi on 20 May 16 no follow-up yet
mrpunitgupta

7 Major Components of Website's Functionality Checklist - 1 views

  •  
    Creating a good website requires you to create a functionality checklist so that you can keep a track of features that are installed or will be installed.
  • ...1 more comment...
  •  
    Creating a good website requires you to create a functionality checklist so that you can keep a track of features that are installed or will be installed.
  •  
    Creating a good website requires you to create a functionality checklist so that you can keep a track of features that are installed or will be installed.
  •  
    Creating a good website requires you to create a functionality checklist so that you can keep a track of features that are installed or will be installed.
Wear Interactive

Website Design Agency Technique: Socializing With Twitter - 0 views

  •  
    According to the bio on his web site, "Social Media" is Scott Allen's name. in contrast to Baby Hashtag (more on hashtags later), Scott's name is self-proclaimed. Still, it might be onerous to dispute the actual fact that he's attained it. Therefore once he says Twitter ought to be a vital a part of any promoting strategy, that's a claim that deserves serious thought.
Codal Inc

Business Intelligence and Healthcare Development - 0 views

The healthcare industry is experiencing an observable restructuring. Policies from Capitol Hill like updated HIPAA regulations and the Patient Protection and Affordable Healthcare Act have bee...

started by Codal Inc on 24 Apr 15 no follow-up yet
Laura Reed

Let Links Be Links · A List Apart - 1 views

  •  
    "The concept of the web as an application platform has never been more popular, but the tools used to create these so-called "web apps" are still fraught with pitfalls that are often ignored or misunderstood. Single-page web app frameworks have gained traction because they can easily be used to create fast, complex applications that feel much more solid and interactive than traditional websites. But this benefit, and the changes in mindset and development practices that accompany it, comes at the cost of basic browser functionality that web developers sometimes take for granted. "
  •  
    "The concept of the web as an application platform has never been more popular, but the tools used to create these so-called "web apps" are still fraught with pitfalls that are often ignored or misunderstood. Single-page web app frameworks have gained traction because they can easily be used to create fast, complex applications that feel much more solid and interactive than traditional websites. But this benefit, and the changes in mindset and development practices that accompany it, comes at the cost of basic browser functionality that web developers sometimes take for granted. "
Soul Book

Color Theory For Designers, Part 2: Understanding Concepts And Terminology - Smashing M... - 0 views

  • ChromaChroma refers to the purity of a color. A hue with high chroma has no black, white or gray in it. Adding white, black or gray reduces its chroma. It’s similar to saturation but not quite the same. Chroma can be thought of as the brightness of a color in comparison to white.In design, avoid using hues that have a very similar chroma. Opt instead for hues with chromas that are the same or a few steps away from each other.
  • SaturationSaturation refers to how a hue appears under particular lighting conditions. Think of saturation in terms of weak vs. strong or pale vs. pure hues.In design, colors with similar saturation levels make for more cohesive-looking designs. As with chroma, colors with similar but not identical saturations can have a jarring effect on visitors.
  • using a hue with a high saturation against a background with low saturation can make the former really stand out.
  • ...10 more annotations...
  • ValueValue could also be called “lightness.” It refers to how light or dark a color is. Ligher colors have higher values. For example, orange has a higher value than navy blue or dark purple. Black has the lowest value of any hue, and white the highest.When applying color values to your designs, favor colors with different values, especially ones with high chroma. High contrast values generally result in more aesthetically pleasing designs.
  • This website combines blue hues with two different values. Because the different values have enough contrast, the overall look is visually appealing.
  • Combining colors with similar muted saturation levels creates a soft design, which is emphasized by the watercolor effects.
  • Colors with very high chroma are best used in moderation
  • Cyan has a high chroma and so really stands out against black and white
  • TonesTones are created when gray is added to a hue. Tones are generally duller or softer-looking than pure hues.Tones are sometimes easier to use in designs. Tones with more gray can lend a certain vintage feel to websites. Depending on the hues, they can also add a sophisticated or elegant look.
  • Tones can be intensified by adding gray around them
  • ShadesA shade is created when black is added to a hue, making it darker. The word is often incorrectly used to describe tint or tone, but shade only applies to hues made darker by the addition of black.In design, very dark shades are sometimes used instead of black and can serve as neutrals. Combining shades with tints is best to avoid too dark and heavy a look.
  • TintsA tint is formed when white is added to a hue, lightening it. Very light tints are sometimes called pastels, but any pure hue with white added to it is a tint.Tints are often used to create feminine or lighter designs. Pastel tints are especially used to make designs more feminine. They also work well in vintage designs and are popular on websites targeted at parents of babies and toddlers.
  • While you don’t necessarily have to remember all of these technical terms, you should be familiar with the actual concepts, especially if you want to master part 3 of this series (in which we create our own color schemes). To that end, here’s a cheat sheet to jog your memory:Hue is color (blue, green, red, etc.).Chroma is the purity of a color (a high chroma has no added black, white or gray).Saturation refers to how strong or weak a color is (high saturation being strong).Value refers to how light or dark a color is (light having a high value).Tones are created by adding gray to a color, making it duller than the original.Shades are created by adding black to a color, making it darker than the original.Tints are created by adding white to a color, making it lighter than the original.
Soul Book

The Incredible Em & Elastic Layouts with CSS - 0 views

  • Elastic design uses em values for all elements. Ems are a relative size, written like this: 1em, 0.5em, 1.5em etc. Ems can be specified to three decimal places like so: 1.063em. “Relative” means: They are calculated based on the font size of the parent element. E.g. If a <div> has a computed font size of 16px then any element inside that layer —a child— inherits the same font size unless it is changed. If the child font size is changed to 0.75em then the computed size would be 0.75 × 16px = 12px. If the user increases (or decreases) text size in their browser, the whole interface stretches (or shrinks.)
  • All popular browsers have a default font size of 16px. Therefore, at the default browser setting, 1em = 16px.
  • The <body> inherits it unless styled otherwise using CSS. Therefore 1em = 16px, 0.5em = 8px, 10em = 160px and so on. We can now specify any element size we need to using ems!
  • ...9 more annotations...
  • However, (gasp) IE has a problem with ems. Resizing text from medium (default) to large in IE5/6 would lead to a huge increase in font size rather than the gradual one expected. So another selector is needed to get IE to behave: html{ font-size:100%; }
  • Let’s give our <body> some more style, and center everything in the viewport (this will be important later for our content wrapper.) Our initial CSS ends up like this: html{ font-size: 100%; } body{ font-size: 1em; font-family: georgia, serif; text-align: center; color: #444; background: #e6e6e6; padding: 0; margin: 0; }
  • 1 ÷ 16 × 740 = 46.25em (1 ÷ parent font-size × required pixel value = em value)
  • While we're here, we might as well add some typographic goodness by selecting a basic leading and adding some vertical rhythm, with everything expressed in ems.
  • Set a 12px font size with 18px line height and margin for paragraphs
  • Dividing the desired line height (18px) by the element font size (12px) gives us the em value for line height. In this example, the line height is 1 and a half times the font size: 1.5em. Add line height and margin properties to the CSS: p{ font-size: 0.750em; line-height: 1.5em; margin: 1.5em; } Now the browser will say to itself, “Oh, line height and margin is set to 1.5em, so that should be 1.5 times the font size. What’s the font size, again? 12px? OK, cool, make line height and margin 1.5 times that, so 18px.”
  • To retain our vertical rhythm we want to set an 18px line height and margin. Easy: If the font size is 18px then 18px in ems is 1em! Let’s add the properties to the CSS (and make the font weight light:) h1{ font-size: 1.125em; line-height: 1em; margin: 1em; font-weight: 300; }
  • Jon, good article and very useful chartm but your text sizing method has one major drawback. If elements with font-sizes set in em’s are nested, i.e with lists, these elements inherit the font size. Therefore each child element will be 0.75em (or 75%) of the previous one: See an example here. (Would have posted the code put it was coming out really ugly!) I would recommend against using that method and setting the global font size in the body tag i.e. 'font-size:75%' for 12px. Then only setting different font-sizes where necessary.
  • Thanks Will, interesting point, but that is solved with a simple font-size:1em on the first child. Retaining the default ensures that even images are sized correctly in ems. IE (surprise) will compute incorrectly against a parent length equivalent to 12px. My preference born out by some minor but painful computed size errors in complex layouts is not to adjust the body, and only set font size where necessary for specific elements.
  •  
    A nice and simple explanation of using EMs to make elastic layouts
Vernon Fowler

Don't Use The Placeholder Attribute - Smashing Magazine - 4 views

  • To recap, the placeholder attribute: Can’t be automatically translated; Is oftentimes used in place of a label, locking out assistive technology; Can hide important information when content is entered; Can be too light-colored to be legible; Has limited styling options; May look like pre-filled information and be skipped over.
  • Move the placeholder content above the input, but below the label:
  • Development Here’s how to translate our designed example to code:
  • ...4 more annotations...
  • aria-describedby ensures that the p content will be described last, after the label’s content and the kind of input it is associated with.
  • By using aria-describedby to programmatically associate the input with the p element, we are creating a priority of information for screen readers that has parity with what a person browsing without a screen reader would experience.
  • The floating label effect, a close cousin to this phenomenon, oftentimes utilizes the placeholder attribute in place of a label, as well.
  • Content hidden by an on-screen keyboard. 3rd party keyboards with larger heights may have a greater risk of blocking important content.
  •  
    Not only argues for not using the placeholder attribute but also describes an inclusive input hint and how to code it.
  •  
    Protonmail login
imaginet

Web Design Strategy Today! - 1 views

Web designing is a vast subject in the field of computer sciences. Today people largelyconnect with each other for business, information, services, learning and so on through websites. Ithas now be...

Web webtools webdesign seo websites wordpress ppc

started by imaginet on 22 Dec 14 no follow-up yet
petergalle

7 Trends That Will Define Future of Web Development in 2019 | VT Netzwelt - 0 views

  •  
    Staying aware of the ever-changing web development landscape is not an easy task. With the introduction of Artificial Intelligence (AI) in web development, it is getting on the nerves of many to keep up with the pace. Also, with the introduction of Progressive Web Applications (PWA), it is possible that in the future PWA will replace native mobile applications. But now it's not just about PWA. Technologies like React Native, IoT has given us a glimpse of the future that now web development is not just about the browser but instead it can be rendered on any kind of technologies. JavaScript language is now being used for server-side coding which depicts that in the future web technologies will allow us to develop applications on any type of platform. However, it has always been difficult to predict the latest trends as we don't know which trends would set a benchmark and which trends would be dead. Being one of the leading App Development Company it becomes important for us to explore each and every new technology so that we can serve our customers in the best way. So in this article, we will be exploring all the latest technologies which we are already working on and the technologies on which we are playing in the R&D lab that we think will surely improve the development process, enable automation of the work and boost productivity.
Ahxn Amc

Medical Websites: Maintain Your Life The Way You Want it To Be! - 0 views

  •  
    Make your website by using the responsive design. This design absolutely accordingly modifies to the design and all the pictures in it along with the content can be customized according to the category of gadget and the resolution being used. The responsive medical websites are immensely appreciated by with customers and people can use them any time they need. By using this feature, you will get a possibility to greatly enhance the visitor's browsing involvement and remarkably increase the patient's pleasure and retention.
nbtechnology

4 Best Practices for Your Ecommerce SEO Strategy - Next Big Technology - 0 views

  •  
    Being a Top Seo Company in India we provide high-quality Seo Services to help you achieve higher google rankings and higher genuine traffic on your Website. When you run an online enterprise, it is fair to assume that your own eCommerce shop is crucial. If your particular eCommerce website does not rate in the search engines, your odds of attracting buyers are low - and you would be unable to make as much profit as you would want.
novajohnson

Can you develop a full-fledged app using a readymade clone script? - 1 views

The answer to this question is obviously Yes. People have gradually inclined towards online platforms in their daily lives due to the convenient and user-friendly interface. And, the instant popula...

clone script

started by novajohnson on 04 Oct 21 no follow-up yet
AddWeb Solution

How to Get Drupal 10 Ready and What Should Be Your Next Move? - 0 views

  •  
    Drupal 10 is gearing up to mark its entry in the mid of 2022. Are you guys ready to migrate from Drupal 8 or 9 to 10? Want to know what all it takes to get Drupal 10 ready? Click the link to know more: https://addwebsolution.com/blog/drupal-10-ready-and-what-should-be-your-next-move
  •  
    Drupal 10 is gearing up to mark its entry in the mid of 2022. Are you guys ready to migrate from Drupal 8 or 9 to 10? Want to know what all it takes to get Drupal 10 ready? Click the link to know more: https://addwebsolution.com/blog/drupal-10-ready-and-what-should-be-your-next-move
brandi049

Buy Google Verified Reviews - - 0 views

  •  
    Buy Google Verified Reviews Introduction In essence, Google Verified Reviews are a mechanism for Google to confirm that the reviews that show up on a search results page are legitimate and not spam. Google accomplishes this by confirming the reviewer's identification and the fact that they actually have an account with the company they are evaluating. This verification procedure is intended to help raise the caliber of reviews that show up on Google and assist companies in gaining the trust of prospective clients. Buy Google Verified Reviews What Are Google Verified Reviews? In essence, Google Verified Reviews are a mechanism for Google to confirm that the reviews that show up on a search results page are legitimate and not spam. Google accomplishes this by confirming the reviewer's identification and the fact that they actually have an account with the company they are evaluating. This verification procedure is intended to help raise the caliber of reviews that show up on Google and assist companies in gaining the trust of prospective clients. Buy Google Verified Reviews Customers who see Google Verified Reviews can be sure that the testimonials are from actual clients and not from fictitious accounts. This can increase a company's prospects of gaining more business by fostering trust with potential clients. You may grow your business and establish credibility by using Google Verified Reviews. with prospective clients. To get your clients to leave Google Verified Reviews for your company, follow the above instructions. Why Google Verified Customer Reviews Are Important? Customer reviews are significant, as you are aware as a business owner. After all, one of the key ways that prospective clients find out about your organization is through customer reviews. Also, in today's digital environment, the majority of prospective clients will conduct a fast Google search to read your customer reviews before choosing to do business with you. Buy Google Verified Re
Anaya Khan

Chat GPT- A New Scope? - 2 views

Chat GPT is a long-form question-answering AI. application maintenance services an innovative technology that can answer complex questions conversationally, but it's a revolutionary one because it'...

hired dedicated dot net developers

started by Anaya Khan on 30 Dec 22 no follow-up yet
samibaceri

Advanced Tips for Mastering Popular Casino Games: From Blackjack to Roulette - 1 views

Navigating the exhilarating world of casino games can be as thrilling as it is challenging. I can assure you that mastering popular games like Blackjack and Roulette requires more than just luck; i...

started by samibaceri on 24 Oct 24 no follow-up yet
Arch Aznable

Getting A File's Information In Ruby Using File::Stat | Blogfreakz - Web Design and Web... - 0 views

  •  
    An example scenario would be like this: a program has to iterate over the files in a directory and determine the files sizes and the total size. Plus, it must work recursively, totaling the file sizes of all the files in all subdirectories of the current directory. To be able to achieve this task, we use the find library included with Ruby.
Vernon Fowler

Breadcrumb Navigation | Usability.gov - 2 views

  • another option may be a trail indicating the site’s prime architecture, regardless of the visitor’s path throughout the site. The latter option, along with other navigation cues, may be better in helping site visitors form a mental model of the site
  • Research indicates that frequent visitors may be the ones to get the most advantage of breadcrumbs.
  • It is probably not worth the effort to include breadcrumbs unless you can show that your Web site’s users use them frequently, either to navigate the site, or to understand the site’s hierarchy.
  • ...3 more annotations...
  • The rationale for the arrows instead of colons or other indicators was because “the arrows seem to be slightly easier to understand as an indication of moving deeper and deeper into the site.”
  • Rogers and Chaparro (2003) found that the most effective use of breadcrumbs occurred when the trail was placed below the page title instead of above it at the top of the page.
  • Research indicates that those who would most benefit are frequent users who spend a lot of time on a site and who have had some instruction in the usefulness of the breadcrumbs.
« First ‹ Previous 121 - 140 of 2168 Next › Last »
Showing 20 items per page