Archive for 'Software'
How to use Column Name Inside The LIKE Statement
LIKE keyword is usually used to search for a string value ( LIKE (‘%STRING%’) ).
If you need to search one field based on the value from another one, the replacing the string value with the column name like this LIKE (%table.column_name%) or some syntax like LIKE (’%'+`table.column_name`+’%') won’t work.
You need to use the CONCAT operator to make it the correct SQL statement.
LIKE CONCAT(‘%’, table.column_name, ‘%’)
Related Posts:
- No Related Posts
Posted: July 1st, 2010 under Software.
Comments: none
How to make Windows 7 work with Samba servers (Mac, Linux, Etc)
1. Go to the Control Panel - Administrative Tools - Local Security Policy
2. Find Local Policies - Security Options
3. Change Network security: LAN Manager authentication level to the Send LM & NTLM responses
4. Open Minimum session security for NTLM SSP and uncheck Require 128-bit encryption
Related Posts:
- No Related Posts
Posted: February 16th, 2009 under Software.
Comments: none
New Google Feature
First goto Google and enter your search term. Next, add ‘&as_qdr=d’ to the end of the URL and press enter.
Related Posts:
- No Related Posts
Posted: May 13th, 2008 under Hardware, Software.
Comments: none
OWS Deals/Coupons Website Script

Do you know that 76% of Americans use coupons on a regular basis? And up to 36% of final purchase decisions are influenced by coupons and deals availability. To make a long story short, offering coupons and deals can be a very lucrative business, in fact.
http://scripts.owsdeals.com, a leading deals/coupons website script developer with innovative approaches and professional programmers, announces the launch of its new script for people desiring to set a new online business focused on bargains, offers, deals, and coupons. The script features a code with minimal system requirements (Php and MySql based), RSS feed, a great many options for sorting goods and services by category, store, and listing time, and numerous templates so that web masters can easily customize the site’s look.
You can find best deals on our ows real production OWS Deals/Coupons Website or play with admin panel on the demo site.
Related Posts:
- No Related Posts
Posted: December 14th, 2007 under News, Internet, Software.
Comments: none
iPhone finally got full SIM Unlock
People from iphonesimfree.com claim that they finally create software that can completely unlock iPhone from AT&T compatibility only. From now on iPhone could work in T-Mobile and any other GSM network on this planet.
This statement already confirmed by such trusted source as engadget.com.
Also no words on the price for software itself and single unlock yet.
Related Posts:
- No Related Posts
Posted: August 24th, 2007 under Phones, Software.
Comments: none
How to disable that “asking confirmation for everything” in Windows Vista.
How to disable that really boring “asking confirmation for everything” Windows Vista behavior?
You can get rid of the confirmation by disabling UAC(User Account Control). The problem is that this will disable most of the Windows Vista’s new security features, so be careful with what are you doing.
- Go to Control Panel.
- Click Admin Tools.
- Click System Config.
- Click Tools.
- Disable UAC.
Related Posts:
- How to disable Auto-Restart itself and "Restart Now/Later" dialog after Windows Update
- How to connect Macintosh OS X systems to Windows networks
- Major Software Releases
Posted: June 27th, 2007 under Software.
Comments: none

