Skip to main content

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

Rss Feed Group items tagged

jeezTech

17 Awesome Rich Text Editors - 0 views

  •  
    A rich text editor (RTE) is a WYSIWYG editor that renders in your browser and allows you to create content with rich formatting without the hassle of learning HTML or other markup languages. Internet Explorer was the first browser to add such a feature to allow the users edit some html elements directly from the browser and other popular browsers followed too.
clonescloud

Why is StaysBnB the Most Preferred Online Vacation Rental Script? - 0 views

  •  
    StaysBnB is a leading Vacation Rental Script developed by ClonesCloud for the tourism and travel sector. It renders the same services as Airbnb. You can create a modern travel and tourism website by using the AirbnbCloneScript. It is also suitable for other businesses like car and boat rental services.
anonymous

Progressive Web Apps - The Definitive Guide - 0 views

  •  
    A progressive web app is the amalgamation of the technologies of web and mobile apps that act as a website but render you the feeling of running an application. With the rapid advancement in the browser technology, availability of push APIs, and cache have enabled web developers to install website application on the home screen and provide regular notifications of website's latest updates in the offline mode.
emailonlinehelp

Cox Email Login Help & Internet Support Call At 1844-305-0086 - 0 views

  •  
    We render support for Cox. Get most diligent help for all the services such as TV, internet, and email com login. Call us 1-844-305-0086 today for the best customer service.
clonescloud

StaysBnB from ClonesCloud An Unique Vacation Rental Script with Valuable Features - 0 views

  •  
    Clones Cloud developed a Vacation Rental Script named as StaysBnB which renders a steady source of revenue for you. In the high season, the demand for hotels and villas increases and exceeds the available capacity in some towns. To take the advantage of such gap, homeowners, and real property owners starts listing their properties on rental sites.
mikhail-miguel

Phraser - Create art, designs, photos, gadgets, clothing & render-style images (phraser... - 0 views

  •  
    Phraser: Create art, designs, photos, gadgets, clothing & render-style images (phraser.tech).
Poonam Soni

Hire Expert React js developers - 0 views

  •  
    Why hire ReactJS developers from OnGraph? Our React coders will update and render just the right components efficiently when there is a change in your data. Hire an experienced consultant of React js developers to build highly secure as well as fast web and mobile applications and transform your business into higher brand competitive level. Hire 24*7 hours to react services.
Poonam Soni

Laravel web development services - OnGraph - 0 views

  •  
    Looking to hire the best PHP framework in Laravel web development services? Our developers deliver the best Rendering Inline Blade Templates with Bootstrap 5 Pagination Views frameworks. OnGraph specialized as one of the top Laravel development companies and offers the most recent version of PHP 8 and PHPUnit 9 application frameworks.
Pratik Mistry

Top Frameworks : Angular Vs AngularJS - 1 views

Top Frameworks Comparision: Angular vs AngularJS      Among the top JavaScript frameworks, AngularJS and Angular are the popular frameworks used for front-end web development. In thi...

web application development technology

started by Pratik Mistry on 24 Feb 22 no follow-up yet
htmlslicemate.com

Playground Shows Us That Design is Fun - 0 views

  •  
    Playground is a Prague-based production studio that often mixes 3D renders, photography, and concept art to create really amazing composite images. In this article, we will show a few of our favorite works from their portfolio, as well as a few progress images for some of the pieces.
htmlslicemate.com

Delivering responsive images with Drupal - 0 views

  •  
    For most web developers, delivering the images to the low-bandwidth mobile devices could not be less than any brain teaser, where they feel like they have been stuck in a complex task, just like searching a needle in the dry haystack! Well, it could screw-up the brain! Even the developers, who are well-acquainted with responsive web design techniques, know that by setting the max-width of the images up to 100%, can't resolve this issue as the server will still render big size image to the user's phone. The mobile optimized web applications are designed to run smoothly for the low bandwidth connection with formatting according to the screen of the device.
Vernon Fowler

Best Practice: Get your HEAD in order - EricLaw's IEInternals - Site Home - MSDN Blogs - 1 views

  • To ensure optimal performance and reliability when rendering pages, you should order the elements within the HEAD element carefully.
  • Optimal Head Ordering <doctype>     <html>         <head>             <meta http-equiv content-type charset>              <meta http-equiv x-ua-compatible>             <base>             <title, favicon, comments, script blocks, etc>
  • If you must specify the character set using a META tag for some reason, it is critical that the META tag is the first element in the HEAD.
  • ...1 more annotation...
  • If you must specify the X-UA-Compatible value using a META tag for some reason, this element MUST appear before any script blocks and SHOULD appear as early in the HEAD element as possible.
vijay kumar

Portal development, Web Application Development, Web Design Company India - 1 views

  •  
    VRM is a professional web portal development company. They offer wide range of web application development services that cover the majority of web design companies in India. They render custom-built high-tech solutions with detailed business logic and efficient performance.
Rajneesh Kumar

Best Website Design & Development Company India - 1 views

FATbit is a global outsourcing brand rendering best web design, development, and e-marketing related services for the last nine years. Our mission is to help businesses, organizations and entrepren...

best website design company web development India

started by Rajneesh Kumar on 31 Oct 13 no follow-up yet
Codal Inc

Big Beautiful Data - 0 views

Big data. It's a buzzword, it's a privacy issue, it's an industry, and it's totally incomprehensible. It is also something that many Internet users do not realize is everywhere. Any sort of fu...

started by Codal Inc on 24 Apr 15 no follow-up yet
Vernon Fowler

Web Standards - 2 views

  • development is simplified
  • ensure that all browsers will display your Web site properly
  • easier for search engines to access and index, easier to convert to other formats, and easier to access with program code (like JavaScript and the DOM)
  • ...1 more annotation...
  • easier for people with disabilities to use the Web
  •  
    I think everyone should read your blog who want to good information about Web Development services. Thanks and keep it up!
Harikrishna Patel

Web development Company India: Acquire Monstrous Benefits - 1 views

  •  
    End your search for best Web Development Company India with the Softqube Technologies. We leave no stone un-turned to live upto our client expectations and to provide the best result. We also best choice when it come to render our services offshore.
Soul Book

CSS techniques I use all the time - 0 views

  • EM calculations Sizing text is always an important part of making a usable design. I start all my CSS files with the following rules: html { font-size:100.01%; } body { font-size:1em; } The explanation for this comes from "CSS: Getting Into Good Coding Habits:" This odd 100.01% value for the font size compensates for several browser bugs. First, setting a default body font size in percent (instead of em) eliminates an IE/Win problem with growing or shrinking fonts out of proportion if they are later set in ems in other elements. Additionally, some versions of Opera will draw a default font-size of 100% too small compared to other browsers. Safari, on the other hand, has a problem with a font-size of 101%. The current "best" suggestion is to use the 100.01% value for this property.
  • I used the following calculation: 14px/16px = .875, 18px/16px = 1.125. So my default text at 1 em would translate to 16px for most users, and my small text I sized at .875em which I can trust to result in 14px for most users, while my large text I sized at 1.125em which I can trust to result in 18px
  • Safe Fluid-width Columns I work with hybrid fluid layouts all the time, usually with max-width set at anywhere from 900 to 1000px. I usually have floated columns with percentage widths, and browsers will calculate these percentage widths to whole pixel values when rendering the columns.
  • ...3 more annotations...
  • A typical problem is the following: when a user has the viewport at a size that makes the outer container 999 pixels wide, if the first column is 60% and the second is 40%, IE 6 will always calculate the two columns as 600 and 400 pixels and as a result, the two will not fit (600+400 = 1 more than 999) and it will drop the second column. This is obviously not intended behavior, and in a world where we still have to use floats for columns (I can't wait for display:table support across all browsers), it's important to work around this problem. I used to give my last column 1 less percent (in this example, it would have 39% instead of 40%, but this would usually result in columns that don't quite fill up the container. Of late I have been giving the last column .4 less percent (in this example, 39.6%), which seems to work perfectly. Browsers will calculate this width and round up, but it will still fit even with an odd container width like 999px and I won't have to worry about dropped columns.
  • Filtering for Old Browsers To be honest, I barely support IE 6 nowadays. If there is something special about my layout that doesn't work in IE 6, I will simply filter it out of the CSS that IE 6 understands
  • Because old browsers like IE 6 don't support the "first child" selector (right caret >), I can do the following to make sure that IE 6 only gets the basic setting and all the new-fangled browsers get the right result: div#container { width:900px; } html>body div#container { width:auto; max-width:900px; } /* This overrides the previous declaration in new browsers only, IE 6 simply ignores it. */
  •  
    Excellent simple collection of CSS tips that are easy to remember and implement. It's an old article, but i think everything is still relevant
‹ Previous 21 - 40 of 71 Next › Last »
Showing 20 items per page