Mindblown: a blog about philosophy.

  • PHP Magic Functions: Best Part of Object Oriented PHP – Part 1

    There are some reserved function names  in PHP class starting with __ ( double underscore ). These are __construct, __destruct, __isset, __unset, __call, __callStatic, __sleep, __wakeup, __get, __set, __toString, __set_state, __invoke and __clone. You cannot use these functions to serve your logical purpose but these are meant to be used for providing magic functionality. Lets start…

  • Miscellaneous Archives – Page 58 of 58 – Web Developer Juice

    You must heard of sexy bookmark plugin of wordpress. I really like the way it pop up the icons on hover. Sexy bookmarks is using javascript to accomplish this. I tried it using only css. This method of using css is known… More

  • 40 Amazing jQuery Plugins For 2013

    Everyone likes Jquery as they have a community consisting of programmers who do exciting things. But the problem is most of us do not know the plugin that works best and spend a lot of time looking for the right one. Hundreds upon hundreds of new jQuery plugins are released every year. Some basic, offering…

  • How To Design and Develop Websites on Your iPad

    Back in the 1960’s a radical new show named Star Trek was seen on television. The crew of the show’s starship routinely used technology that was never before seen. Captain Kirk regularly reviewed reports on a handheld device called a PADD or Personal Access Display Device. The dream of tablet computing was born. Today, tablets…

  • Steve, Author at Web Developer Juice – Page 2 of 67

    There are several essential best practices for secure web application development. Today’s web applications are a core component of modern business operations, digital entertainment, online gaming, and daily productivity. Therefore, published web applications must be able to withstand data breaches, secure sensitive… More Companies and organizations are focusing on developing custom web applications these days…

  • PHP Archives – Page 3 of 4 – Web Developer Juice

    Startup guys are incredibly good with ideas, they can easily bring “Slashdot effect” on their website and obviously they are on low budget in starting days. Now What to do? Here is the solution: STOP APACHE!! Yes u read that right 😐… More Ever wanted to be a expert in WordPress or have tried to…

  • plugin Archives – Web Developer Juice

    WordPress Plugins – Not much in the recent past, having a responsive website that works on desktop and mobile devices used to be an option. Today, it is outright necessary. Even when people are using your website at first, they will flock… More It’s no secret that among all the remarkably useful features of WordPress,…

  • How to disable resize property of textarea using css

    Sometimes it seems very frustrating to keep textarea in resizable mode. You can disable this property very easily by simple CSS rule. To disable resizable in all textareas in a page, use textarea { resize: none; } To disable resizable in selected textareas via ID in a page, use #textareaId{ resize: none; } To disable…

  • Modern Changes That You Should Consider for Your Web Site

    Websites need to modernize and get updated periodically otherwise they grow stale. Ideas for web design that were good 2-3 years ago can be no longer accepted as best practice because technology moved on, and what Google sees as acceptable has altered.Here are a few Modern changes and improvements you should think about making to…

  • jQuery Archives – Page 3 of 12 – Web Developer Juice

    Generally on WDJ we prefer not to write specifically about any particular jQuery Plug-in but rather are keen on providing our users with a list of jQuery Plugins on the whole however there are a few cases where in some great jQuery… More You might have recently experienced that you have to handle clicks in…

Got any book recommendations?