If you were developer and just installed a WAMP in your machine.
There might be a problem where the phpmyadmin page goes blank after when you select the database.
And if you observe, this only happen when the number of table is too many.
Like this,
This problem is actually because of the setting in your php.ini config file
The setting title is called "Resource Limits". Search for this "Resource Limits" inside the php.ini and change to this.
You can set anything as long as its more than the default.
max_execution_time = 60
max_input_time = 60
memory_limit = 256M
After that, restart the WAMP and its solved.
This problem occured on WAMP5 Version 1.7.0
Wednesday, January 20, 2010
Notepad 2
Probably many ppl didnt know about "abit advance" version of notepad.
Its lightweight and almost similar to notepad.
Mostly, it is used by developer for quick editing.
As for me, i like it because its support syntax highlighting and show a line number
Here is where you can download it HERE
Some screen shot
Its lightweight and almost similar to notepad.
Mostly, it is used by developer for quick editing.
As for me, i like it because its support syntax highlighting and show a line number
Here is where you can download it HERE
Some screen shot
Tuesday, January 12, 2010
Using FTP client
In this page, I will simply teach how to use FTP (File Transfer Protocol).
Its allow you to download and upload a file into another computer.
And of course, the permission to download or upload is determine by the another computer. Lets called it as server.
First of all, is the tool required to use this FTP.
In this case I will be showing using Mozilla Firefox 3.5.7 and Core FTP Lite.
Using Mozilla Firefox
Its simple, just type the ftp URL in the URL bar. Eg: ftp://abcxyz.com.my/
Please note that Mozilla Firefox is only a client. Thus, you can only download a file from it(not upload)
Using Core FTP Lite (free edition)
First of all, download the software first
http://www.coreftp.com/
http://download.cnet.com/Core-FTP-Lite/3000-2160_4-10256215.html
Once Install. Run the software and you may have something like this
Go to the Menu > File > Connect.
The ftp server is ftp://abcxyz.com.my/. Thus, inside the HOST/IP/URL is “abcxyz.com.my”.
The username and password is depends.
After all the setting, click “Connect” button.
To use the Core FTP is also easy. Just need to drag and drop for download or upload
Conclusion
This is a simple tutorial on how to use. There is also a lot of stuff that I didn't know. Google might help.
Please note that the exact FTP link is not.
See this website http://www.cs.tut.fi/~jkorpela/ftpurl.html to see the FTP real URL format.
Well, its like this ftp://user:password@host:port/path
Its allow you to download and upload a file into another computer.
And of course, the permission to download or upload is determine by the another computer. Lets called it as server.
First of all, is the tool required to use this FTP.
In this case I will be showing using Mozilla Firefox 3.5.7 and Core FTP Lite.
Using Mozilla Firefox
Its simple, just type the ftp URL in the URL bar. Eg: ftp://abcxyz.com.my/
Please note that Mozilla Firefox is only a client. Thus, you can only download a file from it(not upload)
Using Core FTP Lite (free edition)
First of all, download the software first
http://www.coreftp.com/
http://download.cnet.com/Core-FTP-Lite/3000-2160_4-10256215.html
Once Install. Run the software and you may have something like this
Go to the Menu > File > Connect.
The ftp server is ftp://abcxyz.com.my/. Thus, inside the HOST/IP/URL is “abcxyz.com.my”.
The username and password is depends.
After all the setting, click “Connect” button.
To use the Core FTP is also easy. Just need to drag and drop for download or upload
Conclusion
This is a simple tutorial on how to use. There is also a lot of stuff that I didn't know. Google might help.
Please note that the exact FTP link is not.
See this website http://www.cs.tut.fi/~jkorpela/ftpurl.html to see the FTP real URL format.
Well, its like this ftp://user:password@host:port/path
Thursday, January 7, 2010
Flashblock
Flashlock is a Firefox add on that used to block all type of flash player.
Its let you to determine by your own to run the flash or not.
Benefit
Improve your internet speed since less data is loaded into your website page
Disable annoying advertisement
How do I get this?
Its in the Firefox add on website. Just search for "Flashblock"
Or simply click HERE
The installation should be easy for Firefox.
Here some example
Flashblock on FF Addon
Flashblock on the run
Its let you to determine by your own to run the flash or not.
Benefit
Improve your internet speed since less data is loaded into your website page
Disable annoying advertisement
How do I get this?
Its in the Firefox add on website. Just search for "Flashblock"
Or simply click HERE
The installation should be easy for Firefox.
Here some example
Flashblock on FF Addon
Flashblock on the run
Friday, January 1, 2010
Disable yahoo messanger advertisement
Im using yahoo messenger 10. and this is how I disable their advertisement. AND ITS WORKING!
Please note that I have try many other way by googling such as editing the registry file and also downloading the tweak application.
And this method is available through many website either. So I just copy and paste the link HERE
Basically
At C:\Windows\system32\drivers\etc\hosts. Open the "hosts" with notepad.
And add "127.0.0.1 insider.msg.yahoo.com"
Please not that this method can also be use to disable a lot of thing. Once I saw they use it do disable the Adobe Professional pirate version from being black listed
Thats all,
Hope its useful... guess not
Please note that I have try many other way by googling such as editing the registry file and also downloading the tweak application.
And this method is available through many website either. So I just copy and paste the link HERE
Basically
At C:\Windows\system32\drivers\etc\hosts. Open the "hosts" with notepad.
And add "127.0.0.1 insider.msg.yahoo.com"
Please not that this method can also be use to disable a lot of thing. Once I saw they use it do disable the Adobe Professional pirate version from being black listed
Thats all,
Hope its useful... guess not
Subscribe to:
Posts (Atom)