Skip to content

prosoxi.com

Attention in classroom

  • Programming
    • ASP / ASP.net
    • .htaccess
    • PHP
    • JavaScript – Ajax
    • Facebook
    • HTML – XHTML
    • MySQL
    • node js
    • CSS
    • SEO
    • Flash
  • Mobile / Tablet
    • ionic framework
    • Android
    • cordova
    • ios
  • Graphics
    • After Effects
  • OS
    • Windows
    • MAC
    • Linux
  • Network
    • Trixbox
    • Plesk
    • Dreambox
  • News
    • Hack
    • Tutorials
    • Tips & Tricks
    • promo codes

Category Archives: Programming

JavaScript to scroll to the top of the page

The following JavaScript link in your page will cause the page to scroll to the top:

Posted byProsoxi.com WebmasterMarch 21, 2011Posted inJavaScript - AjaxTags: anchor, javascript, top of pageLeave a comment on JavaScript to scroll to the top of the page

Speed up Your Website & Reducing Load on Web Server

If you ever have developed a website which has tasted a bit of success and has reached to serious volume of traffic, welcome to the Big boys club and new headaches!

Posted byProsoxi.com WebmasterMarch 18, 2011Posted inProgrammingTags: cache, speedLeave a comment on Speed up Your Website & Reducing Load on Web Server

Protected: SEO Tools

There is no excerpt because this is a protected post.

Posted byProsoxi.com WebmasterMarch 18, 2011Posted inSEOTags: seo

PHP Predefined Constants

Core Predefined Constants These constants are defined by the PHP core. This includes PHP, the Zend engine, and SAPI modules.

Posted byProsoxi.com WebmasterMarch 15, 2011Posted inPHPTags: PHPLeave a comment on PHP Predefined Constants

PHP Rename File If Exists

function rename_if_exists($dir, $filename) { $ext = strrchr($filename, ‘.’); $prefix = substr($filename, 0, -strlen($ext)); $i = 0; while(file_exists($dir . $filename)) { // If file exists, add a number to it. $filename = $prefix . ++$i . $ext; } return $filename; }

Posted byProsoxi.com WebmasterMarch 15, 2011March 15, 2011Posted inPHPTags: PHPLeave a comment on PHP Rename File If Exists

PHP readfile

Returns the number of bytes read from the file. If an error occurs, FALSE is returned and unless the function was called as @readfile(), an error message is printed.

Posted byProsoxi.com WebmasterMarch 15, 2011Posted inPHPTags: attachment, PHPLeave a comment on PHP readfile

Posts navigation

Newer posts 1 … 120 121 122 123 124 … 190 Older posts

Advertise

Whocallsme.gr Widget Lookup

May 2025
M T W T F S S
 1234
567891011
12131415161718
19202122232425
262728293031  
« May    
prosoxi.com, Proudly powered by WordPress.