Under the webs hood!
Jay
This user hasn't shared any biographical information
Homepage: http://www.phyrax.com
Posts by Jay
Turning a script off or on
Jul 19th
While turning on or off a script is as simple as opening it and un-checking the “running” box. Sometimes you may want to automate this process. While I do not think this small tutorial belongs on its own page as of yet, I do still think that these two methods are worth it. For these methods I will be using the touch_start() event. While you can do other events such as a listen or link_message, this is the fastest for me.
More >
Are you a graphic designer?
Jul 16th
I suppose it would be simple enough to just say “now hiring”, if that was the case, the thing is, I’m not looking to HIRE someone, nor do I want to buy their services. I’m in the business of making money, not giving it. By now you’re probably thinking, well what’s the point if I’m not getting paid. Well you’re exactly the kind of person I DO NOT want working with me. Notice I said “with” not “for”…
More >
Yet another update!
Jul 15th
Due to the fact that an object does not retain its key when taken into inventory and “re-rezzed”. I now have to update the downloads system (Second Life side anyhow) to now communicate with my database to see if a new key is available. Since the system uses llEmail, and object to object email requires keys, when I move my server systems (which will be tomorrow) I’ll have to update the system yet again. Again, this is only one step closer to making my off-world system sellable.
If you experience any issues with downloads please be patient and try again in a few hours.
Script update tonight!
Jun 29th
I’ve been going on and off about doing this but it’s going to make my RL item download system for Second Life, a whole lot better. For those of you who don’t know what I’m talking about, or haven’t bought my skin kits, this system was previously a single script, however, each script would need to be altered should my website change or should the server change, each product would have to have promotional items such as LM’s and NC’s added, and sometimes the script would just glitch out. This is a pain considering I had over 33 skin kits at one time.
On the end-user side of things, the box required the buyer to touch it, and being that there was large yellow letters telling them to do so, I didn’t think this would have been an issue. Obviously I didn’t consider the language barrier, nor the younger ages that apparently couldn’t read yet. This is fixed, and will only require the user to rez the box. As a safety measure, if the user was to rez the box and something glitched out, then the user can still touch it to contact the server.
The product script now contains a fool-proof self-contained algorithm… not that big of a deal though. I’ve just secluded the HTTP portion of the script to a central server object that I OWN. The product box only sends data, via llEmail to the server object, that I can translate or use how I see fit. In doing that, it will allow me to optimize the data insertion process on the actual HTTP server.
I may be optimizing my RL download system for end-users and sell it later on, but as for now, that’s a lot of work
Coding a HUD – Part I
Apr 8th
I’ve just now finished a tutorial on the beginnings of coding a HUD for my website. I intend to write tutorials from start to finish and cover a multitude of functions and topics, along with the coding practices I follow. This is the first part and I cover some advanced topics like making buttons from inventory names. And using for loops to assign buttons from inventory names. Now that’s not advanced for some people, but these tutorials are geared at the new scripter, not the advanced one.
MSN Marketing?
Mar 27th
So, as most of us have, I’ve played WoW a time or two, and had a few extra dollars to blow, so I paid a company to power-level me, yea boo me as you wish! But the thing is, I haven’t played WoW in a long time, probably 6-8 months. Since that time, I’ve received two different MSN invites. I didn’t think much of the first and had a similar conversation with that individual, but when I got this invite, like 35 minutes ago, I couldn’t resist showing how to get back at one of these companies. It’s really simple, just do a domain lookup on the persons website, in this case it’s hawow.com, and start quoting what you find
Anyhow, here’s the chat from the beginning!
Playin’ with Android 2.1
Mar 27th
I’ve always played with these back-burner programming API’s that hardly anyone uses anymore, at least on the corporate level. So I figured why not start something new. I’ve recently taken some sustenance in Android and it seems on a daily basis that I’m thinking of ways to incorporate it within Second Life. Maybe an inventory management system, a sales system to incorporate with Hippo, hell I have plenty of ideas, but don’t know where to go at the moment. For now I’ll be looking into Android 2.1 and being that I’m used to standard OOP syntax structures, I don’t think it’s going to be hard, but I’d love to hear some ideas from some of you Android users about this. If any
Technorati
Mar 26th
Added the blog to technorati for those of you who use that site. Here’s the code UN2PKWU4G42J
Bots?
Mar 26th
Lately I’ve been posting links to my blog to the Scrtipt Academy group and as expected I’ve had new user registrations. However, never had this many within 24 hours. Some of the usernames are very profane and very odd. Therefore, to deter automated systems, I have setup an email verification registration system with captcha being required. Hopefully this will deter any automated registrtaion systems. On the bright side of things, you can now supply your password that you want rather than having one generated for you. Now this isn’t to deter REAL users, everyone can STILL REGISTER.
Second Life and PHP
Mar 24th
I’ve created a beginner’s tutorial to show how to use Second Life’s llHTTPRequest function to communicate with PHP scripts on a website. This offers absolutely limitless possabilities when attempting to communicate with websites, databases and many other web-based application platforms and APIs.