bloody error
hope something here may help you...
  • Home
  • Apache
  • C++
  • Linux
  • Mac OS X
  • Networking
  • PHP
  • Tips
  • Windows
Browse: Home / Jeevan

Jeevan

Jeevan

MySql Replace word by SQL Query

By Jeevan on January 14, 2010

Do you know that You CAN replace MySql field values by SQL query? it’s pretty simple. Use update Command with “replace” to set value to field: UPDATE table_name SET table_field = REPLACE(table_field,’replace_string’,'with_this_string’); Not only this, you can do whole lot of other things without having to write any programes (php, asp etc) to do some [...]

Posted in Tips | Tagged MySql, replace string, Sql, Tips, Update Sql | Leave a response

Batch Renaming Files on Mac OS X

Batch Renaming Files on Mac OS X

By Jeevan on November 7, 2009

I’ve spent hours looking for an easier way to batch renames files with a sequential number at the end. In Microsoft Windows Operating systems, simply select all files and rename one; that will rename rest of the selected files with Name given and add numbers at the end of file name. There are few Applications [...]

Posted in Mac OS X | Tagged Apple Mac, batch rename, Leopard, rename, Snow Leopard, utils, workflow | Leave a response

PHP : get Request protocol Http or HTTPS

By Jeevan on September 18, 2009

How to get Requested protocol Http or HTTPS in PHP? This function will return True if HTTPS when called… is_https() { return strtolower(substr($_SERVER["SERVER_PROTOCOL"],0,5))==’https’? true : false; } is_https() { return strtolower(substr($_SERVER["SERVER_PROTOCOL"],0,5))==’https’? true : false; }

Posted in PHP | Tagged code, PHP, protocol | Leave a response

Split & Concat Snow Leopard Error : (-2753) The variable thePanel is not defined

Split & Concat Snow Leopard Error : (-2753) The variable thePanel is not defined

By Jeevan on September 13, 2009

* New Version of Split & Contact is Now Available for Mac OS X 10.6 (Snow Leopard) http://www.freebyte.com/hjsplit/#mac Issue: After updating My Leopard (OS X 10.5) to Snow Leopard (OS X 10.6), Split & Contact started to show this error message: It seems there won’t be an update soon to Fix this problem from Developers… [...]

Posted in Mac OS X | Tagged 2753, Error, HJSplit, Java, Leopard, Snow Leopard, Split & Concat | 2 Responses

ScreenGrabber for Mac

ScreenGrabber for Mac

By Jeevan on August 28, 2009

Like many others available in Windows, this is the first one working perfectly (Almost) to capture videos screen shots and create one large image for Preview… and its FREE. ScreenGrabber 2.0 is a Mac OS X application for grabbing screen shots at even timeintervals from a movie. Very useful for creating previews, and thumbnails. Download [...]

Posted in Mac OS X | Tagged image capture, mac osx, movie preview, screen capture, screen grabber, thumbnail preview | Leave a response

Next »


Recent Comments

  • Lola on Split & Concat Snow Leopard Error : (-2753) The variable thePanel is not defined
  • fares on Object doesn’t support this property or method
  • ashish on Installing Windows XP over Linux Fedora Core over Windows Vista
  • Cameron on Split & Concat Snow Leopard Error : (-2753) The variable thePanel is not defined
  • Jeevan on Unix shell command to Detect DDoS attack

Tags

.htaccess administrator Apache Apple Mac bootloader boot loader C++ command Dual boot Error Fedora Core GRUB hosts httpd IE8 install installation Internet Explorer Leopard Linux Mac OS X MBR MFC Microsoft moving domain network OS X PHP programming redirect RegEdit RegEx Rescue server shell Snow Leopard URL validate URL validator Vista Visual Studio VS VS 2005 Windows Wizard XP

Copyright © 2010 bloody error.