Posts Tagged ‘tips n tricks’

Making your content load faster than design

Is your blog slow? How many javascript is being loaded to your site on each page load? Is it 4? 5? 6? or even 7? No matter how many javascript is being loaded to your site, your site will still be slow. The page will first try to load the HTML skeletons, javascript and CSS […]

Securing PHP – avoid basic exploits and vulnerabilities

I am gonna give you some ideas for writing secure codes for general coding flaws in PHP. Most of the time, the programmers forget to sanitize the user input in their PHP code & hence, the code becomes vulnerable to some of the common exploits like file inclusion vulnerabilities, SQL injection, XSS & others… So […]

Some Tips Tricks to hack and play with XP admin

I am going to show you some ways you may get admin access to the XP or change password of another administrator. In fact, none of these work in 100% condition but they are worth giving the try and we may have luck sometimes.1) When you boot the computer and come to the login screen, […]

HideTab lets you cloak embarrassing tabs quickly

Besides blazing fast JavaScript benchmarks, privacy mode is the big new feature in modern browsers. The latest version of Firefox includes many privacy enhancements that can keep others from seeing what you’ve been up to while online. But what if a friend, family member, or boss wants to borrow and/or look at something on your […]

Test If A Website Is Down For Everyone or Just For You

Given the amount of people that message me on IM to check if Paypal, their blog or another website is also down for me, I suspect that not every one know this little handy tool. (Not pointing fingers, I used to harass people all the time when my websites went down as well…). Downforeveryoneorjustme.com will […]

Posting HTML codes without rendering

While I was writing for Adding social bookmarking options in Blogspot, I came across this peculiar problem. Whatever HTML code I would write in my post would get rendered and wont show as it is. First I tried tag, but failed. Finally i came across an easy solution. Here it goes, hope this will also […]

Visual Basic Tutorial continued…

More About EventsThe Form has more events besides the Form_Load event.How can you find them? Click on the Drop-Down List that found in the upper left corner ofthe Code Window, where appears right now the text “Form” You will see a list of the components that found in your program.You have 1 command button with […]

Getting started with Visual basic 6

The first thing you do is,Run the Visual Basic program. The first thing you see is: Here you choose what is the kind of the program you want to create.For creating a simple Visual Basic program, choose the Standard EXE,and press the Open Button. (If the above figure is not the first thing you see […]

How to Increase laptop battery life

Every year laptops are getting faster, better and lighter. But one thing that is far behind is the battery life, which has stayed roughly the same for the last couple of years, but the battery is not ot blame for this, it is the laptop. Even though companies such as Intel release new processors that […]