Showing results 1 to 28 of 28
Search took 0.01 seconds; generated 5 minute(s) ago.
Posts Made By: bimaljr
Forum: PHP 4 Days Ago
Replies: 0
Views: 70
Posted By bimaljr
Create Facebook Marketplace access PHP code with Facebook API

Hi
I want to create PHP pages from where I can access my Marketplace of Facebook.. where I can create/update/delete bulk Items (Not for spamming. I want to manage some 30/40 items from my own...
Forum: XML, XSLT and XPATH Oct 15th, 2008
Replies: 0
Views: 310
Posted By bimaljr
Need to show thumbnail of images

I want to show the thumbnails of all images whis is also available in XML file. Please help me how to do this


I have this type of XML (test.xml) :


<?xml version="1.0"...
Forum: Shell Scripting Oct 15th, 2008
Replies: 2
Views: 466
Posted By bimaljr
Re: How to bulk resize JPG files in folder and subfolder

Oh
I got the command
find . -iname "*.jpg" | xargs -l -i convert -resize 1000x600 {} {}

This will do my job.
Forum: Shell Scripting Oct 14th, 2008
Replies: 2
Views: 466
Posted By bimaljr
How to bulk resize JPG files in folder and subfolder

Hi
I want to resize all my photos but there are so many subfolders too and every subfolder contents JPG files. Now, I want to resize all my main and sub folder's JPG files with HIGEST CLEARITY.

I...
Forum: PHP Oct 3rd, 2008
Replies: 3
Views: 467
Posted By bimaljr
Re: To convert ASPX files to PHP

I tried it but it only converts ASP to PHP.. and my site is based on ASP.NET 2.0 (VB based)
Forum: MySQL Oct 3rd, 2008
Replies: 7
Views: 754
Posted By bimaljr
Forum: PHP Sep 29th, 2008
Replies: 3
Views: 467
Posted By bimaljr
To convert ASPX files to PHP

Hi
I have a running website which is based on ASP.NET
Now I want to convert the full webiste in PHP.

The current website is based on DotNetNuke and also modified some modules. Please provide your...
Forum: MySQL Sep 24th, 2008
Replies: 7
Views: 754
Posted By bimaljr
Re: Move database from MSSQL to MySQL

The .SQL file created successfully. But, when I was going to restore it, it gives me error.

I think the SQL file is based on mysql version 4.

The table structure is :
CREATE TABLE...
Forum: PHP Sep 22nd, 2008
Replies: 2
Views: 304
Posted By bimaljr
Re: I need Secure (with login feature) ShoutBox

I need shoutbox something like this :
http://lumichat.com/yshout5/example/

About secure, I need login feature. So cannot post with other nicknames.
Forum: PHP Sep 21st, 2008
Replies: 2
Views: 304
Posted By bimaljr
I need Secure (with login feature) ShoutBox

Hi,
I need a PHP Shoutbox with Login feature so there will be no spamming. I have also MySQL database. I don't mind with of without MySQL facility. I just need a good ShoutBox.

Thank You
Forum: IT Professionals' Lounge Sep 18th, 2008
Replies: 7
Views: 1,322
Posted By bimaljr
Re: bulk rename files

Thank you ghostdog74,
This one is also userfull
Forum: IT Professionals' Lounge Sep 12th, 2008
Replies: 7
Views: 1,322
Posted By bimaljr
Re: bulk rename files

Thank you..
It works as you say.. It's perfectly working

Thanks again
Forum: IT Professionals' Lounge Sep 11th, 2008
Replies: 7
Views: 1,322
Posted By bimaljr
Re: bulk rename files

How to use this ? Sorry I don't know.
Because it's not a single line command.
Forum: IT Professionals' Lounge Sep 11th, 2008
Replies: 7
Views: 1,322
Posted By bimaljr
bulk rename files

Hi,
I just need to know a simple command to bulk renaming.
I have hundreds of .DEB files. I want to remove 4%3a from all file names.

example :
old name :
ark-kde4_4%3a4.0.3-0ubuntu4_i386.deb
new...
Forum: MySQL Sep 4th, 2008
Replies: 7
Views: 754
Posted By bimaljr
Re: Move database from MSSQL to MySQL

To buddylee1.7 : My MSSQL server is down now.. will try it.

Any more suggestions are also welcome...

If anyone has tried any other process or technique please reply here with descriptions
Forum: MySQL Sep 3rd, 2008
Replies: 7
Views: 754
Posted By bimaljr
Re: Move database from MSSQL to MySQL

Thank you for reply..
I will try and will reply here
Forum: MySQL Sep 3rd, 2008
Replies: 7
Views: 754
Posted By bimaljr
Move database from MSSQL to MySQL

Hi

I have a database running on MSSQL server 2005. Now I want to move all my data in MySQL server 5.

I am familiar with MySQL and PhpMyAdmin. Please help me what is the best way to do this.

Thanks
Forum: Python Aug 18th, 2008
Replies: 8
Views: 620
Posted By bimaljr
Re: How to count files of particular type (like *.txt) in a folder

Thanks to all of you.. I just need it... thanks again :)
Forum: Python Aug 16th, 2008
Replies: 8
Views: 620
Posted By bimaljr
Re: How to count files of particular type (like *.txt) in a folder

Yes.. You are right again...

Thanks a lot...
Forum: Python Aug 16th, 2008
Replies: 8
Views: 620
Posted By bimaljr
Re: How to count files of particular type (like *.txt) in a folder

Thanks it works.. but I want the number... not the file list
Forum: Python Aug 16th, 2008
Replies: 8
Views: 620
Posted By bimaljr
How to count files of particular type (like *.txt) in a folder

Hi
I just want to count files of particular type (like *.txt) in a folder.

I searched net and found this for all files count :
file_count = len(os.walk(valid_path).next()[2])

But I need perticuler...
Forum: PHP Aug 14th, 2008
Replies: 2
Views: 543
Posted By bimaljr
Re: how to make php page secure (SSL) ?

Thank you for reply.

But please provide more info with a sample form. because I am doing this first time.
Example I want to collect three text data.. 1) Full name 2) Username 3) password... I am...
Forum: PHP Aug 13th, 2008
Replies: 2
Views: 543
Posted By bimaljr
how to make php page secure (SSL) ?

Hi,
I have a single page website. It contains only a form to signup.. and I want to make it secure.

I have self signed certificate to test. My admin has setup a self signed certificate. But I don't...
Forum: Python Jul 25th, 2008
Replies: 7
Views: 292
Posted By bimaljr
Re: Help newbie : need simple code

Thanks a lot... It is working prefectly.. Thank you
Forum: Python Jul 25th, 2008
Replies: 7
Views: 292
Posted By bimaljr
Re: Help newbie : need simple code

Sorry now it works perfectly.. I done a mistake.. used tab on 4,8 and 10 line. Used space. and problem solved. Thanks once again.
Forum: Python Jul 25th, 2008
Replies: 7
Views: 292
Posted By bimaljr
Re: Help newbie : need simple code

Thanks Again.... It works without error.. but the file cannot copy. I am on linux system, It works without error
here is the code :
Forum: Python Jul 25th, 2008
Replies: 7
Views: 292
Posted By bimaljr
Re: Help newbie : need simple code

Thanks for reply. I don't know the how to notify this script the input file.. mean I don't know the replacement for <file_to_copy> , that's why I confused.

Please provide what to replace with...
Forum: Python Jul 25th, 2008
Replies: 7
Views: 292
Posted By bimaljr
Help newbie : need simple code

Hello
I am fresh newbie in Python world. I need a python code that just copy my input file with a different name. I just want to test it.

Example.
A simple scipt file : copyfile.py
when I do a...
Showing results 1 to 28 of 28

 
All times are GMT -4. The time now is 8:03 am.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC