Search results

  1. sysgenmedia

    Bing Versus Google

    Best thing about Bing is their image search. Much nicer with the constant loading rather than paging. That's about all I use it for though.
  2. sysgenmedia

    Does anyone here use IE6?

    May also want to look into MultipleIEs. Apparently this doesn't work on Vista, but I love it for my XP machine. I used to use IETester for checking IE6, but I've found it's fairly unstable. MultipleIE's is a bit older I believe, and only goes up to IE6, which is all I use it for. I'll still...
  3. sysgenmedia

    where did you show your online portfolio?

    Any other suggestions out there? We're always looking for more places to showcase our work. Another thing you may want to look into are the various web design contest websites out there. There's a lot that are free to enter, and a lot with fairly high fees. Just need to be careful with...
  4. sysgenmedia

    The best web design company

    Inc Shameless Self-Promotion™ (On a more serious note, this probably belongs here instead: http://www.webdesignforum.com/forumdisplay.php?f=18) | V
  5. sysgenmedia

    Alignment issues in IE on only 1 page

    Tough to say exactly without really delving into the code. A quick fix may be to set up an IE-only style sheet and play with the CSS settings in that to make the necessary IE adjustments. That said, one thing that stands out to me is on your Wrapper class. Why use top: 50%; to move the side...
  6. sysgenmedia

    Database, or Classified Software Help!?

    A few thoughts: First, I'd be hesitant to allow people to enter information into a form and have it automatically post to your website. This being the internet, you're very likely to have a whole lot of a) spam and b) text and images you realllly don't want on displayed on your website, at...
  7. sysgenmedia

    Need a professional opinion re how hard this would be

    That sums it up pretty well. No problem, happy to help out. :)
  8. sysgenmedia

    need help in joomla

    Your best bet is to try the Joomla Extensions Directory: http://extensions.joomla.org/ If it's not there, you'll likely need to either develop an extension yourself or hire someone to do so.
  9. sysgenmedia

    Does anyone here use IE6?

    Always fun working with IE6, haha. Especially when I see one page working and others not working, I try to compare the source of the working / not working pages to see what kind of tricks IE6 may like. One thing I noticed on both pages is that just before the </div> above the footer div...
  10. sysgenmedia

    Need a professional opinion re how hard this would be

    On the surface this seems not terribly difficult, but the devil's in the details. There are actually multiple possible codes to use from your page, so there would probably need to be consolidation of codes or some sort of decision engine determining which code or codes to apply. Then, the...
  11. sysgenmedia

    Looks strenge in google chrome

    Offhand I would guess that Chrome doesn't like having widths / heights on <a> tags. Fixing these sorts of problems generally requires a good knowledge of css and how various browsers interpret it (which you'll figure out over time) and a good deal of trial and error. Your best bet may be to...
  12. sysgenmedia

    Quoting an online booking system - roughly what would you charge for this?

    Would the client need people to pay through the website when booking an event? If so that tends to add some cost to the project due to needing to get set up with some sort of payment method. We recently set up something like this for a client. If you're at all familiar with Joomla, you'll want...
  13. sysgenmedia

    CSS Rule finder in DW???

    Cool. Let me know if it works for you. One thing to keep in mind is that it only searches local files. I've worked on projects with CMS or eCommerce platforms where I've been unable for hours to find a section of code I know must be somewhere, only to realize that there was a few folders that...
  14. sysgenmedia

    How do i insert telugu font?

    http://www.telugupeople.com/telugupeople/fonthelp.asp Google is your friend. :) You'll probably need to install a Telugu font to use it in photoshop. I believe that site has one to download. As for using it in web design, if you try to specify a telugu font outside of images it will...
  15. sysgenmedia

    Javascript Click Counter

    http://www.sitepoint.com/forums/showthread.php?t=664081 http://forums.digitalpoint.com/showthread.php?t=1724711 ^ Exact same question asked and answered on other forums. Curious.
  16. sysgenmedia

    CSS Rule finder in DW???

    If you've got all of the files locally on your machine, you could use Dreamweaver's search feature. Ctrl+F by default or Edit->Find and Replace. On the screen that comes up switch the "Find in" dropdown to "Entire Current Local Site", then search for the name of the rule. It will search...
  17. sysgenmedia

    Layout Problem Pls help!!!

    Hi Andrew, There actually seems to be multiple problems here. First thing I noticed was that all of your links are to files located locally on your computer. For example: <a target="_self" href="file:///C:/Documents%20and%20Settings/Administrator/Desktop/DCOhomepage11.htm"> This...
  18. sysgenmedia

    I really really need help with CSS & IE 6.

    This is an interesting problem. IE6 is a huge pain to deal with, but unfortunately many corporations still use it to this day. Ignoring it completely simply isn't an option. That said, while I've dealt with plenty of IE6 issues, I haven't ever seen it completely not render, especially when...
  19. sysgenmedia

    Web Designer Wanted

    Hi Steve, We're a web design and hosting company specializing in both designing new sites on CMS platforms so that you have control of your sites once they're finished and in updating current sites / integrating new features to them. You can find some more info on us at...
  20. sysgenmedia

    where did you show your online portfolio?

    You may want to try CarbonMade at carbonmade.com. It's a place to show web / graphic design portfolios. You get up to 5 portfolio "projects" for free, after that they start charging a monthly fee if you'd like to upgrade. There's some cool layout options though if you play around with it. Take...
Top