Category
How to change wordpress password through phpMyAdmin
Through phpMyAdmin This article is for those who have phpMyAdmin access to their database. Note: use phpMyAdmin at your own risk. If you doubt your ability to use it, seek further advice. WordPress is not responsible for loss of data. Begin by logging into phpMyAdmin and click databases. Image #2 A list of databases will [...]
lt
Large File Uploads and php.ini
Default php settings do not allow uploads for files larger than 2 MB. For larger file uploads, you need to edit following php.ini settings * file_uploads * upload_max_filesize * max_input_time * memory_limit * max_execution_time * post_max_size upload_max_filesize and post_max_size upload_max_filesize is the maximum file size that can be uploaded with php script. post_max_size should be [...]
Presentation
Culture View more presentations from Reed Hastings.
How to Restart Red 5
How to stop, start or restart red5 Important commands for the red5: Login to ssh and enter the following commands. #cd /usr/local/red5 (takes you to the red5 folder) to stop red5: #service red5 stop or #./red5-shutdown.sh the command to start red5: #./red5.sh & When you see this line it’s over: [INFO] [main] org.springframework.context.support.FileSystemXmlApplicationContex t – [...]
Run a traceroute on Windows XP
How to Run a Traceroute on Windows XP Click the START menu (lower left corner) Select ‘Run’ Type: “cmd” (no quotes) In the DOS prompt, type “tracert domain.com” (without quotes) That’s it. Now the hops begin.
Core Process Overview
5 distinct phases (credit Kelly Goto of Web ReDesign: Strategies for Success): 01 DEFINE {DISCOVER gather information, understand audience, analyze industry} {PLAN create project plan, set budget, create schedule, assign team, set up stage, plan testing} {CLARIFY goals, communication, kick off} 02 STRUCTURE CONTENT PLAN {audit existing content, outline new content, create delivery plan} STRUCTURE [...]
PHP: GET, POST & COOKIE
There are three ways of moving data between web pages using PHP: Web links and URLs use the GET function. Forms use the POST function. Cookies use the COOKIE function.
