Skip to main content

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

Rss Feed Group items tagged

Richard Boss

Silverlight 5 Beta to be Unveiled at MIX 2011 - 0 views

  •  
    In December 2010 Microsoft revealed strategy for the next generation of Silverlight to the world, shows potential that the Beta development landmark would be conveyed to untimely adopters in the second quarter (Q2) of 2011.
sania batool

Office 2013 Toolkit and EZ Activator Free Download - 0 views

  •  
    Microsoft Office 2013 ToolKit EZ-Activator v1.0 Full Pro Version · Office 2010 ToolKit EZ-Activator v2.2.3 Pro Version Free Download.
wscubetech

SEO Training Institute| SEO services company India - 0 views

  •  
    WsCube Tech was established in the year 2010 with an aim to become the fastest emerging Offshore Outsourcing Company which will aid its client to grow wider with rapid pace.
wscubetech

WsCube Tech - Web Development Company in India - 0 views

  •  
    WsCube Tech was established in the year 2010 with an aim to become the fastest emerging Offshore Outsourcing Company which will aid its clientele to grow high with rapid pace. We are a highly specialized Website Development Company offering cutting edge Web Development Services. We offer superior customer service to the wide base of our clients. Our business-driven approach separates us from typical Web Design Companies.
mukeshram

Top 10 Tools to Help You Manage Remote Teams.pdf - 0 views

  •  
    This post briefly overviews the top 10 tools to help you manage your remote team. Whether you're looking to hire a remote developer or already have a remote team, these tools can help you improve communication, collaboration, time management, and file sharing/storage. So let's dive in and explore these essential tools for managing remote teams! For more information visit our blog https://hire-remote-developer.blogspot.com/2023/04/%20Top%2010%20Tools%20to%20Help%20You%20Manage%20Remote%20Teams.html
ecfdata

Managed IT Services | Choose the Right Partner for Your Business Makeover - 0 views

  •  
    Is your business ready for a digital transformation? Partner with ECF Data for comprehensive Managed IT Services that drive growth and innovation. Why Choose Us? * Expert IT Support: Our team of professionals is dedicated to providing top-notch IT support, ensuring your systems run smoothly and efficiently. * Custom Solutions: We tailor our services to meet the unique needs of your business, from cloud management to cybersecurity. * 24/7 Monitoring: Enjoy peace of mind with our around-the-clock monitoring and proactive maintenance. * Cutting-Edge Technology: Stay ahead of the competition with the latest technology and IT solutions. About ECF Data LLC: ECF Data LLC is a premier IT service and staffing provider in the US. Since our founding in 2010, we've been working with organizations to deliver integrated IT solutions built on Microsoft technologies. Organizations look to ECF when seeking a Technology Partner to aid them in accessing, planning, deploying, migrating, and managing their technology investments while providing change management and end-user adoption throughout the engagement. Our Services: * Cloud Security * Microsoft D365 Customizations * Microsoft 365 Services * Microsoft License Provider * Managed IT Services * Cyber Security * Azure AI Services * GCC High Services * AI & Machine Learning * Government IT Services * Training & Adoption * Microsoft Teams * Exchange Online Services * Microsoft Defender * SharePoint Services Transform your business with ECF Data's Managed IT Services! Contact us today to learn more and schedule a consultation. Phone: +1(702) 780-7900 Email: info@ecfdata.com Visit: www.ecfdata.com Partner with ECF Data and take the first step towards a smarter, more efficient business!
Vernon Fowler

@font-face gotchas « Paul Irish - 1 views

  • There are a few reasons why smiley is a better solution: Webkit+Font Management software can mess up local references, like turning glyphs into A blocks.  (crbug.com/33173) On OS X, Font Management software may alter system settings to show a dialog when trying to access a local() font that's accessible outside of Library/Fonts. More detail on my bulletproof post. (crbug.com/29729) Font Explorer X is also known to mess up other stuff in Firefox: bugzil.la/531771 Although it's unlikely, you could reference a local() font which is completely different than what you think it is. (Typophile post on different fonts, same name) At the very least its a risk, and you're ceding control of the type to both the browser and host machine. This risk may not be worth the benefit of avoiding the font download. These are all pretty edge case issues, but it's worth considering. FontSquirrel has already made the smiley syntax the new default in the Generator, and you should use it going forward as well.
  • And.. regarding @font-face syntax I now recommend the bulletproof smiley variation over the original bulletproof syntax.
  • @font-face { font-family: 'Graublau Web'; src: url('GraublauWeb.eot'); src: local('?'), url('GraublauWeb.woff') format('woff'), url('GraublauWeb.ttf') format('truetype'); }
  • ...5 more annotations...
  • in Webkit (Chrome/Safari), applying font-weight:bold to faux-bold some @font-face'd text will not succeed. Same applies for font-style:italic.
  • text-transform doesn't play well with @font-face in current implementations.
  • @font-face doesnt play nice with css transitions.
  • If a @font-face declaration is within a media query @media screen { ..., it will fail in Firefox.
  • SVG Fonts - Currently SVG is the only way to get webfonts working on iPhone and iPad.
  •  
    "There are a few reasons why smiley is a better solution: Webkit+Font Management software can mess up local references, like turning glyphs into A blocks.  (crbug.com/33173) On OS X, Font Management software may alter system settings to show a dialog when trying to access a local() font that's accessible outside of Library/Fonts. More detail on my bulletproof post. (crbug.com/29729) Font Explorer X is also known to mess up other stuff in Firefox: bugzil.la/531771 Although it's unlikely, you could reference a local() font which is completely different than what you think it is. (Typophile post on different fonts, same name) At the very least its a risk, and you're ceding control of the type to both the browser and host machine. This risk may not be worth the benefit of avoiding the font download. These are all pretty edge case issues, but it's worth considering. FontSquirrel has already made the smiley syntax the new default in the Generator, and you should use it going forward as well. "
alicejen monahan

Samsung Galaxy Tab 10.1 - 1 views

Samsung is all geared up to challenge the longtime favorite in touchscreen tablets, the Apple iPad. Announced in September and released in November 2010, the Samsung Galaxy Tab 10.1 is the long awa...

started by alicejen monahan on 09 Oct 12 no follow-up yet
anuj singh

Custom Web Design and Web Development Company - Galaxy Weblinks - 0 views

  •  
    Mobile Friendly Websites The future of the web space is literally in customers' hands. As smartphones become really smart and their users become even smarter, it makes real business sense to make your web site mobile-friendly. If your web site was built before 2010, chances are it does not appear well on today's phones.
Vernon Fowler

Dummy Content Filler Resources for Wordpress, Drupal and Joomla Developers - 0 views

  • Demo Data Creator is a WordPress, WPMU/MultiSite and BuddyPress plugin that allows you to create demo users, blogs, posts and comments.
My Programmer

Revisiting the 1980 | MyProgrammer - 0 views

  •  
    When I first started developing software in the mid 1980's, mainframe computers were still the dominant platform for much of corporate America. Just about every cubicle had a "dumb terminal" in it, which usually included a yellow
Luciano Ferrer

Elegant Accordion with jQuery and CSS3 | Codrops - 5 views

  •  
    "Today we will create an elegant accordion for content. The idea is to have some vertical accordion tabs that slide out when hovering. We will add some CSS3 properties to enhance the looks."
Luciano Ferrer

20 Unusual Websites Navigation | AcrisDesign - 0 views

  •  
    "Four weeks earlier we have showcased websites with unusual layout and now we have decided to post some unusual navigation menus for inspiration. Navigation played a vital role in website layout that's why normally we keep navigation on the uppermost section so that it can help navigate your reader. But now we are in creative work and these days designers and front end developers try to stand out of crowd and in this process they experiment with the navigation menu."
Redesign Unit

Web Redesign Company - Choosing the Right Company For You - Goals - 1 views

  •  
    Clarity is the key. If you start by making a decision about what you want your website to do for your business, ie what role it will play in Redesign Your Web strategy,
Jochen Burkhard

How To Create Simple Css Image Rollover Effect | Developers Paradise Blog By Ace Infowa... - 0 views

  •  
    A few days ago I was implementing Image Rollover Effect in a website I'm working on. Most of the portfolio websites are using image rollover effect. In this tutorial i will learn you how to create simple Css image rollover effect . I am using only one simple graphic. The rest is basic CSS styling, with simple HTML code.
Kaitlyn Em

6 Rules for Having User Friendly Website « Heart of Web - 0 views

  •  
    "Marketing is not the only factor pushing business owners to launch a website, remaining trendy is also one of the reasons. If you want to represent your brand on the internet and capture potentials, ask your website design firm to develop your site in a user-friendly manner."
  •  
    6 rules for user-friendly website
‹ Previous 21 - 40 of 533 Next › Last »
Showing 20 items per page