Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,154,245 members, 7,822,269 topics. Date: Thursday, 09 May 2024 at 09:14 AM

Enmacmedia's Posts

Nairaland Forum / Enmacmedia's Profile / Enmacmedia's Posts

(1) (of 1 pages)

Programming / Re: How Facebook Manages It Users Database by enmacmedia: 9:17am On Jan 15, 2016
Oracle can manage a lot more than 100 Million user. That's what most big companies use. Facebook still uses Mysql, but not exactly the Mysql we all use. They've done a lot of customization on it, the same way they have using customized php (and called it Hack).

Facebook has about 1.4 Billion users not 400 Million. They have multiple servers in different parts of the world, so the load is distributed.

Did I answer your question?

1 Like

Webmasters / Re: Mysql Deprecated Problems by enmacmedia: 5:55pm On Aug 08, 2015
Waga10:
if you can help me with somthing like this [<?php
//
$dbhost="mysql.host.com";
$dbname="12345";
$dbuser="12345";
$dbpass="123456";

//
$dbconnect=mysql_connect($dbhost,$dbuser,$dbpass);
mysql_select_db($dbname);
?>] it will be much appreciated
thanks

The error message you are getting is telling you to use mysqli or PHP Data Objects (PDO) The example below is with PDO;

// Connecting to database
$dbhost="mysql.host.com";
$dbname="12345";
$dbuser="12345";
$dbpass="123456";

try {
$db_connection = new PDO('mysql:host=' . $dbhost . ';dbname=' . $dbname . ';charset=utf8', $dbuser, $dbpass);
}

catch (PDOException $e) {
print "Error!: " . $e->getMessage() . "<br/>";
die();
}

The above code will help you connect to you database if the variables provided are correct or else it will display an error message. Do more research on PHP Data Objects, so that you'll know how to run mysql queries using PHP Data Objects (PDO).
Webmasters / Re: My Wordpress Website Has Being Hacked by enmacmedia: 3:01pm On Aug 07, 2015
ellnalee:
Please can someone help me out my wordpress website has being hacked. How do i get it back please?
We help recover hacked websites. Send us a mail with the details engage [at] enmacmedia.com or visit http://enmacmedia.com/contact
Webmasters / Re: Anyone Experiencing This With Facebook Ads Payments? by enmacmedia: 5:07pm On Aug 01, 2015
I'll remove my credit card details from FB, so that I don't fall a victim. But I really doubt Facebook will make such mistakes.

Investigate the ads they said you're owing for. It is possible your initial payment was not successful.
Programming / Re: Your Toughest Algorithm by enmacmedia: 9:12am On Aug 01, 2015
FincoApps:
hmmm niceeeee. Now, I might soon need your help
Okay Sir, Do you have a Website for FincoApps?

1 Like

Programming / Re: Your Toughest Algorithm by enmacmedia: 10:07pm On Jul 31, 2015
Grouping of similar Notifications in a given period of time, just like twitter or facebook i.e. "Mr A, Mr B, and 20 others liked your topic", "dhtml18, FincoApps and 2 others started following you."

I never knew it was very easy. Did it for an online forum y a r n m e.com.ng

Webmasters / Re: Why Responsive Design Sucks And Reduces The Mobile Friendliness Of Your Site. by enmacmedia: 9:41pm On Jul 31, 2015
directonpc:
I seen a lot of webmasters on Nairaland over hyping responsive web design.
I am going to state 3 reasons why responsive design sucks and why you should take the stress of designing mobile versions of your site.
1. Responsive sites load slow on mobile and consumes users data(megabytes). This is very true as responsible sites download same high resolution contents that were designed for pc version of the site it only useless css to cut some put and change width and height for others.
Unlike responsive design a lite simple dedicated mobile version won't include contents that are heavy.

2. Less low-end device/browsers support. A responsive site might look good on high-end mobile devices and browsers but it is the opposite on opera mini and stock browser of older devices.

3 . Facebook, YouTube and google are not doing it so you should know that it is crappy. That is all and nobody can counter these points

Facebook and the others you mentioned have a lot of content on their pages that is exactly why responsive design is not an option for them (this does not make responsive design bad).

Small business websites, blogs etc. can still use responsive designs without any serious negative impact on site performance.

So the choice for whether to use responsive design or not depends on the type of website, then the amount of content and type of content.

Nairaland for example uses a Responsive Design, because of the amount and type of contents on its pages. Site speed is still great.

In conclusion RWD is great, but should not be used on heavy websites like some social networks. Mind you Facebook blog uses responsive design and creating and managing mobile versions can be very stressful.

Even Instagram for PC uses RWD. smiley

#MyOpinion

1 Like

Webmasters / Re: African Best 20 Forum by enmacmedia: 7:41pm On Jul 31, 2015
Y a r n m e .com.ng

1 Like

Programming / Re: Hack++ Code Editor by enmacmedia: 7:33pm On Jul 31, 2015
thewebcraft:
Hi Guys, I just started a new project last weekend, after been frustrated with Brackets, Vim, sublime or Notepad++, I decided to create an open source code editor for windows, Mac and Linux (Hack++).
Hack++ is written in Javascript and uses CSS (UI Design) also C# As shell (For Features)..
Key Features.
Syntax Highlighting and Syntax Folding
Auto-completion: Word completion, Function completion and Function parameters hint
Multi-Document (Tab interface)
WYSIWYG Mode
Multi-Language environment supported
Launch
Live Mode (Working on it..)
FTP Integration
Syntax Debugger...
A Repo will be created and source code will be uploaded to my Github Repo. by the end of august (UI Design will also be added....want it to look like Brackets..), i will like you guys to help out with suggestions, UI layout and features
Thanks..
Good Job!
Webmasters / Re: How To Optimize Wordpress Page Speed And Load Time by enmacmedia: 7:32pm On Jul 31, 2015
Nice write up!
Programming / Re: Learning More Than One Programming Language At A Time by enmacmedia: 7:31pm On Jul 31, 2015
DonSegmond:


Stop, one at a time, unless they are drastically different and you won't confuse them. But still, as an amateur, you should stop and focus on one and only one at a time.
I totally agree with you. @OP taking the languages one at a time will save you from getting confused.
Webmasters / Re: Logo Design For My Hacking Forum by enmacmedia: 7:25pm On Jul 31, 2015
Webmasters / Get 50% Off Wordpress Services From ENMAC Media by enmacmedia: 11:46am On Jul 28, 2015
ENMAC Media offers a wide range of web services. As a dedicated startup in Nigeria and Ghana, we are fully equipped to work hand in hand with you or your brand to help you achieve your desired business goals.

Our WordPress services; Set-up, Design, Training, Security, Search Engine Optimization, Hack Recovery etc. are 50% their original cost for the same value. You can now achieve your business goals with less impact on your budget. We also offer FREE consultation to prospective customers!

What Next?
Visit our contact page: http://enmacmedia.com/contact?_rdr=wp_promo_50 to place an order/make enquiries/request a quotation.

Webmasters / BLOGGERS: Get Verified Accounts And Advertise To Nigerians Free by enmacmedia: 8:05pm On Jul 18, 2015
We verify accounts owned by brands/blogs/websites and well known users. Account Verification is done to establish authenticity of identities of key individuals and brands on Y a r n m e. Verified accounts can post adverts free on the forum. See what a verified account looks like in the screenshot attached below. (Notice the tick button)

Y a r n m e is a new and unique forum that aims at giving Nigerians access to a new way to discover and share ideas/information.

Webmasters / Re: Is Anybody Selling A Forum Website? by enmacmedia: 9:26am On Jul 09, 2015
ola4:
I am interested in buying a Nigeria forum website, is anybody selling one?
I have one that is Not for sale but we are looking for serious partners. Y a r n m e.com.ng

Webmasters / New Feature: Upload Images, Audio And Video Files To Your Topics by enmacmedia: 3:00pm On Jul 01, 2015
After we relaunched Y a r n m e Forum with our own custom software, we promised a lot of interesting features/additions like Media Uploads, #HashTags, User Search, Private Messaging, MobileApp and many others. We have now introduced media uploads in Topics. Enjoy!

Update: Users can now see read receipts when they sent Private Messages on the forum!

Visit Y a r n m e Today! http:// y a r n m e .com.ng (Close The Spaces).

Politics / Re: FG, Fuel Marketers Agree To End Fuel Scarcity Next Week. by enmacmedia: 8:25pm On Jun 05, 2015
cool

Politics / Re: Alternative To Nairaland? by enmacmedia: 7:41pm On Jun 05, 2015
A new way to find and share latest gist, job vacancies, tutorials, pictures, videos with people around you, advertise/sell products and services, discover trends and meet Nigerians.

1 Like 1 Share

Webmasters / We Have Re-launched The Nigerian Social Forum by enmacmedia: 2:56pm On May 25, 2015
We have re-launched our Social Forum with some amazing features;

1. Users can now add Hashtags to their posts
2. Users can now see people who like their posts
3. Shorter URL's for posts eg: /read/S4
4. Avatar/Display Pictures in Comments
5. Verified Accounts
6. Who to follow
7. Private Messaging
8. Forum Explorer

The list goes on visit and join in via: y a r n m e.com.ng

Cc: MizMyColi, Eze, fatbabakay, dhtml

1 Like

(1) (of 1 pages)

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 39
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.