₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,324,995 members, 8,419,855 topics. Date: Thursday, 04 June 2026 at 03:08 AM

Toggle theme

FRInteractives's Posts

Nairaland ForumFRInteractives's ProfileFRInteractives's Posts

1 2 3 4 5 6 7 8 9 10 11 12 (of 15 pages)

Tech JobsRe: We Need App Developer And Web Designer That Can Train Our Teachers by FRInteractives: 4:34pm On Apr 14, 2015
Good day contact FR Interactives web & software development agency, we are based in Port Harcourt Nigeria

08072611343
WebmastersRe: How To Create A Blog by FRInteractives: 1:03am On Apr 14, 2015
A good Niche to start with eg Tech Blogs
Platform (design from scratch or use open source CMS platforms like Blogger, Wordpress, etc)
A domain
Clean, sleek and intuitive design (do it yourself if you have the skills or hire someone else to do the Job)
And of course Content.
millblogger:
what are some tips for creating great blogs?
WebmastersRe: Please Help A Friend(error 404 In My Back End) by FRInteractives: 7:34pm On Apr 10, 2015
Check if there is any .htaccess file in the root directory and change or delete this file. Do this from your ftp software
ProgrammingRe: I Need Solution!!! by FRInteractives: 9:18am On Apr 08, 2015
We can give you all you need, we are a Web Development Agency based in Port Harcourt, Nigeria. You can hire/partner with our agency and we will Develop that website of your choice be it a Web app, classified websites, or an ecommerce site.

Contact us today:
Call: 2348072611343 for more info
Locate us @ No. 5 Babbe Street, D/Line Port Harcourt, Rivers
WebmastersRe: Mediacracks Entertainment's Blog Is Up For Sale by FRInteractives(op): 2:58pm On Apr 02, 2015
You can change the domain once you buy it
midasbliss:
Common .Com Or .Info! .Co.Vu Free Domain! Naim U Wan Sell 30k Hain!
WebmastersMediacracks Entertainment's Blog Is Up For Sale by FRInteractives(op): 12:49am On Apr 02, 2015
An entertainment, news, fashion, gist blog Media Cracks is up for sale.

The admin is putting this blog up for sale due to numerous activities he has.
Here are some info about the blog:

Type: CMS (Blogger) Hosted on Blogger
Theme: custom made
Daily pages views (avg): 2000
Url: www . Mediacracksent.co.vu
Designer: FR Interactives
Admin / Manager: Media Cracks Entertainments

Sale price: N30, 000
Interested buyers should checkout the blog and send an email to mediacracksentertainments@gmail.com for more info call 08072611343
WebmastersRe: Please Help Me With Php Code To Submit Picture To Database by FRInteractives: 4:24pm On Mar 27, 2015
Well said bro
aikfrank:
If its a test then you can go ahead and debug, else if its a major project, do not post images to database.


Best practice: store images using the file system. Submitting the form will simply upload the image to a folder, and store the part in the database, then you simply retrieve the part from the database.
WebmastersRe: Please Help Me With Php Code To Submit Picture To Database by FRInteractives: 4:09pm On Mar 27, 2015
Please post the code you are using let's see where the bugs are
WebmastersRe: Help! Deleting A Database In Cpanel by FRInteractives: 6:47pm On Mar 26, 2015
Tell me which quick install you are using
dayoungmoney1:
tanx, but i didn't see any option on selecting or typing database under quick install. kindly guide me. tanx.
WebmastersRe: Help! Deleting A Database In Cpanel by FRInteractives: 4:00pm On Mar 26, 2015
If you have content stored in that database that is being used in your website, deleting it will affect those stuffs. But if you are using quick install to install wordpress just select/type the database and wordpress will just create its tables in that database
dayoungmoney1:
this is complex for me. i want to install the wordpress through quick install. i want to know if deleting the database will not crash the website.
WebmastersRe: Help! Deleting A Database In Cpanel by FRInteractives: 12:36pm On Mar 26, 2015
You can still install Wordpress on that same database what wordpress will do is to create its own database tables.

Configure your wordpress configuration file(wp-config.php) before uploading to your live server.
In the config. File update the following details:
define('DB_NAME', 'put your database name here');
define('DB_USER', 'username here');
define('DB_PASSWORD', 'password here');
define('DB_HOST', 'your host name here');//ask your webhost for this information the default is localhost but confirm.

After editing this save it and up load it to its proper directory and run the installer eg www.yoursite.com/blog
If you are installing wordpress to serve as a blog platform.
If you are installing wordpress to build your whole site eg www.yoursite.com/

Once you've run the installer to login to your dashboard use the syntax www.yoursite.com/wp-admin or www.yoursite.com/blog/wp-admin

Regards.

dayoungmoney1:
hello guyz, pls i need help. i'm kinda new to web design. i want to delete a database in cpanel and i don't know if it will affect/damage the whole website. my hosting package allows for only 1database. i want to delete the database so i can install wordpress. pls help. tanx.
ComputersRe: Formatting A Flash Drive by FRInteractives: 10:36pm On Mar 23, 2015
Good day, to format a flash using command Prompt follow these simple steps:
1. Plug in the flash drive into your computer
2.On a windows machine, click on start and search for cmd right click and select run as administrator to run with administrative rights
3. Access the Diskpart utilities by typing DISKPART in the command line
4. Once its loaded type "list disk" without the quotes to view all the disks in the computer and take note of your disk/drive number
5. Now execute the following commands: (each one per line and hit enter after each line):
select disk 1(replace with your correct disk number)
clean
create partition primary
select partition 1
active
format fs=NTFS QUICK
assign
exit
6. You have successfully formatted your flash drive to give a drive label, open notepad and type the following in it;
[autorun]
Label = "your label"
Icon = your preffered icon

-------------save in the flash drive as autorun.inf


Hope this helps

Regards,
FR Interactives
noahglad:
I want to know how to format a flash drive using command prompt
ProgrammingAbout Apples's Swift Programming Language by FRInteractives(op): 10:51pm On Mar 22, 2015
About Swift

⁠⁠

Swift is a new programming language for iOS and OS X apps that builds on the best of C and Objective-C, without the constraints of C compatibility. Swift adopts safe programming patterns and adds modern features to make programming easier, more flexible, and more fun. Swift’s clean slate, backed by the mature and much-loved Cocoa and Cocoa Touch frameworks, is an opportunity to reimagine how software development works.

Swift has been years in the making. Apple laid the foundation for Swift by advancing our existing compiler, debugger, and framework infrastructure. We simplified memory management with Automatic Reference Counting (ARC). Our framework stack, built on the solid base of Foundation and Cocoa, has been modernized and standardized throughout. Objective-C itself has evolved to support blocks, collection literals, and modules, enabling framework adoption of modern language technologies without disruption. Thanks to this groundwork, we can now introduce a new language for the future of Apple software development.

Swift feels familiar to Objective-C developers. It adopts the readability of Objective-C’s named parameters and the power of Objective-C’s dynamic object model. It provides seamless access to existing Cocoa frameworks and mix-and-match interoperability with Objective-C code. Building from this common ground, Swift introduces many new features and unifies the procedural and object-oriented portions of the language.

Swift is friendly to new programmers. It is the first industrial-quality systems programming language that is as expressive and enjoyable as a scripting language. It supports playgrounds, an innovative feature that allows programmers to experiment with Swift code and see the results immediately, without the overhead of building and running an app.

Swift combines the best in modern language thinking with wisdom from the wider Apple engineering culture. The compiler is optimized for performance, and the language is optimized for development, without compromising on either. It’s designed to scale from “hello, world” to an entire operating system. All this makes Swift a sound future investment for developers and for Apple.

Swift is a fantastic way to write iOS and OS X apps, and will continue to evolve with new features and capabilities. Our goals for Swift are ambitious. We can’t wait to see what you create with it.

Source: https://developer.apple.com/library/ios/documentation/Swift/Conceptual/Swift_Programming_Language/
ComputersRe: Stock Taking by FRInteractives: 9:50pm On Mar 22, 2015
Good thing I'm on 2go add me on iamfrankcute
richmans:
Thanks so much,pls help me out am nt on bbm am at ile tuntun @ ilaje area water side to call dere is bad bt am on 2go
WebmastersRe: Debugging - Share Those Moments Here (silly Bugs) by FRInteractives(op): 9:35pm On Mar 22, 2015
One bug I've faced was trying to echo some html eg
echo '<html>', "\n"; // Full code hidden
better way!
echo '<head>', "\n";
echo '</head>', "\n";
echo '<body>', "\n";
echo '</body>', "\n";
echo '</html>', "\n";

Bugs here are that "/n" doesn't work perfectly in html used "<br>"
Rewrote code to look like this
$variable = <<<XYZ
<html>
<body>
</body>
</html>
XYZ;
echo $variable;
ComputersRe: Stock Taking by FRInteractives: 8:51pm On Mar 22, 2015
Ok Excel works perfectly for you. You just create a new workbork with the fields you need eg. ProductID, Item, Description, Quantity, Price, Left-in-stock , etc and . So do you know how to use excel? If no I can create the framework of your inventory recording workbook for you all you need do is add me on BBM: 31076DE9 or whatsapp: 08072611343 so we talk more
richmans:
Thanks sir,pls am selling drugs,so i want to input them on system so wenever i buy new stock i wnt it add and if i sell i want it removed and show d balance in stock automatically
ComputersRe: Stock Taking by FRInteractives: 8:14pm On Mar 22, 2015
Good day, Microsoft Excel can do the job perfectly. All you need do is customize the spreadsheet program by using basic Mathematical and Logical statements and formulas. But first please explain the nature of the business you intend keeping its stock record so i/we can give you more help and samples to help.

Thanks
Francis Sunday - Creative Director
FR Interactives
richmans:
Please i need help,is it possible to create stock list with microsoft word or is there any sofware i can download that will do all this functioms i.e add and subtract goods automatically
WebmastersDebugging - Share Those Moments Here (silly Bugs) by FRInteractives(op): 8:10pm On Mar 22, 2015
Good day NL webmasters, have you been in a situation where you have to find one silly bug in your code and you where almost frustrated ? Share those moments here in this thread to fellow webmasters here on NL
EventsWeb Splash March, 2015 by FRInteractives(op): 6:44pm On Mar 22, 2015
Hello,

Do you wish to own/have your own website? But don’t know how and what to do? Stop your worry here………………….
We are one of or the BEST Website Design and Development Agency in Nigeria with dedicated team of professionals serving hand in building your business ONLINE and bring a shine in your earnings……………
We offer efficient services in:

Logo designing

Brochure Designing

Flyer / Business Identity

Static Website

Dynamic Website

CMS Website

Ecommerce Website

Portal Websites

Mobile App Development

Software Development

SEO

Web Splash Design Price: N30, 000 for all design types.
Offer runs through March, 2015

We teach people the art of Responsive Web Design and Development using up-to-date Web Technologies like HTML,CSS, JavaScript, PHP, Sql, MySql, JQuery, Apache, Ruby on rails so register for a Web Design course with us at an affordable price..
More info pls call or whatsapp 2348072611343 BBM: 31076DE9
Visit us @ No. 5 Babbe Street, D/Line Port Harcourt, Rivers Nigeria
WebmastersWeb Splash March, 2015 by FRInteractives(op): 8:23am On Mar 22, 2015
Hello,

Do you wish to own/have your own website? But don’t know how and what to do? Stop your worry here………………….
We are one of or the BEST Website Design and Development Agency in Nigeria with dedicated team of professionals serving hand in building your business ONLINE and bring a shine in your earnings……………
We offer efficient services in:

Logo designing

Brochure Designing

Flyer / Business Identity

Static Website

Dynamic Website

CMS Website

Ecommerce Website

Portal Websites

Mobile App Development

Software Development

SEO

Web Splash Design Price: N30, 000 for all design types.
Offer runs through March, 2015

We teach people the art of Responsive Web Design and Development using up-to-date Web Technologies like HTML,CSS, JavaScript, PHP, Sql, MySql, JQuery, Apache, Ruby on rails so register for a Web Design course with us at an affordable price..
More info pls call or whatsapp 2348072611343 BBM: 31076DE9
Visit us @ No. 5 Babbe Street, D/Line Port Harcourt, Rivers Nigeria
WebmastersRe: "Error: You Have Exceeded The Maximum Allowed Databases" Pls Help Me Out! by FRInteractives: 6:54pm On Mar 21, 2015
Your Web Hosting Plan, it might be that your are limited to a certain number of mySql database. Contact your Web Hosting Company to clarify this. It might require you switching to a paid Hosting Plan if you are on a free plan.
dayoungmoney1:
hello house, pls help me out urgently! i got this message while i was trying to install wordpress on my domain.

"Error: you have exceeded the maximum allowed databases"

what's the solution pls.
ComputersRe: Wordpress Boot Camp March, 2015 by FRInteractives(op): 1:47pm On Mar 21, 2015
Registration Forms are available at the Venue of this Workshop
ComputersRe: Let Share How To Hack Wifi Using A Command Prompt by FRInteractives: 11:00pm On Mar 20, 2015
Saw this ones -

step one

Go to command prompt, click start up menu on your system, click RUN, type Cmd, and click ok to open the command prompt

step two

inside the command prompt, type the following

netsh wlan show networks
mode = bssid(it will show all the available wifi network, take note of the names)

step 3

To connect to the wifi network, type the following

netsh wlan connect
name= (put the name of wifi your system detect)
e.g net wlan connect
name = (kinibigdeal pc)

step 4

press enter to connect

step 5

To disconnect it, type

netsh wlan disconnect

step 6

To save it type : netsh wlan export profile name = kinibigdeal( not by name but change it to the name of the detected wifi)
ComputersWordpress Boot Camp March, 2015 by FRInteractives(op): 6:40pm On Mar 20, 2015
Good day we are glad to inform you about a
web development workshop to take
place this Month.

The topic of this workshop will be
on Web Development using WordPress.
WordPress Fundamentals is a day-long, intensive
course meant to
introduce newbies and PHP
developers to
programming for
WordPress. Attendees
should be familiar with
WordPress as a tool, and
have a working
understanding of its
general terminology.
Proficiency with PHP is
also a must, but no
knowledge of the
WordPress code itself is
expected. This is a great
course for developers
looking to build sites
which will scale to web standards
, and write secure
and scalable code.
Prerequisites
Proficiency with
basic PHP
development.
Awareness of
WordPress as a
platform, including
common
terminology such as
a post, a page,
widgets, and
sidebars.
A local development
environment
running WordPress.
We will
provide a working enviroment ahead of time for participants who
don’t have their
own development
environments, but
they will be
responsible for
setting it up ahead
of time.

Course Materials &
Requirements

Each student will provide
their own computer
(laptop) for the course,
with working wifi
functionality. A lunch
break will be available.
Curriculum Overview
Intro to WordPress(self-hosted),
history and culture
¤Developer
environment and
debugging tools
¤WordPress
Development Best
Practices
¤Introduction to
Plugins
¤Introduction to
Themes …and more!
Fee: Each participant will pay the sum of N5,000
Date: Monday 23rd - Friday 27th March, 2015. Time: 10
am - 1 pm

Venue: #5 Babbe Street, (opp. Craft Center
Technical sch.) D/Line, Port Harcourt Rivers State

To participate, register at the venue on or before the
date of the workshop.
More info call 2348072611343, 2348059981540
ProgrammingEnroll For This Wordpress Bootcamp March, 2015 by FRInteractives(op): 6:23pm On Mar 20, 2015
Good day we are glad to inform you about a
web development workshop to take
place this Month.

The topic of this workshop will be
on Web Development using WordPress.
WordPress Fundamentals is a day-long, intensive
course meant to
introduce newbies and PHP
developers to
programming for
WordPress. Attendees
should be familiar with
WordPress as a tool, and
have a working
understanding of its
general terminology.
Proficiency with PHP is
also a must, but no
knowledge of the
WordPress code itself is
expected. This is a great
course for developers
looking to build sites
which will scale to web standards
, and write secure
and scalable code.
Prerequisites
Proficiency with
basic PHP
development.
Awareness of
WordPress as a
platform, including
common
terminology such as
a post, a page,
widgets, and
sidebars.
A local development
environment
running WordPress.
We will
provide a working enviroment ahead of time for participants who
don’t have their
own development
environments, but
they will be
responsible for
setting it up ahead
of time.

Course Materials &
Requirements

Each student will provide
their own computer
(laptop) for the course,
with working wifi
functionality. A lunch
break will be available.
Curriculum Overview
Intro to WordPress(self-hosted),
history and culture
¤Developer
environment and
debugging tools
¤WordPress
Development Best
Practices
¤Introduction to
Plugins
¤Introduction to
Themes …and more!
Fee: Each participant will pay the sum of N5,000
Date: Monday 23rd - Friday 27th March, 2015. Time: 10
am - 1 pm

Venue: #5 Babbe Street, (opp. Craft Center
Technical sch.) D/Line, Port Harcourt Rivers State

To participate, register at the venue on or before the
date of the workshop.
More info call 2348072611343, 2348059981540
WebmastersRe: Wordpress Boot Camp March, 2015 by FRInteractives(op): 7:49am On Mar 20, 2015
Registration Forms are available at the Workshop
WebmastersWordpress Boot Camp March, 2015 by FRInteractives(op): 7:47am On Mar 20, 2015
Good day we are glad to inform you about a
web development workshop to take
place this Month.

The topic of this workshop will be
on Web Development using WordPress.
WordPress Fundamentals is a day-long, intensive
course meant to
introduce newbies and PHP
developers to
programming for
WordPress. Attendees
should be familiar with
WordPress as a tool, and
have a working
understanding of its
general terminology.
Proficiency with PHP is
also a must, but no
knowledge of the
WordPress code itself is
expected. This is a great
course for developers
looking to build sites
which will scale to web standards
, and write secure
and scalable code.
Prerequisites
Proficiency with
basic PHP
development.
Awareness of
WordPress as a
platform, including
common
terminology such as
a post, a page,
widgets, and
sidebars.
A local development
environment
running WordPress.
We will
provide a working enviroment ahead of time for participants who
don’t have their
own development
environments, but
they will be
responsible for
setting it up ahead
of time.

Course Materials &
Requirements

Each student will provide
their own computer
(laptop) for the course,
with working wifi
functionality. A lunch
break will be available.
Curriculum Overview
Intro to WordPress(self-hosted),
history and culture
¤Developer
environment and
debugging tools
¤WordPress
Development Best
Practices
¤Introduction to
Plugins
¤Introduction to
Themes …and more!
Fee: Each participant will pay the sum of N5,000
Date: Monday 23rd - Friday 27th March, 2015. Time: 10
am - 1 pm

Venue: #5 Babbe Street, (opp. Craft Center
Technical sch.) D/Line, Port Harcourt Rivers State

To participate, register at the venue on or before the
date of the workshop.
More info call 2348072611343, 2348059981540
ProgrammingRe: How Can I Connect Php Script To Active Directory With XAMPP Server by FRInteractives: 11:55am On Mar 19, 2015
You're Welcome
hundu:
@ FRInteractives. Thanks
WebmastersRe: How To Download A Website And Redesign It by FRInteractives: 6:52pm On Mar 18, 2015
What you are trying to do won't make you a better Web Developer or designer, yes its possible to download a site from its remote server but the owners might sue you the developer.

If you like a design on a website what you need do is figure out the technologies used in the design by viewing the source code or inspecting the website's element then try to upgrade your skills to be able to create something like that.

But I would advise you network with other developers so you can upgrade your Web skills.

Thanks.
Regards

1 2 3 4 5 6 7 8 9 10 11 12 (of 15 pages)