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

Monthly Archives: March 2011

Customize “New Folder” and “New Shortcut” Text in Windows XP

1. Open "%windir%\System32\Shell32.dll" file in Resource Hacker and go to: String Table -> 1896 2. Now in right-side pane, you’ll see default "New Folder" and "New Shortcut" strings:

Posted byProsoxi.com WebmasterMarch 18, 2011Posted inWindows1 Comment on Customize “New Folder” and “New Shortcut” Text in Windows XP

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 … 4 5 6 7 8 9 Older posts

Advertise

Whocallsme.gr Widget Lookup

March 2011
M T W T F S S
 123456
78910111213
14151617181920
21222324252627
28293031  
« Feb   Apr »
prosoxi.com, Proudly powered by WordPress.