
Search In
How to change the Magento Admin URL / Path: By default url to the magento admin panel is www.yoursite.com/admin but If you want to change Magento admin login path, then you have to change the front name in local.xml file (app/etc/local.xml).
<ad
I was working on a project that was hosted on Github. My project was hosted on Bitbucket. Both of them uses git. Now I have to create a fork of project in my Bitbucket repository. In order to be able to get updates and without downloading and replaci
How to join tables and find by conditions in Cakephp 2 ?
There are 3 tables Venues, Venues type and Venue Opening Days. First and the most preferred way is use associations in the Model like hasMany, BelongsTo. Second way to join tables is to use th
Many time you need to refresh your page without reloading the whole page.
Some time you need it to be done automatically after a certain time.
You can do it by ajax and jquery.
Here i am writing a function which will refresh div after 10 sec.
Actually I am generating a report and print out answers under that question id. Like 13377 questiin id answered 3 times so i want to echo their answers underneath and the same for other question ids. All data is dynamic. Get unique questions id that
HI everyone, I need help plz, to write a Linux shell script :
write a utility program called spy that enables you to do just that. spy repeatedly scans the system process table, displaying processes that have started or ended since the last scan.
Th
Hello Reader's ,
Today on My blog, You will learn how to compare string length in PHP.
PHP provides strlen() function which compares two string length is equivalent to each other. The strlen() function returns the length of a string on success,
Guard statement work as an error handler. If we have to send values to server which can be empty or may not be in that condition we can use guard so that if the value is nil then app will not get crashed.
let's see ho
def greedy_cow_transport(cows,limit=10):
train = []
while sum(cows.values()) > 0:
cart = []
total = 0
for cow, value in sorted(cows.items(), key=lambda x:x[1], reverse=True):
if cows[cow] != 0 and value
With around 1.7 billion users and which are growing day by day, Facebook has now come a very important medium to promote your app and website world wide.
Facebook along with social sharing provides many other tools and options
