Search results

  1. espfutbol98

    Photoshop/Illustrator Help

    I was wondering if anyone could tell me how to make the background lines like in the photo below in either Photoshop or Illustrator. Thanks!
  2. espfutbol98

    Javascript help

    I don't think it can be getting anything mixed up because I don't even have an id on the login box close button. All I have is the very specific html attrabute: onclick="$(document).trigger('close.facebox')"
  3. espfutbol98

    $_SESSION Problem state not changing

    Try putting <?php session_strat(); ?> at the absolute top of the page.
  4. espfutbol98

    ASP.NET create file

    I'm assuming you made all the files 777 correct? Nagađam da ste uredio sve arhive na 777 u pravu?
  5. espfutbol98

    Javascript help

    On a website I'm making for a friend, I have on some pages a lightbox and on all pages I have a facebook-like dialogue popup box for the admin login. In the pages without the lightbox, it works fine. In the pages that do contain the lightbox, the dialoug does not close. The website is...
  6. espfutbol98

    Chopin Domain Re-Transfer Needed

    I opened a ticket regarding my site, podaci.x10hosting.com, being transfered with substantial data missing and leaving me unable to login to CPanel. The ticket was sent about three days ago without any responses so I thought I'd re-open the issue :) :ohnoes:
  7. espfutbol98

    Help Unsuspension

    Hey, I've been suspended for high CPU usage and it says I can unsuspend myself automatically but I cannot seem to find out how to. I've seen other posts on the x10 forums a little while back saying only staff can unsuspended for this situation. Although, unsuspension would not do much now...
  8. espfutbol98

    Chopin Data Transfer Error

    Hello, I have a free hosting account on Chopin, podaci.x10hosting.com, that has numerous files missing along with an add-on domain, matejmatic.co.cc, with all the files (and I'm assuming MySQL databases but im not sure). I found this out by the directory listings on my site because I can't login...
  9. espfutbol98

    Flash Website Help

    How can you have Korean music on your site without MC Sniper and Outsider? haha
  10. espfutbol98

    Show form with page in background

    alright. that was really helpful, thanks. :)
  11. espfutbol98

    Show form with page in background

    I've still been trying to figure out how to have an HTML form popup with the page in the background with a transparent png. An example is at http://java.sun.com/javase/downloads/widget/jdk6.jsp. If you click the Download button, a nice login form will appear in the same window. Lightbox does...
  12. espfutbol98

    CSS problem: Plzzzzz help

    Try setting ul.menu to left: 15%; instead of left: 10%;. It looks fine on my screen after that but that could differ depending on screen size, I'm not sure because CSS isn't really my thing.
  13. espfutbol98

    ASP.NET or PHP

    I'm trying to find out the same thing. I've used PHP for a while and it is more basic but you need to write more code in my experience. An example if a login page; in ASP.Net (VB.Net) you just set e.Authenticated to true. It takes care of setting the cookie and sessions while in PHP, you would...
  14. espfutbol98

    Lightbox style login form

    I was wondering if somebody could show me real quickly how I would attempt to make a JavaScript function to show a login form over a current page equating somewhat to the lightbox style. I would appreciate a close function too. I already have the lightbox code from...
  15. espfutbol98

    Text Translate Script using Google

    besides... computer translators are a complete waste of time because of their horrible inaccuracies. I have a suggestion though, if you know a different language, do a paid or free translation service via forms or email. An example site is learn-croatian.com. Instead of doing something illegal...
  16. espfutbol98

    How to get ASP.Net to work at x10Hosting

    I moved my app in C# from Visual Studio 2010 Ultimate to my x10 site and on any page besides the default.aspx page I get the error: Server Error in '/' Application gdiplus.dll Description: HTTP 500. Error processing request. Stack Trace: System.DllNotFoundException: gdiplus.dll...
  17. espfutbol98

    Desktop Lock Program

    It actually is possible in at least 2 different ways: there is a regestry key you can edit to disable the task manager (temporarily of course) and also you can open the task manager but have it go just behind the locking program window.
  18. espfutbol98

    Desktop Lock Program

    Okay I found a good source project at http://www.codeproject.com/KB/applications/LockWorkStation.aspx but I still have no clue how to change the embedded textbox into a floating window with an image and textbox. I also don't know how to turn a project into an .exe in Visual Studio.
  19. espfutbol98

    Web Safe Chinese Font

    Astute observation, I double checked it and your correct. The standard Chinese font is SimSun; I guess I remembered wrong.
  20. espfutbol98

    Web Safe Chinese Font

    Just use Arial or Times New Roman. They are supported out of the box on almost all computers regardless of country. The fonts they were talking about might not be installed by the viewers or the css might not render it and therefore, must be installed to view the content.
Top