FirefoxRocks
Members-
Content Count
1,251 -
Joined
-
Last visited
Everything posted by FirefoxRocks
-
Isn't SuSE a commercial product? I prefer using openSuSE, which is now up to version 11. In fact I am using that right now instead of Ubuntu on this computer, because of an annoying keyboard problem. Debian-based systems are still the best ones in my opinion. http://forums.xisto.com/no_longer_exists/ And your poll doesn't make sense by the way.
-
I don't use Google Talk because none of my friends use GMail.As for using GMail on Windows Live Messenger, I think that it is acceptable to use the address to sign up for a Windows Live ID then use that to sign into Windows Live Messenger. Unless explicitly stated otherwise in the Terms and Conditions, which I will have to go through again.
-
Anybody Use Gimp? It's Free! art applications
FirefoxRocks replied to jorge del norte's topic in Graphics, Design & Animation
I think that the GIMP is great for manipulating any type of image except for photos. This is because it doesn't have more of the Photo editing tools in photo-editing software such as Adobe Photoshop, Picasa or software designed for photo-editing. I use GIMP on both Windows and Linux, and found it to be quite useful for creating images. There is a script you can download to add Layer via Copy and layer via Cut options similar to those in Photoshop. And open-source is awesome!! -
Is the time on your PC correct? Try synchronizing it with official Windows/Linux servers, government servers in Britain, United States or Canada, or just check it with other sources (e.g. local TV channels, etc).
-
Don't Power On When Opening Laptop
FirefoxRocks replied to wutske's topic in Websites and Web Designing
If you had read the original post correctly, they aren't using Windows. They are using OpenSUSE, a distribution of Linux. Try going into the YaST program and see if there is anything there. Or try looking around in KPowerSave. -
Currently, the software only runs on Windows XP/Vista.It isn't a small thing that doesn't load JavaScript, in fact the JavaScript engine is much faster than other ones (or so I've been told).
-
What I noticed: Quick installation; a bit concerned about Privacy Policy Startup is quite fast Interface too simple; took a while to find File and Tools menus Was not presented the option to import bookmarks and settings from Internet Explorer 8 or Opera 9; only Firefox Noticeably speed increase in GMail and several Wikipedia pages SVG <object>s are not displayed for some reason Where is the Open command? Waiting for Linux version to be released! I'm using Windows Vista Home Premium SP1, Aero disabled with few software installed. I have a Intel Core 2 Duo processor/4GB RAM and it seems quite fast so far. I haven't tried opening tons of tabs yet though. I still haven't found the "Mozilla Prism" feature though, where the site is launched like an app. (e.g. GMail, Facebook, etc).
-
Personally, I don't mind the Information Bar when I am using Internet Explorer. It rarely comes up except for the occassional pop up window blocked or prompting me to run an add-on.If Firefox or Opera had this functionality, this would be great (at least, for me).Also, your tip requires Group Policy Editor, which can only be found in Windows XP Professional, Windows Vista Business, or Windows Vista Ultimate.
-
I really wish they have used Gecko, even with the minor bugs and stuff in it. WebKit isn't bad or anything, but I still prefer Gecko.I'm not in Windows right now so I can't try the software yet, but it looks really good. I was reading the online press conference thing and they introduce a lot of features that are similar to other browsers and an advanced JavaScript engine called V8.Hopefully this won't reduce Firefox/Safari market share by too much, and will help bring down IE.
-
Center Update Make the center of the page change only
FirefoxRocks replied to Flamez's topic in Websites and Web Designing
A worse alternative would be frames, but a better alternative would be PHP includes, which you can make 1 file for a sidebar, 1 file for the header and so on by making only 1 file for each reusable "component". Then you include the files wherever you need them by: <?php include_once("sidebar.php"); ?>assuming the file is called sidebar.php. This can save a lot of time. -
Converting HTML over to XHTML Crossing over to the darkside
FirefoxRocks replied to iGuest's topic in Programming
If you Google several keywords about XHTML and HTML, you'll see that there is much controversy to XHTML, notably the Appendix C section where it states that XHTML 1.0 may be served as text/html. (Thing is, when served as text/html, the browser still thinks it is HTML). Can it do more? XHTML 1.0 and HTML 4.01 are equivalent in functions in transitional, frameset and strict modes. Does it have more options? It can make your code look cleaner, but you can do the same in HTML. Is it easier? That depends. It certainly isn't harder, but it isn't easier either. A famous article is this: http://hixie.ch/advocacy/xhtml In fact, the controversy about XHTML and HTML has led browser developers, a working group called the WHATWG and (later) the W3C to develop a new version of HTML called HTML5. XHTML2 isn't suitable for today's web applications apparently, so HTML5 is hoping to remedy that problem. -
I think the actual Windows Live Search is being used more than Dogpile because of its presence on many Microsoft applications including being the default Internet Explorer search engine on IE7 and IE8. It also includes a search bar at the bottom of Windows Live Messenger.
-
Well I still think that the uninstallation part was unnecessary, but then again, it IS a beta product. Internet Explorer 8 has advanced debugging tools similar to Safari's developer menu. I shouldn't say similar, but the tools are quite good, especially the JavaScript debugger. And I think the standards support is finished for now, they are probably working on a few security and usability touchups, bug-fixing and finalizing the product. And remember, there is compatibility mode seeing how the page looks in IE7.
-
I have upgraded to Beta 2 and it was quite a task compared to installing regular Microsoft updates or other software.1. Remove IE 8 beta 1 if you have it installed.2. A restart is required so close all your programs, save all your work and click Restart Now when prompted.3. When rebooted into Windows, open the IE8 installer if you have it, otherwise download it.4. Let it update which is quite slow in my opinion.5. After installation, YOU NEED TO REBOOT AGAIN!!!What kind of browser needs to uninstall a previous version before upgrading? I know it is a beta, and I think one of the Opera betas did that once (not sure), but this is a bit ridiculous with all the rebooting.In addition, for Windows XP Service Pack 3 users, you have to uninstall SP3 before installing IE8 Beta 2 then reinstall SP3 if desired.The process is way too lengthy, I hope it is not like this in the actual release.
-
Just released very recently is Internet Explorer 8 BETA 2. This time, the target audience is everyone, not just web developers and web designers. More info can be found here: http://forums.xisto.com/no_longer_exists/ I haven't tested it out yet because I'm still using Linux right now, but it doesn't sound too bad except for breaking old pages and web applications which haven't updated yet. New features include SmartScreen filter (improved anti-phishing), Accelerators, InPrivate browser (similar to Safari's private browsing), Compatibility View (to avoid "breaking the web"), search suggestions (like Flock has) and WebSlices (something like RSS feeds but a bit better). Reading through Wikipedia's page, it explains on what each of those things are, without having to go through complex Microsoft technical documents. Also, it states that Beta 1 acquired 0.03% market share. Once I reboot into Windows, I'm going to give this Internet Explorer 8 Beta 2 a try and see how it works. ...Somehow I think that Microsoft is wanting developers to using IE7 mode for their web pages if they don't work in IE8...http://forums.xisto.com/no_longer_exists/
-
Are you doing this in an XML file or HTML file?
-
I know that Linux is much more customizable than Windows regarding the system and kernel itself. Now in my other post, I wanted to find out if I can trigger the UAC prompt for certain tasks. Since doing so is nearly impossible or would be very difficult or illegal according to Microsoft's End User License Agreement, I was hoping that this task could be achieved in Linux. I am running Ubuntu 7.10 with the GNOME Desktop environment. Now normally, I would need to type in my password to open things like Login Window, Network Manager, GNOME Partition Editor and things like that. How I would like to know if I can force the sudo prompt on the following tasks without executing the application as root!: Clicking on a menu Right clicking anywhere Opening any application as a normal user Shutting down, restarting, hibernating or suspending the computer Opening any file or folder Mounting a partition in Nautilus Visiting a web page in Firefox, Opera or Konqueror Basically doing anything... If I can't get it on every one of the above tasks, I'll do as much as possible. I know that I can always be forced to enter my password by launching things via sudo in the terminal window. The thing is, I do not want to launch certain programs as root for obvious reasons, and certain applications shouldn't be run under root (e.g. Wine applications).And also, I want to see the graphical interface. is there a way to achieve this behaviour on Linux?
-
Keep in mind that I am running Windows Vista Home Premium, not Business or Ultimate. I may not have access to certain features on Windows Vista.
-
I absolutely LOVE User Account Control!! It's one of the better things put into Windows Vista. Once I can get more triggers in I'll use a limited account to do most things instead of my normal administrative account.I'll try using Microsoft Management Console and see how that works.
-
Which Linux Version For Newbies? Give your opinion
FirefoxRocks replied to shotgun's topic in Websites and Web Designing
I recommend Ubuntu as the most easy to use distribution of Linux. Debian-based systems are easy to use mostly because of the "apt" function for installing software, which you may need to do often.I recently installed openSUSE 11.0 and found it to be quite advanced and challenging to use, especially with the lack of (normal user) drive mounting and common command-line tools.As for the desktop environment, I recommend one with GNOME, but KDE isn't that bad either. It depends on what you like. -
I'm sure most of you know about Windows Vista's User Account Control. I was wondering if there were any registry settings or anything that I could modify to force the UAC prompt to appear when doing these tasks: Clicking the Start button Opening any folder Launching any application Adjusting personalization settings Opening a new page in Internet Explorer (by that I mean typing in a URL, from Favourites or by clicking a link) Turning off, sleep or restarting the computer Modifying the Windows Sidebar Opening any file (mp3, document, anything) There's probably more things I want to trigger the UAC prompt that I can't think of right now, but that is the most of it. Is there anything I can do to allow this behaviour in Windows?
-
Wiping Out A Hard Drive Most secure method?
FirefoxRocks replied to FirefoxRocks's topic in Security issues & Exploits
I'm sorry but that is much too confusing. Perhaps you could explain that more? I'm not trying to encrypt a partition here, and is the method you mentioned really secure? -
That's where I looked. Notice the sudo command preceding it. That should mean superuser, right? But even under a root terminal, I can't run it.