codehaven - php snippets - coding help
Generic filters
Exact matches only

Jquery – Hide – Show – Fade – Slide

jquery icon

HIDE / SHOW

FADE

SLIDE

Slide Left/Right (You need Jquery UI)

Delay

Easings in and out

Can replace this boring version!

Absolute Center of screen/page

Css - Codehaven

Just change the values of the margins depending on how big the item is, i.e a modal window. Then it will always stay 50% on the middle, minus your settings.

Spry validation formats

random coding category codehaven

First of all I don’t use, never will and also dislike Dreamweaver. It goes where the bold section is var sprytextfield1 = new Spry.Widget.ValidationTextField(“sprytextfield1”, “none”, {validateOn:[“change”]}); P.S. Don’t use speech marks if changing from “none”. var sprytextfield3 = new Spry.Widget.ValidationTextField(“sprytextfield2”, “email”, {maxChars:40}); var sprytextfield4 = new Spry.Widget.ValidationTextField(“sprytextfield3”, “none”, {minChars:6, maxChars:15}); var sprytextfield6 = new Spry.Widget.ValidationTextField(“sprytextfield5”, […]

Maximum posts change php.ini

php codehaven

PHP is set to only recieve 1000 fields per post!, but if you want more uncomment this in your php.ini file and set higher. php_value max_input_vars=3000 or it may be max_input_vars = 3000

Move a div across the screen .animate

jquery icon

Swatch Internet Time

php codehaven

Calculate Minutes of the day in Swatch Internet Time. Its now

Unit Beat Conversion 1 day = 1000 .beats 1 hour = 41.6 .beats 1 min = 0.694 .beats 1 s = 0.011574 .beats

Milliseconds – Microseconds

php codehaven

Shows only first 13 numbers due to floating point being a problem showing decimal place.

Users online

php codehaven

Handy for information on session time storing also Database SQL

Replacewith – Editable Textbox and Save Button

jquery icon

Turns a variable into an editable piece of text in a text box and a save button, when clicked displays the new amount back in a nice box without a refresh.

Select ids that increment by 1 each time

Css - Codehaven

This will hide all ids that have the word ‘themessage’ in them. The normal way below is great but id you have 100 of them, this is a waste when you can explain this in a shorter way.

Like this…..

Find Percentage of a number

random coding category codehaven

If I have £95,353.00 and I have spent £50,000 What is the percentage? =(£95,353.00/£50,000)*100 Gives me 52.43%

Show Array values – Jquery or Javascript

jquery icon

Vertical line in css

Css - Codehaven

Run tasks in parallel (using bat files)

random coding category codehaven

If we want to run tasks in parallel, this can be tricky. We want 5 files to run at the same time. If each file takes 2 seconds to run, then all of them should take 2 seconds if this is true, else it will take 10 seconds. Method 1 The below example takes 10 […]

Scrollable Div

Css - Codehaven

Get Percentage of a number

php codehaven

$total is 1232 $number is 238 The out put will show 19%

Random number – Python

Mysqli Basic – ON DUPLICATE KEY UPDATE

mysql codehaven category

The column called ‘ref’ will need to be unique. If it has a dupe, then it will complete the second part of the statement.

What Router can I use with Onestream Broadband?

What Router can I use with Onestream Broadband?

To understand this question firstly there are two types of Router available to buy if you do not have fibre fitted to your house. This would be called cable broadband. A Standard Router A router that connects devices is responsible for directing network traffic between devices within a local network (like computers, smartphones, or tablets). […]