Main > Free Download Search >

Free ogame tips script

ogame tips

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 128
Pondok PHP

Pondok PHP


Offers several PHP scripts of the authors own, and some written by others and partially modified. All scripts updated for Globals=OFF and new PHP sessions without cookies. Very usefull tips section wi more>> Offers several PHP scripts of the authors own, and some written by others and partially modified. All scripts updated for Globals=OFF and new PHP sessions without cookies. Very usefull tips section with latest tips/links to interesting other tips/hints. Added some tips on difference between IE and Firefox this can save a few hours trial and error. Several new updates<<less
Added: 2003-02-10 License: Freeware Price: Free
2449 downloads
Bullschmidt ASP Developer Tips 2.0

Bullschmidt ASP Developer Tips 2.0


ASP Web developer tips and guidelines including such things as included files, database passwords, post-back pages, flushing the buffer... more>> ASP Web developer tips and guidelines including such things as included files, database passwords, post-back pages, flushing the buffer...<<less
Added: 2003-05-27 License: Freeware Price: 0.00
10 downloads
 
Other version of Bullschmidt ASP Developer Tips
Bullschmidt ASP Developer TipsASP Web developer tips and guidelines including such things as . ASP Web developer tips and guidelines including such things as
License:Freeware
Download
2343 downloads
Added: 2003-05-27
Troubleshooting ASP.NET on IIS (KB100006) 100006

Troubleshooting ASP.NET on IIS (KB100006) 100006


This article provides some helpful tips in working with ASP.NET on Microsofts Internet Information Services (IIS) web server, providing walkthrough descriptions and resolutions for common problems that the author has experienced. more>> This article provides some helpful tips in working with ASP.NET on Microsofts Internet Information Services (IIS) web server, providing walkthrough descriptions and resolutions for common problems that the author has experienced.<<less
Added: 2004-02-22 License: Freeware Price: $0.00USD
12 downloads
 
Other version of Troubleshooting ASP.NET on IIS
Troubleshooting ASP.NET on IIS (KB100006)tips in working with ASP.NET on Microsofts Internet Information Services (IIS) web server ... tips in working with ASP.NET on Microsofts Internet Information Services (IIS) web server
License:Freeware
Download
2077 downloads
Added: 2004-02-22
AndreaPHP Programming

AndreaPHP Programming


AndreaPHP provides free PHP source code, webmaster resources, scripts, tips and tricks, programming techniques, discussion board and downloads all for free more>> AndreaPHP provides free PHP source code, webmaster resources, scripts, tips and tricks, programming techniques, discussion board and downloads all for free<<less
Added: 2005-05-11 License: Freeware Price: Free
1627 downloads
Tech Articles, Tutorials, Ebooks and White Papers

Tech Articles, Tutorials, Ebooks and White Papers


GeekAricles Database of exclussive collection of Technolgy Ebooks, Tech Articles, Computer Online books, Free Training resources, White Papers, Tips, tricks and Latest Technology news. The subjects in more>> GeekAricles Database of exclussive collection of Technolgy Ebooks, Tech Articles, Computer Online books, Free Training resources, White Papers, Tips, tricks and Latest Technology news. The subjects includes C, C++, C#, Java, J2EE, .NET, PeopleSoft, SAP, Siebel, Oracle Apps 11i, Data warehousing, Oracle/SQL Server/DB2 and Testing.<<less
Added: 2005-08-12 License: Freeware Price: Free
1538 downloads
Free PHP Scripts, Tips and Resources

Free PHP Scripts, Tips and Resources


Free PHP Scripts such as the ClickBank Search Engine, Form Generator, Tell A Friend, Testimonial Rotator and more. PHPFreebies.com also provides tips and tutorials covering various aspects of the PHP more>> Free PHP Scripts such as the ClickBank Search Engine, Form Generator, Tell A Friend, Testimonial Rotator and more. PHPFreebies.com also provides tips and tutorials covering various aspects of the PHP Programming language. At PHPFreebies.com youll also find various PHP related resources for developers and webmasters.<<less
Added: 2005-09-22 License: Freeware Price: Free
1496 downloads
SimcoWeb Tutorials and Tips

SimcoWeb Tutorials and Tips


Learn basics and intermediate PHP programming skills with our helpful articles and tutorials. Also CSS tricks and tips, marketing tips and other website related materials. This site also includes a la more>> Learn basics and intermediate PHP programming skills with our helpful articles and tutorials. Also CSS tricks and tips, marketing tips and other website related materials. This site also includes a large assortment of webmaster related resources.<<less
Added: 2006-04-19 License: Freeware Price: Free
1285 downloads
PHP Script Tips - Reading and Writing Files

PHP Script Tips - Reading and Writing Files


A collection of 14 tips on PHP functions on file input and output. Clear answers are provided with tutorial exercises on opening files for reading and writing, appending data to existing files, readin more>> A collection of 14 tips on PHP functions on file input and output. Clear answers are provided with tutorial exercises on opening files for reading and writing, appending data to existing files, reading file by line or character, reading file in binary mode. Special topics are: How To Append New Data to the End of a File? How To Read One Character from a File? How To Read a File in Binary Mode? How To Read Data from Keyborad (Standard Input)? How To Open Standard Output as a File Handle?<<less
Added: 2006-05-22 License: Free for non-commercial use Price: Free
1277 downloads
Health Tip Buddy

Health Tip Buddy


Health Tip Buddy is a free, easy-to-install web site tool that allows your visitors to sign up for e-mail health tips. The program comes with everything you need, including 26 tips - two a month for a more>> Health Tip Buddy is a free, easy-to-install web site tool that allows your visitors to sign up for e-mail health tips. The program comes with everything you need, including 26 tips - two a month for a year. You can easily add more tips yourself, manage subscribers, and set the look and feel of the e-mail so that it matches your web site. The sign-up script includes a Captcha program to prevent automated sign-ups.<<less
Added: 2006-05-05 License: Freeware Price: Free
1269 downloads
PHP Script Tips - Creating Your Own Functions

PHP Script Tips - Creating Your Own Functions


A collection of 19 tips on creating your own PHP functions. Clear answers are provided with tutorial exercises on defining functions, defining arguments, passing references, returning references, argu more>> A collection of 19 tips on creating your own PHP functions. Clear answers are provided with tutorial exercises on defining functions, defining arguments, passing references, returning references, argument default values, etc. Special topics are: How To Pass Variables By References? How Arrays Are Passed Through Arguments? How To Pass Arrays By References? How To Return an Array from a Function? What Is the Scope of a Variable Defined in a Function? How To Access a Global Variable inside a Function? How To Return a Reference from a Function? How To Specify Argument Default Values? How To Define a Function with Any Number of Arguments?<<less
Added: 2006-05-22 License: Free for non-commercial use Price: Free
1265 downloads
PHP Script Tips - PHP Built-in Functions for Arrays

PHP Script Tips - PHP Built-in Functions for Arrays


A collection of 19 tips on PHP functions on arrays. Clear answers are provided with tutorial exercises on searching keys and values, sorting arrays, merging two arrays, looping on array elements, expa more>> A collection of 19 tips on PHP functions on arrays. Clear answers are provided with tutorial exercises on searching keys and values, sorting arrays, merging two arrays, looping on array elements, expanding and truncating arrays. Special topics are: How Do You If a Key Is Defined in an Array? How To Sort an Array by Values? How To Join a List of Keys with a List of Values into an Array? How To Merge Values of Two Arrays into a Single Array? How To Use an Array as a Queue? How To Pad an Array with the Same Value Multiple Times?<<less
Added: 2006-05-22 License: Free for non-commercial use Price: Free
1262 downloads
Exercise Tip Email Buddy

Exercise Tip Email Buddy


Exercise Tip Buddy is a free, easy-to-install web site tool that allows your visitors to sign up for an exercise tip mailing list. The program comes with everything you need out of the box, including more>> Exercise Tip Buddy is a free, easy-to-install web site tool that allows your visitors to sign up for an exercise tip mailing list. The program comes with everything you need out of the box, including 26 exercise tips tips - thats two a month for a whole year. You can easily add more tips yourself, manage subscribers, and set the look and feel of the e-mail so that it matches your web site.<<less
Added: 2006-05-11 License: Freeware Price: Free
1261 downloads
PHP Script Tips - Working with MySQL Database

PHP Script Tips - Working with MySQL Database


A collection of 21 tips on working with MySQL database. Clear explanations and tutorial exercises are provided on connecting and selecting MySQL database, creating and dropping tables, inserting, upda more>> A collection of 21 tips on working with MySQL database. Clear explanations and tutorial exercises are provided on connecting and selecting MySQL database, creating and dropping tables, inserting, updating, and deleting rows, selecting and looping through data rows, searching by key words, setting auto-increment IDs.<<less
Added: 2006-06-12 License: Free for non-commercial use Price: Free
1254 downloads
PHP Script Tips - Working with Directoris and Files

PHP Script Tips - Working with Directoris and Files


A collection of 8 tutorials on working with directories and files: How To Create a Directory? How To Remove an Empty Directory? How To Remove a File? How To Copy a File? How To Dump the Contents of a more>> A collection of 8 tutorials on working with directories and files: How To Create a Directory? How To Remove an Empty Directory? How To Remove a File? How To Copy a File? How To Dump the Contents of a Directory into an Array? How To Read a Directory One Entry at a Time? How To Get the Directory Name out of a File Path Name? How To Break a File Path Name into Parts?<<less
Added: 2006-06-12 License: Free for non-commercial use Price: Free
1252 downloads
PHP Script Tips - Understanding and Using Sessions

PHP Script Tips - Understanding and Using Sessions


A collection of 19 tips on understanding and using sessions in PHP. Clear explanations and tutorial exercises are provided on starting and closing sessions, saving and retrieving values in sessions, d more>> A collection of 19 tips on understanding and using sessions in PHP. Clear explanations and tutorial exercises are provided on starting and closing sessions, saving and retrieving values in sessions, deciding how session IDs to be transferred, deciding where to store session files, deciding when to expire session values, etc. Topics included in this collections: What Is a Session? How To Turn On the Session Support? How To Save/Retrieve Values to the Current Session? What Is a Session ID? How To Retrieve the Session ID of the Current Session? What Are the Options to Transfer Session IDs? How Session IDs Are Transferred on Your Web Server? How To Force the PHP Engine to Use Cookies to Transfer Session IDs? Is It More Secure to Use Cookies to Transfer Session IDs? Where Are the Session Values Stored? What Set the Timeout Period on Session Values? How To Remove Values Saved in the Current Session? How To Tell If a Session Is New? What Is session_register()?<<less
Added: 2006-06-21 License: Free for non-commercial use Price: Free
1247 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5