background preloader

Dev5Tools

Facebook Twitter

Untitled. Hey! This is a really amazing integration and I’m having a lot of fun working on some cool projects but I’ve just run into a problem… I created a new custom case in the JitCustomEvents.cs which allows me to change the intensity of a light. My code additions look like this: ———— case 6: shine_a_light(target, varB); break; ———— (this case 6 bit added in the case switch section starting on line 33. void shine_a_light(GameObject tgt, float[] val) { if( val.Length == 1){ tgt.renderer.light.intensity = val[0]; } } ————- (this bit is added at the bottom of the custom function section. section starts on line 61 The code appears to work perfectly… but there’s a strange problem. I have created lights with names like "spotlight_1", "spotlight_2", etc. I start Unity game mode, connect with max localhost connection and everything is working fine. The problem comes anytime I need to manipulate the values of more than 5 individual game objects. —————– IndexOutOfRangeException: Array index is out of range.

Environments and Configuration. Connecting to a MySQL Database - NetBeans IDE Tutorial. This document demonstrates how to set up a connection to a MySQL database from the NetBeans IDE. Once connected, you can begin working with MySQL in the IDE's Database Explorer by creating new databases and tables, populating tables with data, and running SQL queries on database structures and content. This tutorial is designed for beginners with a basic understanding of database management, who want to apply their knowledge to working with MySQL in NetBeans IDE.

MySQL is a popular Open Source relational database management system (RDBMS) commonly used in web applications due to its speed, flexibility and reliability. MySQL employs SQL, or Structured Query Language, for accessing and processing data contained in databases. Expected duration: 30 minutes Contents To follow this tutorial, you need the following software and resources.

Note: This tutorial assumes that you already have the MySQL RDBMS installed and configured on your computer. Configuring MySQL Server Properties See Also. RokEcwid. Ecwid is a dream come true and I don't mind the nominal monthly fee for something stable, functional and easy for customers to use! I've used Virtumart for years and have had to hack-together some very delicate additional components to get it to function in a comprehensive way, ie. uploads, and tons of css code cracking for a more pleasing and customer friendly layout. Additionally, I had many customers 10% or more that encounter cookie conflicts preventing 'add to cart' with their chosen browsers which has cause me to quickly help them perform an off-line sale. Ecwid is fast - set up the store and authorized.net gateway in less than two hours. Ecwid is stable - off-site CRM handling, processing and tracking sales.

Since I switched over two weeks ago my store life has been a dream. Great job Ecwid team! Cannot Access site after enabling Force SSL... (please help) Gabore wrote: Well as they above said changing back the config file allows one to log in to the admin area only.. but the site's Login module still stays stuck trying the ssl.

Any help with that? It seems the 'Force SSL' setting sets sth in some other file as well (not just configuration.php), but I haven't found any change in the mod_login files Hi guys and thanks a lot for tons of useful info in this forum. I'm fighting the same problem as Gabore. After ftp-ing the config file with '0' instead of '1', I now can access my site and I can log on to back-end. But I CANNOT logon to the front end of my site... :-( Any ideas what I have to do?? Any feedback would be great! Thanks! FiGu I found a solution myself. Ecwid: E-Commerce Widgets.

Scan. HTTPS and SSL Setup Step-by-Step Guide « Nurul Islam. I have tried to enable SSL on localhost . I found a solution on wampserver forum . You can try this :) **************** ****Step1****** -> Create SSL Certificate and Key **************** 1a) Open the DOS command window and change directory to bin directory of wamp apache directory by using the DOS command without quotes: “cd /d c:\” and then “cd wamp\bin\apache\apache2.2.8\bin”. apache2.2.8 should be changed to what apache folder your wamp server has.

After done, the DOS prompt should look like: C:\wamp\bin\apache\apache2.2.8\bin> 1b) Create a server key with 1024 bits encryption. 1d) Create a self-signed Certificate (X509 structure) with the RSA key you just created. You’ll fill in the information after entering this command. **************** ***** Step2***** -> Copy the server.key and server.crt files 2a) In the conf folder of apache2.2.8 folder, create two folders named as ssl.key and ssl.crt 2b) copy the server.key file to ssl.key folder and server.crt file to ssl.crt And finally. Installing SSL using OpenSSL on a WAMP localhost | phpJoel. Image via Wikipedia I’m working on a project that is requiring me to use SSL (to make a https connection) on my local installation of WAMP. After much searching and a couple tries, it appears that I finally got it working. This post should be useful to anyone who is trying to do the same. Before starting with all the key stuff, I installed the OpenSSL binaries for Windows into the System directory.

The following is ripped from a comment buried on WampServer.com. Again in the command prompt, go to C:\wamp\Apache2\bin and run the following command: The command runs and prompts you to enter a PEM pass phrase and verify it. It will then ask you to enter information that will be incorporated into your certificate request. Run the following command: You will be prompted for the pass phrase from the previous step.

Run the following command to create a certificate which expires after one year: Create a folder c:\wamp\OpenSSL with the following subfolders: Copy the following files to /certs/: Top 15 Handy Jquery Image Gallery Plugins. Thanks to the progression of jQuery side-show and jQuery gallery, the way websites look has been revolutionized. When a designer, or a novice web user, has a minimal amount of knowledge in coding, it’s nice to have useful resources that can save them time and money. If you are in need of handy j-query gallery plugins, you found a great source! When a user visits your company’s/personal website, a slider can be a great way to gain their attention.

This powerful tool allows you to showcase what you are working on, the latest happenings, and much more. Automatic or manual, images sliders are loved by many. Almost every single Facebook user has experienced going through uploaded images. Therefore, the inexperienced web users understand how to use them. Today we collected a useful set of easy to use j-query image gallery plugins. TN3 Gallery Take a Tour | Download TN3 Gallery is a jQuery image gallery with slideshow, transitions effects, multiple album options, CSS skinning and much more.

SoundManager 2: JavaScript Sound For The Web. The Ultimate Guide to .htaccess Files. Developing Enyo Applications. PHP 101: PHP For the Absolute Beginner. [box] For a complete list of Zend Training Courses – PLEASE CLICK HERE ! [/box] This area is intended for everyone new to PHP. It opens with a series of informal, entertaining tutorials written by Vikram Vaswani, founder and CEO of Melonfire. These tutorials build on a previously-published 5-part series which has now been updated and extended to embrace PHP 5, making parts of it suitable for those of you who already have worked with PHP 4 in the past. If you came here to learn about elementary PHP 4 or basic PHP 5, this is for you. PHP 101 (part 1): “Down the Rabbit Hole” An introduction to PHP’s variables and operators.PHP 101 (part 2): “Calling All Operators” The rest of the PHP operators (there are many), and simple form processing.PHP 101 (part 3): Looping The Loop Basic control structures explained.PHP 101 (part 4): The Food Factor Arrays, PHP array functions, and what it all means.

jCanvas | jQuery meets the HTML5 canvas. 20 Useful PHP + jQuery Components & Tuts for Everyday Project. Apr 05 2009 Web applications have made huge leaps and bounds in improving user experience thanks to a lot of recently developed Ajax technology. When you combine some neat functionality courtesy of PHP with the cleverness of jQuery you can produce some pretty neat effects. In an effort to help you take it up a notch, we’d like to share some methods for helping your site anticipate a user’s next move. The post below is made up of the best 20 PHP + jQuery Components and Tutorials that you will likely need in many of your projects, they are all of the highest quality and more or less easy to configure.

Give them a try. 1. A simple way to keep track of many files is to use a directory tree. Check out the Demo Here 2. A sceencast tutorial for creating a photo site using PHP, jQuery, and AJAX. 3. In this article, learn how to create a simple but effective means of capturing and displaying visitor comments using a blend of jQuery, PHP and JSON. Check out the Demo Here 4. Check out the Demo Here 5. API/1.1/Effects/Animations. Swiffy. CreateJS | Create rich interactive HTML5 experiences. Easy Ajax and DOM manipulation for dynamic web applications. jQuery: The Write Less, Do More, JavaScript Library. Sizzle JavaScript Selector Library.