Mining Bitcoin SV
There are currently, guest(s) and member(s) that are online.
You are Anonymous user. You can register for free by clicking here
|
Currently there is a problem with headlines from this site
|
|  |
Axiom Photo Gallery
Version 0.8.6 has been released
New Features ---
No upgrade scripts yet.
Free to download.
Demo still uses 0.5.0.
You should download the patch if you have downloaded Axiom before 10.17.2002. this patch will fix several small yet annoying problems. get it below.
Download Axiom Photo/News Gallery
Get the Patch
See screenshots
Create your own!!
See the Demo
Attention!
I am no longer going to be able to support this application in the forums. you can continue to post there and hopefully the members of this site will give you some help. i can no longer keep up the forums, write new versions, support older versions, keep on top of the emails, work a regular job and try to have a life at the same time.
i really had no idea that this application would become as popular as it has and i wasn't aware of the time it take to support users and maintain the code. so i am going to be gone writing the new version which is very late.
i am very sorry for any problems this may cause with anybody but i have to take care of my own mental health.
I currently can't afford to keep the site hosted. Dissruptions in site availability may occur. Your support is appreciated.
|
|
Free Video Training Magazine CDs available for PHP and MySQL
|
|
draz writes "Hi there,
I'm sending word to let you know that http://www.3dbuzz.com will be producing free video training magazine cds for PHP and MySQL integration.
The 1st issue will explore some of the following:
* Installation of the Apache Web Server
* Installation of MySQL
* Installation of PHP4
* Creating Databases
* Creating Tables
* Connecting an HTML document to your database
* Entering records through forms
* Displaying records
This series will get VERY technical very fast and it will contain valuable information.
They are making these training cds available to people worldwide and will even cover cost of shipping. New issues will be released either monthly or bi-monthly and get increasingly advanced. They will always remain free and subscription is only required once.
I've already been receiving training cds from 3D Buzz and I can assure you that this is for real and there are no catches. Hopefully some of you can benefit from this information. The first issue should be released within the next few days.
Here is a direct link to the subscription page
http://sv2.3dbuzz.com/vbforum/vmag_reg.php
a checkbox has been added for PHP and MySQL
Regards,
draz"
|
Posted by jesus on Monday, May 06 @ 09:23:46 EDT (270 reads)
(comments? | Score: 5)
|
|
Anonymous writes "A bi-weekly programming contest to test your skills. Codewalkers is pleased to announce the first of many coding contests that they will be holding. Each contest will combine programming skill with the presentation of a finished project. Contests will range from those that beginners can participate in to advanced only events. Prizes will include a Zend t-shirt.
for more information on this contest please visit the codewalkers site www.codewalkers.com."
|
Posted by jesus on Tuesday, April 09 @ 10:24:33 EDT (256 reads)
(comments? | Score: 5)
|
|
Some people are having problems getting the Axiom Photo/News Gallery to work properly. the most common complaint i have recieved is this ::
(Fatal error: Call to undefined function: imagecreatefromjpeg() in /servername/picgallery/pictureFunctions.inc on line 43)
this problem is because there is not support for the gd-lib compiled into php. PHP must be compiled with gd for Axiom Photo Gallery to run properly.
Testing for gd ::
if you are having this error and you don't know if gd has been compiled into PHP you can write a simple script to check. let's name the script info.php. now open info.php with your favorite text editor. enter the line <? phpinfo() ?> . now just point your browser to that script.
in the top section you should have the line '--with-gd=../gd-1.8.4' (the version doesn't have to be 1.8.4). see the image below for an example
|
Axiom Photo Gallery Released
|
|
Axiom Photo Gallery has been released. it was released yesterday. features include: create new albums, rate photos, post comments, upload news and more. Supports themes and templates. you can veiw more about this project here hope you all enjoy this program.
|
Using PHP and MySQL with Flash
|
|
Flash is one of those "must have" skils for any web developer. in this tutorial on PHPBuilder.com, Jeffrey Hill takes us through the steps of making PHP applications work in conjuction with Flash and MySQL database. this article is very good for beginners with MySQL and PHP. However, you should really have a decent understanding of Flash Actionscript. Go There Now.
|
Posted by jesus on Sunday, February 24 @ 21:33:22 EST (297 reads)
(comments? | Score: 0)
|
|
this tutorial byRichard Baldwin is a good beginers' course. it covers all the basics. if you are a programmer already you might find that it goes a little slow. but i would say that it is very useful.
read more for an excerpt.
|
Xquery looks as if it will help eliminate the problem of using a database for storing all information no matter how small. if you've done any database development you've probably noticed that people seem to want you to store almost all information in the DB without regard to how storing that information might hurt the overall performance of the site.
for example, why would anyone store site specific variables in a DB? by this i mean font size, color, weight or table background colors. but also other information that just a few years ago was held quite nicely in text files are now being held in a DB.
now there is a solution!! Xquery makes it possible to query an xml document as if it were a table in a DB. actions speak louder than words so here is an example from Microsoft.
and here is an excerpt from the W3C specification -->
"XML is an extremely versatile markup language, capable of labeling the information content of diverse data sources including structured and semi-structured documents, relational databases, and object repositories. A query language that uses the structure of XML intelligently can express queries across all these kinds of data, whether physically stored in XML or viewed as XML via middleware. Because query languages have traditionally been designed for specific kinds of data, most existing proposals for XML query languages are robust for particular types of data sources but weak for other types. This specification describes a query language called XQuery, which is designed to be broadly applicable across all types of XML data sources."
|
Posted by jesus on Wednesday, February 20 @ 10:14:07 EST (365 reads)
(comments? | XML | Score: 0)
|
|
Anonymous writes "Let me inform you about new PHP software.
The PHP Encoder allows to encode PHP scripts before
distributing it. The script code saving with use cryptography.
This software working on ALL computer and server platforms
which support PHP. The PHP Encoder includes converter
for encryption/decryption of your scripts.
Yours truly,
Sergey Repetov.
www.rssoftlab.com"
|
Posted by jesus on Thursday, February 07 @ 12:49:15 EST (306 reads)
(comments? | Score: 0)
|
|
Internet Explorer on UNIX!! Crazy
|
|
Download the most up-to-date version of Internet Explorer available for Solaris and HP-UX versions of UNIX.
Note All UNIX versions of Internet Explorer currently available on this site give you 128-bit encryption, the highest level of protection possible whenever you use credit cards or make other financial or confidential transactions over the Internet. Internet Explorer with 128-bit encryption is eligible for export from the U.S. to all customers worldwide, except to U.S. embargoed destinations. Information on exporting Microsoft technologies is available at www.microsoft.com/exporting/. |
|
How to build a photo gallery
|
|
In this tutorial onWeb Monkey Tod Kennedy take us through the basics of how to build a photogallery for the web. This is one of those applications you have to try to appreciate. Once you've completed a photo gallery application it's really rewarding. I will upload the photo gallery app that I created after the host here tells me where he hid image magik.
|
|  |
Don't have an account yet? You can create one. As registered user you have some advantages like theme manager, comments configuration and post comments with your name.
|
Developing free software can be expensive and time consuming for the developer. I hope those of you who can afford to make a contribution do it. Please help keep free software free! Donation is only $20 US
|
There isn't a Biggest Story for Today, yet.
|
Currently there is a problem with headlines from this site
|
|