Jump to content
xisto Community

kvarnerexpress

Members
  • Content Count

    413
  • Joined

  • Last visited

Everything posted by kvarnerexpress

  1. of all the bands that broke up over the years, or members that have died causing the band to stop playing, which one do you think was the most bullshi't/ shouldnt have happened?i'd have to say the Dead Kennedy's, or sublime...idk another op ivy record wouldve been cool
  2. I don't know if this would go in this section but its "somewhat" of a graphic.I have two problems. First I want to my site where there is a nav bar at the top that is flash(.swf), which i know how to make, but have it in a frame, so when you click on one of the links on it, it loads the portion of the page outside the frame without affecting the framed section. ive been to htmlgoodies.com and read it like a whole bunch of times, but i cannot seem to find exactly what im looking for. i think i might be just misunderstanding.secondly does anyone know the code or tag where you can take a flash(.swf) and align it to the left margin of the browser or the top. because that is needed for whta i want to do with me site.Thanks.
  3. Many of you may be aware of this great set of .NET examples, but for those of you who are new to .NET, this set of 101 code samples can be a life saver when moving from VB6 to VB.NET. It is also useful for any newcomers to programming. These are all examples done by Microsoft and contain comments and descriptions. Almost anything you want to do in .NET, you will find a basic (or advanced) implementation in these examples. This was originally out when .NET 2002 was released, but all samples have been updated to .NET 2003. Here are a few of the cool samples included. 1) Windows Forms - XP Theme Support 2) Windows Forms - How-To Use Drag and Drop 3) Windows Forms - How-To DataGrid Sorting and Filtering 4) Windows Forms - How-To System Tray Icon 5) Web Development - Data Entry Form 6) UPGRADE SAMPLE - FORM CLOSING AND SAVE CHANGES 7) UPGRADE SAMPLE - FILE EXPLORER 8) Security - Use Cryptographic Hash Algorithms 9) NET Framework - Use Temporary Files 10) Language - How-To OO Features 11) Advanced .NET Framework (GDI+) - Animation with GDI+ 12) Advanced .NET Framework - Interacting with a Windows Service 13) Advanced .NET Framework - Make WIn32 API Calls 14) Advanced .NET Framework (GDI+) - Use GDI+ to manipulate images 15) Data Access - Retrieve and Process data with a SQL Data Reader These are just a few of the great examples you will get. http://www.microsoft.com/en-us/download
  4. How wonderful and pleasant life would be, if people could live together in peace! When peace reigns, everything seems possible. With all the resources and creative energies channeled into peacetime projects, we could turn weapons of mass destruction into machines for food production. We could even transform deserts into orchards, wipe out poverty from the face of the earth, and conquer the global epidemic of AIDS!Why we do this,are we on first level of humans?
  5. Before many years i like to listen a chill and take a marih....,very good feeling you know...its like you open some other room in your head for first time its universal! I am gona say that how our body feel music,are we understand what is going on with our mind what we thing when we listen ....mozart or elvis...some song of them,maybe some song can make us strong other can make us sad or we can forget about be ill. If someone think about this can say its nothing but if someone know way he listen that singer or group send reply...answer why?
  6. I just go to my page http://forums.xisto.com/no_longer_exists/ see suspended but i never recive any e-mail about worning or else,i have more then 10 cradits....
  7. my hosting is deactivate and i have more then 10 credits? Please help !
  8. Why is my hosting still deactivate?
  9. I cant open cpanel my page is "suspended"!
  10. No i dont recive any email about "suspend",i an still wondering why?
  11. Please give me answer why am i suspended,firs i have + points so the reason is i think spam but i know that i dont do that stuff or i am totaly confused? And second how i can active my hosting in bouth way?Kvarnerexpress
  12. I would be greatful if anyone could help me out, I have been stuck on this for a while. The problem is that I have a drop down menu which I get the contents of from a database. Then when I press the get details button I want to use the value selected in my drop down menu and pass it into an SQL statement to recieve all te relevent info. Everything works if I specify a known variable, but the problem seems to be passing a variable in which is part of the array. Below is the code for the drop down menu and the Sql statement i'm trying to execute. drop down menu:$query ="SELECT sub_title FROM sport_specials"; //run query$result = mysql_query ($query);if ($result) {echo "<select name='cso' class='textarea' id='cso'>";while ($special = mysql_fetch_array($result, MYSQL_NUM)) { echo "<option value=".$special[0].">$special[0]</option>"; //Display available sports drop down menu}SQL statement:if($_POST['submit'] == 'Get Details') {echo 'start';$sql = "SELECT title, sub_title, details, price FROM sport_specials WHERE sub_title = '$cso' ";$result = mysql_query($sql);if(mysql_num_rows($result) > 0) {echo 'hello';$title = htmlentities(mysql_result($result, 0, "title"));$sub_title = htmlentities(mysql_result($result, 0, "sub_title"));$details = htmlentities(mysql_result($result, 0, "details"));$price = htmlentities(mysql_result($result, 0, "price"));}else {echo 'error';$error[sizeof($error)] = "There is no description in this offer for selected special";}} I would appreciate it greatly if anyone could help.
  13. Anytime I open a file and close it without changes, weird characters show up. Here is the code:PHP Code:inFile = fopen("serefs.dat","rb"); outFile = fopen("tempfile.dat","wb"); while (!feof(inFile)) { char line[512]; char timeline[11]; fgets(line,512,inFile); strncpy(timeline, line, 10); timeline[11] = '\0'; int filetime; filetime = atoi(timeline); if(filetime > (realtime - 86400)) { fputs(line,outFile); } } fclose(inFile); fclose(outFile); //Put tempfile in buffer inFile = fopen("tempfile.dat","rb"); fseek (inFile , 0 , SEEK_END); size2 = ftell (inFile); rewind (inFile); buffer = (char*) malloc (size2); fread (buffer,1,size2,inFile); fclose (inFile); //Copy buffer to serefs.dat outFile = fopen("serefs.dat","wb"); if(outFile != NULL) { fputs(buffer,outFile); } free (buffer); fclose(outFile); Now I know I can add a counter, then add a condition to only copy tempfile to serefs if counter is not equal to 0. But that wouldn't satisfy my curiosity as to why those weird characters happen. Here is an example. "0 @0 @"This ONLY happens *after* the file has already been opened once with no modifications.
  14. Alright, heres my idea for a thread: This is a metal competition in which we inidividually construct and record a metal song, depending on the theme. I know alot of us are artists and we play instruments all day, so plenty of us record on the computer. This is similar to the competitions that are held in the Guitar forum, except it isn't neccessarily based on skill, but on how good a song sounds. . RULES AND HOW TO ENTER: 1. Each member is limited to one song, so MAKE IT COUNT. 2. You can certainly have someone help you. For example, if you are a drummer, then its ok to have a guitarist help you with the guitar parts. You have to have a hand in the production of the work though. 3. The song must be over 2 minutes. 4. Quality is not an issue, although it DOES help, it is not the main factor in judging how "Good" a song is. 5. If you need to host your song, go to http://www.soundclick.com/default.cfm and make an account. That way you can host a song. Another method is upload hut although I don't reccomend it. 6. Winner decides the theme for the next competition thread. 7. There will be a seperate voting thread. 8. Please do not spam, or complain that this won't work. 9. This rule is important; MIDI SUBMISSIONS WILL BE IGNORED. (unless you're using midi drums or keyboards, in that case its ok, the guitarwork must be authentic) Quote: Originally Posted by Ramsey ADVICE TO ALL OF YOU 1. Duplicate your tracks, then pan each one hard left, and hard right, gives you a better sound 2. DO NOT, DO NOT use sooooooo much gain. Thats why you guys get such a terrible sound. 3. USE MIDI DRUMS OR ANY TYPE OF DRUMS, it gives so much more atmosphere. 4. Tweak the sound in whatever program you use, it is essential. There are plenty of sites that help---search the internet. https://sourceforge.net/projects/audacity/ <--- FREE RECORDING PROGRAM TO USE. The current theme for this thread, is black metal. If you need to know what black metal is, or some artists in the genre, then please search for the genre thread by LegionsOfMarduk, it explains all. Thanks. If you need advice on how to record, PLEASE DO NOT ASK IN THIS THREAD, GO TO THE R & M YACHT CLUB, AND ASK, PLENTY OF MEMBERS WILL BE WILLING TO HELP YOU. Now go, my children, make music! P.S. Sorry Rock fans, you're out of luck, because we need to do it for one genre only (metal), its less confusion. I'll make a rock thread later though to compensate for this one. P.P.S. Don't worry CJ i'm not entering To listen to the songs, go to this soundclick. Thanks http://forums.xisto.com/no_longer_exists/
  15. kvarnerexpress

    Email

    First, I've finished the layout for a newsletter I'm working on for a project our office is working on. I tried emailing to my boss so he can take a look at it. Turns out that the page Divider wasn't showing and the links weren't working, and some of the color schemes weren't showing either.Second, I just finished doing a website for our office. I tried emailing it as an attachment to my co-worker from hard disk to his mail box so that he could give it a link on the main university website. Again, I encountered the same problem as I did with the newsletter. How do I email these documents with all their features showing.Please Help!kei
  16. I made and MFC program with MSVC++ 6.0. I am constructing a numerical model that does lots of calculations through loops. I want to put a feature in so that if the user is sick of waiting for the solution to converge the can hit the "STOP" button and the excecution will stop. Is there a way I can do this? I put in a "Stop!" button and made a handler function OnStop(). What can I do from here?Thank you!
  17. I decided that I wanted to make a Javascript version of Black Jack, so that I could play it on my desktop. This is what I've got so far... Code: function deal_Cards(){var p='jsKid', c='Computer';document.frm_blackjack.playerName.value = p;document.frm_blackjack.computerName.value = c;var c_Cards = new Array();var c_Total = 0;var p_Cards = new Array();var p_Total = 0;var cardsLeft = 52;var suits = new Array(); if (p && c) { for (var s=0; s <= 3; s++) { suits[s] = new Array('A','2','3','4','5','6','7','8','9','10','J','Q','K'); for (var n=0; n <= suits[s].length-1; n++) { var set = suits[s][n]; // document.write( set + '<BR>'); } } }}window.onload = deal_Cards;window.onbeforeunload = function() { document.frm_blackjack.reset(); } where I am stuck at, is how do I randomize the cards that are to passed to the players? Putting your code in the code box helps other users to read it easier. Please remember to do this next time. Thank you.
  18. Now that music has greatly evolved, is thrash dead? There are still tons people that still listen to thrash, but in this music scene,Will thrash have its moment of glory that it once did, or will it slowly cease to exist?
  19. is it possible to submit a form if you click one of the options of a select drop down in the form, but each depending on which option you choose, the form is submitted to a different location. kinda like a jump menu submitting the form, to different 'locations'kvarner
  20. I know it slightly off topic but I?ve got a bit research to do with regards to web accessibility for the blind, and I?m in search of your view or opinions with regards to this. Would you consider making available for the blind when building a new site? Are you aware of any Acts or Sections in your country?Design or Access? What is your priority?If you think of anything else, feel free to add it!Cheers
  21. How goes it this fine morn?Anyway....What does everyone think of Shadows Fall (Touring with Slipknot and Lamb of God I think at the moment)+ What genre are these guys bundled into nowadays? The Drummer plays some pretty solid double bass...From listening to "The War Within" You can tell its a band who def knows how to write a heavy song but there seems to be something ...lacking?...Does anyone else get this when they listen to Shadows Fall?.....This band Interests me.....Strange....Type away
  22. Hi I am trying to code a program that will input five digit numbers and output it on the reverse order, The code will output the reverse, I still cant find how to check if the input is five digit or not, i have tried using " % / " but i couldn't make it to work, any hint will be appreciated. Thanks.This is my codeCode:#include <iostream>#include <stdlib.h>using namespace std;int main(){ int a,b,c,d,e,sum,find=0; cout << "Enter Your Number of Five Digits: " << endl; cin >> sum; a = (sum % 10); b = (sum % 100); b = b / 10; c = (sum % 1000); c = c / 100; d = (sum % 10000); d = d / 1000; e = (sum % 100000); e = e / 10000; cout << "The Reverse Order is: " << endl; cout << a << b << c << d << e << endl; }
  23. I'm doing a course schedule from an data coming from a database.By using an XSL document I'm able to put the XML data output in to a table, fine there.Now I need to group the training dates according to company.here's my XML dump<companycourses><course courseid ="1"><title>MS Windows</title><vendor>Microsoft</vendor><status>fully booked</status><fromdate>01/03/2005</fromdate><todate>05/03/2005</todate></course><course courseid ="2"><title>MS Excel</title><vendor>Microsoft</vendor><status>available</status><fromdate>15/03/2005</fromdate><todate>17/03/2005</todate></course><course courseid ="3"><title>Dreamweaver</title><vendor>Macromedia</vendor><status>fully booked</status><fromdate>01/03/2005</fromdate><todate>05/03/2005</todate></course></companycourses>here's the XSL doc<xsl:stylesheet version="1.0" xmlns:xsl="http://forums.xisto.com/no_longer_exists/ method="html"/><xsl:template match="/"><html><head><title>Training Courses</title></head><body bgcolor="white"><h1>Training courses</h1><TABLE BORDER="1" CELLSPACING="0" CELLPADDING="5"><TR><TD ROWSPAN="2">Vendor</TD><TD ROWSPAN="2">Course Title </TD><TD COLSPAN="2">Date</TD><TD ROWSPAN="2">Status</TD></TR><TR><TD>From</TD><TD>To</TD></TR><xsl:apply-templates/></TABLE></body></html></xsl:template><xsl:template match="course"><TR><TD><xsl:value-of select="vendor"/></TD><TD><xsl:value-of select="title"/></TD><TD><xsl:value-of select="fromdate"/></TD><TD><xsl:value-of select="todate"/></TD><TD><xsl:value-of select="status"/></TD></TR></xsl:template></xsl:stylesheet>At the moment all the courses get outputted but I need them to be grouped according to Vendor, so all the Microsoft courses will output to one table and Macromedia courses to another. Any clues?
  24. I am searching for javascript code which detects audio players installed on clients machine like Real Player or Windows Media player and set the cookie on the selected option so the next time when he visits the same page it opens his selected option page.Thanks!
  25. After seeing Metallicas some kind of monster documentary it has to be said that Mustaine did not come off well. He appeared as a bitter man who has never been able to get over or forgive his ex-bandmates for throwing him out of what became the worlds biggest band, and consequently not enjoying any of the massive success he achieved with Megadeth.His constant battles with drugs meant and controlling personality meant he has alienated, well pretty much everyone he has ever played with. But in saying that he has made some of the best heavy metal albums off all time, and all the while has had to deal with living in the shadow of Metallica, a multi million selling, twenty year inferiority complex!Always controversial, never boring (even if the last couple of albums have been a bit skew whiff) and a pretty nice guy when hes not angry.
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.