mizako
Members-
Content Count
373 -
Joined
-
Last visited
Everything posted by mizako
-
Server Status MAke Your own server status in PHP
mizako replied to Mistikpso's topic in General Discussion
I agree it is an easy but useful script. However i could not watch your script in action. It seems your link is a broken one. Notice from snlildude87: Seriously, did you have to quote the entire post? When there are no quotes, it's understood that you're replying to the first post in the thread. -
Increment A Mysql Column how to increment a MySQL column one unit
mizako replied to mizako's topic in Programming
Thanks that was the solution i was looking for!! -
Hi,I have a column in a MySQL table which contains a counter of the views of the object described by this table. I would like to increment this value by one everytime the object is viewed. Obviously came into my mind the possibility of retrieving the value of this field, store it in a variable increment this value by one and perform an UPDATE query again with this new value. My question is if there is a MySQL option to update the field with its actual value plus an unit increment. I hope you understand the issue.
-
Substitute Form Button For An Image homemade images in forms buttons
mizako replied to mizako's topic in Programming
Thanks it works, but i have to use an hidden input field to obtain the desire effect too. I explain myself: <INPUT TYPE="image" name="kaufen" SRC="./images/kaufen.jpg" BORDER=0 ALT="Submit"> Does not work instead i have to use: <input type="hidden" name="kaufen" value="kaufen"/> <input type="image" src="./images/kaufen.jpg" value="submit"/> -
Hi,I am thinking seriously into move to paid hosting. I am already almost one year with Xisto and until now it has satisfied my needs perfectly. But lately i am using application frameworks (such as Cocoon, Jena, Struts..) to develop my Web application. I am looking for a paid hosting that offer me the possibility of running that frameworks within their servers. I have never hired paid hosting and i will be really thankful if anyone can point me to a reliable hosting site which include that functionality. Thanks in advanced!!
-
Hi, I have the next formular : <form method='post' action='index.php?mode=2&id=1'> <input type='hidden' name='name' value='Canon Digital Ixus 700'/> <input type='hidden' name='id' value='1'/> <input type='hidden' name='qty' value='1'> <input type='hidden' name='cost' value='40'> <input type='submit' value='Add to cart' name='add'> </form>I want to substitue the add button for an image <img src="./images/kaufen.jpg" /> that i created but i want still to have the same funcitonlity when someone clicks. How can i do this? Thanks in advanced!
-
Good introduction to Sessions. I want to programa a shopping cart and i was looking exactly for that kind of simple introduction.Thanks!
-
The creation of statics sites as you said it is just a publishing feautre provided by the Web. I considered that the publishing part is one of the involved by the Web Egineering concept. Basically as i wrote before the Web was borned as an static media and now it is an application platform. However there are still a lot of publications which are just statics docuements, images...
-
Hi, I uploaded some data to my ftp server and i would to bring the possibility of downloading it to some friends of me. But i am not able to access my ftp sever with a browser (e.g. Firefox). I tried: http://forums.xisto.com/no_longer_exists/ But i always get: "421 Unable to set up secure anonymous FTP". In my FTP Manager i have the anonymous user created so i do not understad why i can not. Any idea?
-
First of all i would like to distinguish betwenn XML Validation and XML well-formedness. XML well-formedness means that while XML Validation means that . The first question that can come into your mind is: . The answer is easy: . That it is to say that valid way for exchanging data is provided. So, lets begin with the DTDs. This was the first approach to provide XML validation and comes from the DTDs used with SGML. Nowadays there are a lot of applictions which XML data is validated with DTDs but DTDs will be deprecated due to its limitations: To avoid all this limitations the W3C developed the (XML Schema. XML Schema fullfils almost all the limitations of the DTDs. Specially the poor support of datatypes. But there are some critics to these schema: With the intention of provide a easier Schema language Relax NG was born. What are the features of Relax NG: So basically Relax NG is more flexilbe, more intuitive and easier to learn than XML Schema but the backward is that is not that good supported as DTD or even XML Schema. Notice from snlildude87: You do a very good job of incorporating another source into your post, but you still need to quote whatever is not your words, and provide a link to the source: http://forums.xisto.com/no_longer_exists/
-
I read an amazing definition of Web Developement in an article:"Web development is a mixture between print publishing and software development, between marketing and computing, between internal communications and external relations, and between art and technology"I am following a lecture about Web engineering and i would like to give you some of the points they transmited me. First of all the Web started as a static information system but nowadays is an application platform. Web Engineering is a multidisciplinary process composed by: - Requirement engineering- System analysis, system architecture and design- Software engineering (methods, processes, modeling languages, etc).- Hypermedia and hypertext engineering- Human-Computer interaction, usability, accessibility- Information egineering, information indexing and information retrieval- Project management -Graphic design and presentationThe future of the Web is XML which is the language for Web Engineering: - XML as a technolgy for managing documents (for presentation we need style sheets (CSS,XSLT, XSL-FO)- XML as a technology for managing data (we need storage tools, query languages XPath, XQuery).- XML as a technolgy for exchanging data (e.g. exchange messages between Web Services (SOAP))- XML as a technology for distributed computing (Remote procedure calls (SOAP)I hope this thread helps you to consider Web engineering as another kind of engineering which can not be considered a subfield of computer science or software engineering.
-
Thanks for your answers. I have to implement a shopping cart mysefl in PHP. Also, it is no possible to use an already existing one because i am selling this to a software firma. I just wanting to ask if anyone knows from a tutorial where i can learn the steps of a shopping cart. What happens with an object that it is send to the shopping cart. It is stored into a database table into a file or how is this info kept. I guess, i have to mess with sessions and cookies but any clarification is really, really appreciated.
-
Hi, A client want that i implement some Web Services that interact with a MySQL database that they have. But i have never implemented Web Services. I followed a lecture where the implementation of Web Services with the AXIS Framework was explained. But with PHP i do not have any idea. Does anyone Know how does this work? Can anyone point me to a good tutorial?
-
hi, 1) I have to create a PHP shopping cart for a client. Does anyone a PHP script from which i can begin?2) How does it works to make have a https just before entering the VISA/credit card?Any help is welcome!!!
-
It is weird to think that a P2P software which only enables to transfer copyright files will have any success. Most of the people use P2P software to transfer pirate mp3, movies and cracked software. I am not sure how it works but if you have a song with copyright i guess that sharing is against copyright.
-
I am using this new upgrade and it is quite good like Firefox 1.0 was. I did not notice any difference. Reading your posts i guess they only fix some security bugs.
-
Did you try it already? Does it rock?. There was a similiar thread to this in trap some days ago and i asked the same question but nobody answer saying that they test it. It is a pity that the plugin is only for XP. I use Skype in linux :-(
-
Logoogle Largest fake Google logo collection on the planet
mizako replied to serverph's topic in Search Engines
Funny one!!!. I like the one with the eastern eggs. Really tipical in Austria!!! -
I did not know too about this feature. I asked quite a couple of times what a hell was thiis keyword for. Too lazy to google about it.
-
True!!! . I think they lack of graphics, lead the designers to bright ideas. Some old games where amazingly fun to play. Now sometimes playing games is like watching clips.
-
Yes, It depends a lot where you live but they are defently cheaper now. Correct me if i am not rigth but CRT are more harmful for eyes than TFT/LCD. Plus the space they need it is huge. If i am a lot of hours in front of a computer like most of trap's members are, i will buy a TFT. It is a clische but the health is the first thing. Better to hava good 17" TFT monitor as the best graphic card.
-
Hi,I am spanish. Spain was the only country that until now in public consult voted yes to the constitution referendum. It is a pity that France and Holland voted No. They are almost the parent of the union and they do not want to go ahead. I think the growing of Europe is stopped with this new politicians that we have. The last generation of politician were in way or in other pushed with the II WW or by national civil wars. They sit together and negocitaded this European idea. They were able to make concesions not like now that the politicians wait for the end of the European congress to tell their televisions what they achieved. Now we do not have these politicians anymore. The problem is not that some of the members do not agree with the Europe's idea, the problem is that this idea does not exist between the politician class.