Skip to main content

Home/ CSS Evangelist/ Group items tagged Firefox

Rss Feed Group items tagged

tech vedic

ow to Enable Built-in Facebook Messenger and Social API in Mozilla Firefox? - 0 views

  •  
    Here is good news for Facebook lovers. If you are a Mozilla Firefox user and spend most of your time on Facebook then the latest Firefox version is coming with a new feature called "Social API" which is helpful in accessing social networks like Facebook, Twitter, etc. As per this new feature, you can add social network buttons and sidebars in Firefox window so as to chat with your friends, checking messages, notifications, etc. get quick and easy.
my mashable

20+ Great Twitter Tools for Firefox - 0 views

  •  
    People love Twitter, and they love Firefox, so it only seems natural that there would be quite a few tools to merge these two items.Whether you want to have a full Twitter client inside of your browser, or just the ability to share parts of a site, a whole Web page or just the URL of the site you are reading, there is a tool for you. Take a look through these 20+ tools and there is sure to be something that appeals to you.
my mashable

"AwesomeBar" a Real Awesome About Firefox 3 - 0 views

  •  
    It's simple with the new "AwesomeBar" this is a completely revamped URL bar in firefox 3. it lets you use the URL field of your browser to do a keyword search of your history and bookmarks. No longer do you have to know the domain of the page you're looking for - the AwesomeBar will match what you're typing (even multiple words!) against the URLs, page titles, and tags in your bookmarks and history, returning results sorted by "frecency" (an algorithm combining frequency + recency).
my mashable

"Forget Tabs" The Future Of Tabs in Firefox 3.2 - 0 views

  •  
    Firefoxquickly became the favorite browser for most power users. But while extensions are a great way to make Firefox more functional. In January 2000, T-Online asked Oliver Reichenstein, what we'd do if we could design a browser from scratch. The answer was "Tabs". Eight years later Aza Raskin, head of user experience at Mozilla, again asked about the future of new tab. Oliver Reichenstein answer after days of mailing back and forth: "Forget tabs!"
thompsonmarry

Getting Started with Firefox extension - Diigo help - 0 views

  •  Feature Highlight: Highlights Diigo saves the day with "highlights". Highlights let you select the important snippets on a page and store them in your library with the page's bookmark. Let's try it. Just open a page, maybe one of your old-school bookmarks or one of your new cat bookmarks, and find the information on that page you actually care about. Select that important text. Got it? Okay, now put your hemet on, 'cause this might blow your mind! Click the highlight icon on the Diigo toolbar. It's the one with the "T" on a page with a yellow highlighter. You will notice that the selected text gets a yellow background. This means that the text has been saved in your library, and as long as you have the Diigo add-on the text will be highlighted on the page! How's that for easy?   Now you've highlighted the text. It will appear in your library within the bookmark for the page it is on. Go to your library and you can see how it works. If you're not sure how to get to your library, just click the second icon on the toolbar (Diigo icon to the left of the search bar) and then select "My Library ยป".
  • Sticky Notes on the Web What? I can put a sticky note on a web page? How? Oh, that's right! Diigo. Just right-click anywhere on the page and choose to "add a floating sticky note". Type up your note and choose "Post", then move the note anywhere on the page. You have to type a note first, before you move it where you want, otherwise there's nothing to move!
anonymous

Aiding Web Development - Mozilla 8 Beta Offers New Features - 0 views

  •  
    Mozilla has resorted to a faster upgrade cycle for Firefox and has unleashed a beta of Firefox version 8 with enhanced features.
awqi zar

Waynes Favorite News,Latest Articles,Intresting Business News Online: 15 Great Flickr E... - 0 views

  •  
    No matter how good a service is it can always use a few tweaks, and Flickr is no different.The 15 add-ons we've gathered below for Firefox will help with everything from navigation to uploading, accessing Flickr in countries that block the service, and much more. Take a look and you're bound to find an extension to enhance your Flickr experience.
yc c

CSSVista: Live CSS editing with Internet Explorer and Firefox simultaneously - 0 views

  •  
    CSSVista is a free Windows application for web developers which lets you edit your CSS code live in both Internet Explorer and Firefox simultaneously. If you like this, you may be interested in our browser compatibility service, SiteVista. Yes, that's why this software is free! :-)
yc c

CSSVista: Live CSS editing with Internet Explorer and Firefox simultaneously - 0 views

  • CSSVista What is it? CSSVista is a free Windows application for web developers which lets you edit your CSS code live in both Internet Explorer and Firefox simultaneously. If you like this, you may be interested in our browser compatibility service, SiteVista. Yes, that's why this software is free! :-) You can download it here. We want your feedback! Please take a moment to let us know what you think of the program. You can do that either in the comments of this blog post, or by emailing us. Screenshot Why is it free? What's the catch?
  •  
    CSSVista is a free Windows application for web developers which lets you edit your CSS code live in both Internet Explorer and Firefox simultaneously.
Uzair Ahmed

Latest Headlines - 0 views

tech vedic

How to remove 'Yontoo' adware Trojan from OS X system? - 0 views

  •  
    Yontoo Trojan, detected by noted security company Dr. Web is blamed for tracking the browsing behaviors across a range of popular browsers like Safari, Chrome, and Firefox. It may pretend as a media player, download manager, or other plug-in, thereby directing you to some maliciously crafted Web sites disguised as sources for file sharing and movie trailers.
tech vedic

Hackers use bogus Chrome, Firefox extensions to pilfer social media accounts - 0 views

  •  
    Hacking cases are increasing day by day. There are several tricks played by hackers to steal your personal information online.
yc c

Font Squirrel | Create Your Own @font-face Kits - 4 views

  •  
    download and/or convert fonts Upload a font and this will spit out everything you need to embed it into a website including HTML, CSS and multiple font file formats. You'll definitely want to bookmark this one! Each @font-face font kit come with: Original TrueType or OpenType Fonts for Firefox 3.5+ , Opera 10+, Safari 3.1+, Chrome 4.0.249.4+EOT fonts for Internet Explorer 4+Demo.html and stylesheet.css so you can get going fastNOTE: All fonts are subset to the Mac Roman char set.
yc c

welcome // CSS3 Playground - 8 views

  •  
    This is a demo site for CSS3. For most stuff you need Safari 4+, Chrome, Firefox 4 beta or Opera 10.5x to make these demos work. For 3D stuff, you need Safari 5 or the WebKit Nightly build.
yc c

mozdev.org - multicolumn: index - 0 views

  •  
    Adds CSS3 column support to firefox
Frederik Van Zande

How to get Cross Browser Compatibility Every Time | Anthony Short | Web Design & Develo... - 0 views

  • Here is a quick summary for those of you who don't want to read the whole article: Always use strict doctype and standards-compliant HTML/CSS Always use a reset at the start of your css Use opacity:0.99 on text elements to clean up rendering in Safari Never resize images in the CSS or HTML Check font rendering in every browser. Don't use Lucida Size text as a % in the body, and as em's throughout All layout divs that are floated should include display:inline and overflow:hidden Containers should have overflow:auto and trigger hasLayout via a width or height Don't use any fancy CSS3 selectors Don't use transparent PNG's unless you have loaded the alpha
  •  
    Cross-browser compatibility is one of the most time consuming tasks for any web designer. We've seen many different articles over the net describing common problems and fixes. I've collated all the information I could find to create some coding conventions for ensuring that your site will work first time in every browser. There are some things you should consider for Safari and Firefox also, and IE isn't always the culprit for your CSS woes.
yc c

Easy Blog Design Tool for Wordpress & Movabletype - CSSEZ - 0 views

  •  
    an online CSS authoring tool that has many layout templates, background image maker, and other features. Requires Javascript. (Safari, Firefox, Internet Explorer; free; in Japanese)
yc c

Firebug - Web Development Evolved - 0 views

  •  
    Firebug integrates with Firefox to put a wealth of development tools at your fingertips while you browse. You can edit, debug, and monitor CSS, HTML, and JavaScript live in any web page.
1 - 20 of 56 Next › Last »
Showing 20 items per page